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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c772 size_t num_found_matches; local in function:BrotliCreateHqZopfliBackwardReferences
779 num_found_matches = FindAllMatchesH10(&hasher->privat._H10,
784 cur_match_end = cur_match_pos + num_found_matches;
789 num_matches[i] = (uint32_t)num_found_matches;
790 if (num_found_matches > 0) {

Completed in 38 milliseconds