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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c531 max_match_len = BackwardMatchLength(&match);
637 BackwardMatchLength(&matches[cur_match_pos - 1]) > max_zopfli_len) {
639 BackwardMatchLength(&matches[cur_match_pos - 1]), skip);
692 BackwardMatchLength(&matches[num_matches - 1]) > max_zopfli_len) {
700 if (num_matches == 1 && BackwardMatchLength(&matches[0]) > max_zopfli_len) {
701 skip = BROTLI_MAX(size_t, BackwardMatchLength(&matches[0]), skip);
786 BROTLI_DCHECK(BackwardMatchLength(&matches[j]) <=
787 BackwardMatchLength(&matches[j + 1]));
791 const size_t match_len = BackwardMatchLength(&matches[cur_match_end - 1]);
H A Dhash.h218 static BROTLI_INLINE size_t BackwardMatchLength(const BackwardMatch* self) { function in typeref:typename:BROTLI_INLINE size_t
224 return code ? code : BackwardMatchLength(self);

Completed in 4 milliseconds