Searched refs:cur_match_pos (Results 1 – 1 of 1) sorted by relevance
619 size_t cur_match_pos = 0; in ZopfliIterate() local627 num_matches[i], &matches[cur_match_pos], model, &queue, nodes); in ZopfliIterate()629 cur_match_pos += num_matches[i]; in ZopfliIterate()631 BackwardMatchLength(&matches[cur_match_pos - 1]) > max_zopfli_len) { in ZopfliIterate()633 BackwardMatchLength(&matches[cur_match_pos - 1]), skip); in ZopfliIterate()642 cur_match_pos += num_matches[i]; in ZopfliIterate()739 size_t cur_match_pos = 0; in BrotliCreateHqZopfliBackwardReferences() local760 cur_match_pos + MAX_NUM_MATCHES_H10 + shadow_matches); in BrotliCreateHqZopfliBackwardReferences()766 &matches[cur_match_pos + shadow_matches]); in BrotliCreateHqZopfliBackwardReferences()767 cur_match_end = cur_match_pos + num_found_matches; in BrotliCreateHqZopfliBackwardReferences()[all …]