HomeSort by relevance Sort by last modified time
    Searched refs:kLiteralContextBits (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
histogram.h 86 static const int kLiteralContextBits = 6;
histogram.cc 53 int context = (literal_it.type_ << kLiteralContextBits) +
encode.cc 747 mb->literal_split.num_types_ << kLiteralContextBits;
770 1 << kLiteralContextBits,
852 int context = ((literal_it.type_ << kLiteralContextBits) +
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 48 static const int kLiteralContextBits = 6;
825 if (!DecodeContextMap(num_block_types[0] << kLiteralContextBits,
907 context_offset = block_type[0] << kLiteralContextBits;
    [all...]

Completed in 2025 milliseconds