Searched defs:copycode (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | command.h | 87 uint16_t copycode = GetCopyLengthCode(copylen); local in function:GetLengthCode 99 static BROTLI_INLINE uint32_t GetCopyBase(uint16_t copycode) { argument 103 static BROTLI_INLINE uint32_t GetCopyExtra(uint16_t copycode) { argument 62 CombineLengthCodes(uint16_t inscode,uint16_t copycode,BROTLI_BOOL use_last_distance) argument [all...] |
| H A D | backward_references_hq.c | 485 const uint16_t copycode = GetCopyLengthCode(l); local in function:UpdateNodes 539 const uint16_t copycode = GetCopyLengthCode(len_code); local in function:UpdateNodes |
| H A D | brotli_bit_stream.c | 89 uint16_t copycode = GetCopyLengthCode(copylen_code); local in function:StoreCommandExtra |
Completed in 9 milliseconds