Home
last modified time | relevance | path

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

/external/brotli/enc/
Dbackward_references_hq.c467 BROTLI_BOOL is_dictionary_match = TO_BROTLI_BOOL(dist > max_distance); in UpdateNodes() local
486 (is_dictionary_match || max_match_len > max_zopfli_len)) { in UpdateNodes()
491 is_dictionary_match ? BackwardMatchLengthCode(&match) : len; in UpdateNodes()