Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dprefix.cc96 int copy_prefix = CopyLengthPrefix(copy_length); in CommandPrefix() local
97 int range_idx = 3 * (insert_prefix >> 3) + (copy_prefix >> 3); in CommandPrefix()
99 ((insert_prefix & 7) << 3) + (copy_prefix & 7)); in CommandPrefix()