Searched refs:cur_match_pos (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | backward_references_hq.c | 625 size_t cur_match_pos = 0; in ZopfliIterate() local 633 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() local 777 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 …]
|
/third_party/node/deps/brotli/c/enc/ |
D | backward_references_hq.c | 625 size_t cur_match_pos = 0; in ZopfliIterate() local 633 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() local 777 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 …]
|