Home
last modified time | relevance | path

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

/external/brotli/common/
Dconstants.h47 #define BROTLI_DISTANCE_CONTEXT_BITS 2 macro
/external/brotli/enc/
Dhistogram.c86 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) + in BrotliBuildHistogramsWithContext()
Dmetablock.c74 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
126 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()
1068 BROTLI_DISTANCE_CONTEXT_BITS); in BrotliStoreMetaBlock()
/external/brotli/dec/
Ddecode.c1164 (s->block_type_rb[5] << BROTLI_DISTANCE_CONTEXT_BITS); in DecodeDistanceBlockSwitchInternal()
2165 s->num_block_types[2] << BROTLI_DISTANCE_CONTEXT_BITS, in BrotliDecoderDecompressStream()