Home
last modified time | relevance | path

Searched refs:context_map (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/brotli/c/dec/
Dstate.c53 s->context_map = NULL; in BrotliDecoderStateInit()
104 s->context_map = NULL; in BrotliDecoderStateMetablockBegin()
122 BROTLI_DECODER_FREE(s, s->context_map); in BrotliDecoderStateCleanupAfterMetablock()
Ddecode.c1053 uint8_t* context_map = *context_map_arg; in DecodeContextMap() local
1066 context_map[context_index++] = 0; in DecodeContextMap()
1070 context_map[context_index++] = in DecodeContextMap()
1092 context_map[context_index++] = 0; in DecodeContextMap()
1171 size_t sample = s->context_map[offset]; in DetectTrivialLiteralBlockTypes()
1174 BROTLI_REPEAT(4, error |= s->context_map[offset + j++] ^ sample;) in DetectTrivialLiteralBlockTypes()
1187 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding()
2379 &s->num_literal_htrees, &s->context_map, s); in BrotliDecoderDecompressStream()
Dstate.h327 uint8_t* context_map; member
/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.c53 s->context_map = NULL; in BrotliDecoderStateInit()
104 s->context_map = NULL; in BrotliDecoderStateMetablockBegin()
122 BROTLI_DECODER_FREE(s, s->context_map); in BrotliDecoderStateCleanupAfterMetablock()
Ddecode.c1053 uint8_t* context_map = *context_map_arg; in DecodeContextMap() local
1066 context_map[context_index++] = 0; in DecodeContextMap()
1070 context_map[context_index++] = in DecodeContextMap()
1092 context_map[context_index++] = 0; in DecodeContextMap()
1171 size_t sample = s->context_map[offset]; in DetectTrivialLiteralBlockTypes()
1174 BROTLI_REPEAT(4, error |= s->context_map[offset + j++] ^ sample;) in DetectTrivialLiteralBlockTypes()
1187 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding()
2379 &s->num_literal_htrees, &s->context_map, s); in BrotliDecoderDecompressStream()
Dstate.h327 uint8_t* context_map; member
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c681 const uint32_t* context_map, in EncodeContextMap() argument
703 MoveToFrontTransform(context_map, context_map_size, rle_symbols); in EncodeContextMap()
896 size_t context, const uint32_t* context_map, size_t* storage_ix, in StoreSymbolWithContext() argument
909 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c681 const uint32_t* context_map, in EncodeContextMap() argument
703 MoveToFrontTransform(context_map, context_map_size, rle_symbols); in EncodeContextMap()
896 size_t context, const uint32_t* context_map, size_t* storage_ix, in StoreSymbolWithContext() argument
909 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()