Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dhistogram.c89 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) + in BrotliBuildHistogramsWithContext()
H A Dmetablock.c213 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
265 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
H A Dbrotli_bit_stream.c994 BROTLI_DISTANCE_CONTEXT_BITS, tree, storage_ix, storage); in BrotliStoreMetaBlock()
1055 BROTLI_DISTANCE_CONTEXT_BITS); in BrotliStoreMetaBlock()
/third_party/node/deps/brotli/c/common/
H A Dconstants.h97 #define BROTLI_DISTANCE_CONTEXT_BITS 2 macro
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhistogram.c89 context = (dist_it.type_ << BROTLI_DISTANCE_CONTEXT_BITS) + in BrotliBuildHistogramsWithContext()
H A Dmetablock.c213 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
265 mb->distance_split.num_types << BROTLI_DISTANCE_CONTEXT_BITS; in BrotliBuildMetaBlock()
H A Dbrotli_bit_stream.c994 BROTLI_DISTANCE_CONTEXT_BITS, tree, storage_ix, storage); in BrotliStoreMetaBlock()
1055 BROTLI_DISTANCE_CONTEXT_BITS); in BrotliStoreMetaBlock()
/third_party/skia/third_party/externals/brotli/c/common/
H A Dconstants.h97 #define BROTLI_DISTANCE_CONTEXT_BITS 2 macro
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1243 (s->block_type_rb[5] << BROTLI_DISTANCE_CONTEXT_BITS); in DecodeDistanceBlockSwitchInternal()
2402 s->num_block_types[2] << BROTLI_DISTANCE_CONTEXT_BITS, in BrotliDecoderDecompressStream()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1243 (s->block_type_rb[5] << BROTLI_DISTANCE_CONTEXT_BITS); in DecodeDistanceBlockSwitchInternal()
2402 s->num_block_types[2] << BROTLI_DISTANCE_CONTEXT_BITS, in BrotliDecoderDecompressStream()

Completed in 16 milliseconds