Searched defs:len_code (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | static_dict.c | 26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch() 526 uint32_t len_code = matches2[l] & 31; in BrotliFindAllStaticDictionaryMatches() local
|
H A D | backward_references_hq.c | 262 size_t start_pos, size_t len, size_t len_code, size_t dist, in UpdateZopfliNode() 569 const size_t len_code = in UpdateNodes() local 625 size_t len_code = ZopfliNodeLengthCode(next); in BrotliZopfliCreateCommands() local
|
H A D | hash.h | 226 size_t dist, size_t len, size_t len_code) { in InitDictionaryBackwardMatch()
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | backward_references_hq.c | 249 size_t start_pos, size_t len, size_t len_code, size_t dist, in UpdateZopfliNode() 537 const size_t len_code = in UpdateNodes() local 593 size_t len_code = ZopfliNodeLengthCode(next); in BrotliZopfliCreateCommands() local
|
H A D | static_dict.c | 26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch()
|
H A D | hash.h | 212 size_t dist, size_t len, size_t len_code) { in InitDictionaryBackwardMatch()
|