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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c773 size_t cur_match_end; local in function:BrotliCreateHqZopfliBackwardReferences
784 cur_match_end = cur_match_pos + num_found_matches;
785 for (j = cur_match_pos; j + 1 < cur_match_end; ++j) {
791 const size_t match_len = BackwardMatchLength(&matches[cur_match_end - 1]);
794 matches[cur_match_pos++] = matches[cur_match_end - 1];
803 cur_match_pos = cur_match_end;

Completed in 4 milliseconds