Searched refs:BackwardMatchLength (Results 1 – 2 of 2) sorted by relevance
531 max_match_len = BackwardMatchLength(&match); in UpdateNodes()637 BackwardMatchLength(&matches[cur_match_pos - 1]) > max_zopfli_len) { in ZopfliIterate()639 BackwardMatchLength(&matches[cur_match_pos - 1]), skip); in ZopfliIterate()692 BackwardMatchLength(&matches[num_matches - 1]) > max_zopfli_len) { in BrotliZopfliComputeShortestPath()700 if (num_matches == 1 && BackwardMatchLength(&matches[0]) > max_zopfli_len) { in BrotliZopfliComputeShortestPath()701 skip = BROTLI_MAX(size_t, BackwardMatchLength(&matches[0]), skip); in BrotliZopfliComputeShortestPath()786 BROTLI_DCHECK(BackwardMatchLength(&matches[j]) <= in BrotliCreateHqZopfliBackwardReferences()787 BackwardMatchLength(&matches[j + 1])); in BrotliCreateHqZopfliBackwardReferences()791 const size_t match_len = BackwardMatchLength(&matches[cur_match_end - 1]); in BrotliCreateHqZopfliBackwardReferences()
218 static BROTLI_INLINE size_t BackwardMatchLength(const BackwardMatch* self) { in BackwardMatchLength() function224 return code ? code : BackwardMatchLength(self); in BackwardMatchLengthCode()