Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_hq.c755 size_t num_found_matches; in BrotliCreateHqZopfliBackwardReferences() local
762 num_found_matches = FindAllMatchesH10(hasher, in BrotliCreateHqZopfliBackwardReferences()
767 cur_match_end = cur_match_pos + num_found_matches; in BrotliCreateHqZopfliBackwardReferences()
772 num_matches[i] = (uint32_t)num_found_matches; in BrotliCreateHqZopfliBackwardReferences()
773 if (num_found_matches > 0) { in BrotliCreateHqZopfliBackwardReferences()