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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c416 const size_t max_zopfli_len = MaxZopfliLen(params); local in function:UpdateNodes
533 (is_dictionary_match || max_match_len > max_zopfli_len)) {
623 const size_t max_zopfli_len = MaxZopfliLen(params); local in function:ZopfliIterate
637 BackwardMatchLength(&matches[cur_match_pos - 1]) > max_zopfli_len) {
663 const size_t max_zopfli_len = MaxZopfliLen(params); local in function:BrotliZopfliComputeShortestPath
692 BackwardMatchLength(&matches[num_matches - 1]) > max_zopfli_len) {
700 if (num_matches == 1 && BackwardMatchLength(&matches[0]) > max_zopfli_len) {

Completed in 3 milliseconds