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.h212 const size_t short_match_max_backward = in FN() local
214 size_t stop = cur_ix - short_match_max_backward; in FN()
217 if (cur_ix < short_match_max_backward) { stop = 0; } in FN()