Searched defs:len_code (Results 1 – 6 of 6) sorted by relevance
| /third_party/brotli/c/enc/ |
| D | static_dict.c | 26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch() 528 uint32_t len_code = matches2[l] & 31; in BrotliFindAllStaticDictionaryMatches() local
|
| D | backward_references_hq.c | 263 size_t start_pos, size_t len, size_t len_code, size_t dist, in UpdateZopfliNode() 570 const size_t len_code = in UpdateNodes() local 626 size_t len_code = ZopfliNodeLengthCode(next); in BrotliZopfliCreateCommands() local
|
| D | hash.h | 227 size_t dist, size_t len, size_t len_code) { in InitDictionaryBackwardMatch()
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| D | static_dict.c | 26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch()
|
| 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
|
| D | hash.h | 212 size_t dist, size_t len, size_t len_code) { in InitDictionaryBackwardMatch()
|