Home
last modified time | relevance | path

Searched refs:context_map_size (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c991 static BrotliDecoderErrorCode DecodeContextMap(uint32_t context_map_size, in DecodeContextMap() argument
1007 BROTLI_LOG_UINT(context_map_size); in DecodeContextMap()
1010 (uint8_t*)BROTLI_DECODER_ALLOC(s, (size_t)context_map_size); in DecodeContextMap()
1015 memset(*context_map_arg, 0, (size_t)context_map_size); in DecodeContextMap()
1056 while (context_index < context_map_size || skip_preamble) { in DecodeContextMap()
1087 if (context_index + reps > context_map_size) { in DecodeContextMap()
1106 InverseMoveToFrontTransform(*context_map_arg, context_map_size, s); in DecodeContextMap()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c991 static BrotliDecoderErrorCode DecodeContextMap(uint32_t context_map_size, in DecodeContextMap() argument
1007 BROTLI_LOG_UINT(context_map_size); in DecodeContextMap()
1010 (uint8_t*)BROTLI_DECODER_ALLOC(s, (size_t)context_map_size); in DecodeContextMap()
1015 memset(*context_map_arg, 0, (size_t)context_map_size); in DecodeContextMap()
1056 while (context_index < context_map_size || skip_preamble) { in DecodeContextMap()
1087 if (context_index + reps > context_map_size) { in DecodeContextMap()
1106 InverseMoveToFrontTransform(*context_map_arg, context_map_size, s); in DecodeContextMap()
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c682 size_t context_map_size, in EncodeContextMap()
701 rle_symbols = BROTLI_ALLOC(m, uint32_t, context_map_size); in EncodeContextMap()
703 MoveToFrontTransform(context_map, context_map_size, rle_symbols); in EncodeContextMap()
704 RunLengthCodeZeros(context_map_size, rle_symbols, in EncodeContextMap()
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
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c682 size_t context_map_size, in EncodeContextMap()
701 rle_symbols = BROTLI_ALLOC(m, uint32_t, context_map_size); in EncodeContextMap()
703 MoveToFrontTransform(context_map, context_map_size, rle_symbols); in EncodeContextMap()
704 RunLengthCodeZeros(context_map_size, rle_symbols, in EncodeContextMap()
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

Completed in 13 milliseconds