Home
last modified time | relevance | path

Searched refs:max_zopfli_len (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dbackward_references_hq.c415 const size_t max_zopfli_len = MaxZopfliLen(params); in UpdateNodes() local
530 (is_dictionary_match || max_match_len > max_zopfli_len)) { in UpdateNodes()
617 const size_t max_zopfli_len = MaxZopfliLen(params); in ZopfliIterate() local
631 BackwardMatchLength(&matches[cur_match_pos - 1]) > max_zopfli_len) { in ZopfliIterate()
656 const size_t max_zopfli_len = MaxZopfliLen(params); in BrotliZopfliComputeShortestPath() local
682 BackwardMatchLength(&matches[num_matches - 1]) > max_zopfli_len) { in BrotliZopfliComputeShortestPath()
690 if (num_matches == 1 && BackwardMatchLength(&matches[0]) > max_zopfli_len) { in BrotliZopfliComputeShortestPath()