Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dhash.h345 int copy_len_code; in FindLongestMatch() local
347 if (static_dict_->Get(snippet, &copy_len_code, &word_id)) { in FindLongestMatch()
359 *best_len_code_out = copy_len_code; in FindLongestMatch()