Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dprefix.h47 int BlockLengthOffset(int prefix);
Dprefix.cc162 int BlockLengthOffset(int length_code) { in BlockLengthOffset() function
Dencode.cc625 int extra_bits_value = length - BlockLengthOffset(len_code); in EncodeBlockLength()