Home
last modified time | relevance | path

Searched defs:alphabet_size (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/brotli/c/dec/
Ddecode.c546 uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, in ProcessRepeatedCodeLength()
594 uint32_t alphabet_size, BrotliDecoderState* s) { in ReadSymbolCodeLengths()
644 uint32_t alphabet_size, BrotliDecoderState* s) { in SafeReadSymbolCodeLengths()
1041 uint32_t alphabet_size = *num_htrees + h->max_run_length_prefix; in DecodeContextMap() local
2290 uint32_t alphabet_size = s->num_block_types[s->loop_counter] + 2; in BrotliDecoderDecompressStream() local
2300 uint32_t alphabet_size = BROTLI_NUM_BLOCK_LEN_SYMBOLS; in BrotliDecoderDecompressStream() local
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c546 uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, in ProcessRepeatedCodeLength()
594 uint32_t alphabet_size, BrotliDecoderState* s) { in ReadSymbolCodeLengths()
644 uint32_t alphabet_size, BrotliDecoderState* s) { in SafeReadSymbolCodeLengths()
1041 uint32_t alphabet_size = *num_htrees + h->max_run_length_prefix; in DecodeContextMap() local
2290 uint32_t alphabet_size = s->num_block_types[s->loop_counter] + 2; in BrotliDecoderDecompressStream() local
2300 uint32_t alphabet_size = BROTLI_NUM_BLOCK_LEN_SYMBOLS; in BrotliDecoderDecompressStream() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c309 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
426 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local
452 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local
470 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c309 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode()
426 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local
452 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local
470 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local
/third_party/ffmpeg/libavcodec/
Dwebp.c248 int alphabet_size) in huff_reader_build_canonical()
325 int alphabet_size) in read_huffman_code_normal()
608 int alphabet_size = alphabet_sizes[j]; in decode_entropy_coded_image() local
Dmss2.c252 const int alphabet_size = 270 - keyframe; in decode_rle() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dmetablock.c336 MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, in InitContextBlockSplitter()
Dbrotli_bit_stream.c350 const size_t alphabet_size, in BuildAndStoreHuffmanTree()
799 size_t alphabet_size = num_types + repeat_code; in StoreTrivialContextMap() local
/third_party/node/deps/brotli/c/enc/
Dmetablock.c336 MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, in InitContextBlockSplitter()
Dbrotli_bit_stream.c350 const size_t alphabet_size, in BuildAndStoreHuffmanTree()
799 size_t alphabet_size = num_types + repeat_code; in StoreTrivialContextMap() local