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

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

Completed in 92 milliseconds