Searched refs:context_map_size (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 991 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 D | decode.c | 991 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 D | brotli_bit_stream.c | 682 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 D | brotli_bit_stream.c | 682 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 12 milliseconds