Searched refs:BROTLI_DISTANCE_CONTEXT_BITS (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/brotli/dist/c/common/
H A Dconstants.h97 #define BROTLI_DISTANCE_CONTEXT_BITS 2 macro
/xsrc/external/mit/brotli/dist/c/enc/
H A Dhistogram.c89 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) +
H A Dmetablock.c213 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS;
265 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS;
H A Dbrotli_bit_stream.c994 BROTLI_DISTANCE_CONTEXT_BITS, tree, storage_ix, storage);
1055 BROTLI_DISTANCE_CONTEXT_BITS);
/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1243 (s->block_type_rb[5] << BROTLI_DISTANCE_CONTEXT_BITS);
2402 s->num_block_types[2] << BROTLI_DISTANCE_CONTEXT_BITS,

Completed in 10 milliseconds