Home
last modified time | relevance | path

Searched refs:context_map (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A 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()
H A Dstate.h327 uint8_t* context_map; member
H A 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()
/third_party/skia/third_party/externals/brotli/c/dec/
H A 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()
H A Dstate.h327 uint8_t* context_map; member
H A 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()
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc342 Map context_map = context.map(cage_base, kAcquireLoad); in InferForContext() local
345 Acquire_Load(cage_base, context_map); in InferForContext()
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c681 const uint32_t* context_map, in EncodeContextMap()
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()
909 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()
680 EncodeContextMap(MemoryManager* m, const uint32_t* context_map, size_t context_map_size, size_t num_clusters, HuffmanTree* tree, size_t* storage_ix, uint8_t* storage) EncodeContextMap() argument
895 StoreSymbolWithContext(BlockEncoder* self, size_t symbol, size_t context, const uint32_t* context_map, size_t* storage_ix, uint8_t* storage, const size_t context_bits) StoreSymbolWithContext() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c681 const uint32_t* context_map, in EncodeContextMap()
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()
909 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()
680 EncodeContextMap(MemoryManager* m, const uint32_t* context_map, size_t context_map_size, size_t num_clusters, HuffmanTree* tree, size_t* storage_ix, uint8_t* storage) EncodeContextMap() argument
895 StoreSymbolWithContext(BlockEncoder* self, size_t symbol, size_t context, const uint32_t* context_map, size_t* storage_ix, uint8_t* storage, const size_t context_bits) StoreSymbolWithContext() argument

Completed in 18 milliseconds