Searched defs:alphabet_size (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/brotli/c/dec/ |
D | decode.c | 546 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/ |
D | decode.c | 546 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/ |
D | vp8l_dec.c | 309 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/ |
D | vp8l_dec.c | 309 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/ |
D | webp.c | 248 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
|
D | mss2.c | 252 const int alphabet_size = 270 - keyframe; in decode_rle() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | metablock.c | 336 MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, in InitContextBlockSplitter()
|
D | brotli_bit_stream.c | 350 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/ |
D | metablock.c | 336 MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, in InitContextBlockSplitter()
|
D | brotli_bit_stream.c | 350 const size_t alphabet_size, in BuildAndStoreHuffmanTree() 799 size_t alphabet_size = num_types + repeat_code; in StoreTrivialContextMap() local
|