HomeSort by: relevance | last modified time | path
    Searched refs:BROTLI_DISTANCE_CONTEXT_BITS (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/common/
constants.h 97 #define BROTLI_DISTANCE_CONTEXT_BITS 2
  /xsrc/external/mit/brotli/dist/c/enc/
histogram.c 89 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) +
metablock.c 213 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS;
265 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS;
brotli_bit_stream.c 994 BROTLI_DISTANCE_CONTEXT_BITS, tree, storage_ix, storage);
1055 BROTLI_DISTANCE_CONTEXT_BITS);
  /xsrc/external/mit/brotli/dist/c/dec/
decode.c 1243 (s->block_type_rb[5] << BROTLI_DISTANCE_CONTEXT_BITS);
2402 s->num_block_types[2] << BROTLI_DISTANCE_CONTEXT_BITS,

Completed in 9 milliseconds