Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dconstants.h56 #define BROTLI_DISTANCE_CONTEXT_BITS 2 macro
/external/brotli/c/enc/
Dhistogram.c89 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) + in BrotliBuildHistogramsWithContext()
Dmetablock.c217 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
269 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
Dbrotli_bit_stream.c1011 BROTLI_DISTANCE_CONTEXT_BITS, tree, storage_ix, storage); in BrotliStoreMetaBlock()
1072 BROTLI_DISTANCE_CONTEXT_BITS); in BrotliStoreMetaBlock()
/external/brotli/c/dec/
Ddecode.c1233 (s->block_type_rb[5] << BROTLI_DISTANCE_CONTEXT_BITS); in DecodeDistanceBlockSwitchInternal()
2306 s->num_block_types[2] << BROTLI_DISTANCE_CONTEXT_BITS, in BrotliDecoderDecompressStream()