Home
last modified time | relevance | path

Searched refs:short_match_max_backward (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dhash_to_binary_tree_inc.h211 const size_t short_match_max_backward = in FN() local
213 size_t stop = cur_ix - short_match_max_backward; in FN()
216 if (cur_ix < short_match_max_backward) { stop = 0; } in FN()