Searched refs:cur_match_pos (Results 1 – 1 of 1) sorted by relevance
625 size_t cur_match_pos = 0; in ZopfliIterate() local633 num_matches[i], &matches[cur_match_pos], model, &queue, nodes); in ZopfliIterate()635 cur_match_pos += num_matches[i]; in ZopfliIterate()637 BackwardMatchLength(&matches[cur_match_pos - 1]) > max_zopfli_len) { in ZopfliIterate()639 BackwardMatchLength(&matches[cur_match_pos - 1]), skip); in ZopfliIterate()648 cur_match_pos += num_matches[i]; in ZopfliIterate()750 size_t cur_match_pos = 0; in BrotliCreateHqZopfliBackwardReferences() local777 cur_match_pos + MAX_NUM_MATCHES_H10 + shadow_matches); in BrotliCreateHqZopfliBackwardReferences()783 &matches[cur_match_pos + shadow_matches]); in BrotliCreateHqZopfliBackwardReferences()784 cur_match_end = cur_match_pos + num_found_matches; in BrotliCreateHqZopfliBackwardReferences()[all …]