Searched defs:alphabet_size (Results 1 – 7 of 7) sorted by relevance
/external/brotli/c/dec/ |
D | state.c | 145 HuffmanTreeGroup* group, uint32_t alphabet_size, uint32_t max_symbol, in BrotliDecoderHuffmanTreeGroupInit()
|
D | decode.c | 473 uint32_t alphabet_size, uint32_t max_symbol, BrotliDecoderState* s) { in ReadSimpleHuffmanSymbols() 541 uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, in ProcessRepeatedCodeLength() 589 uint32_t alphabet_size, BrotliDecoderState* s) { in ReadSymbolCodeLengths() 638 uint32_t alphabet_size, BrotliDecoderState* s) { in SafeReadSymbolCodeLengths() 740 static BrotliDecoderErrorCode ReadHuffmanCode(uint32_t alphabet_size, in ReadHuffmanCode() 1031 uint32_t alphabet_size = *num_htrees + s->max_run_length_prefix; in DecodeContextMap() local 2218 uint32_t alphabet_size = s->num_block_types[s->loop_counter] + 2; in BrotliDecoderDecompressStream() local 2228 uint32_t alphabet_size = BROTLI_NUM_BLOCK_LEN_SYMBOLS; in BrotliDecoderDecompressStream() local
|
D | huffman.h | 118 uint16_t alphabet_size; member
|
/external/brotli/c/enc/ |
D | params.h | 26 uint32_t alphabet_size; member
|
D | metablock.c | 31 uint32_t alphabet_size, max_distance; in BrotliInitDistanceParams() local 340 MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, in InitContextBlockSplitter()
|
D | brotli_bit_stream.c | 365 const size_t alphabet_size, in BuildAndStoreHuffmanTree() 814 size_t alphabet_size = num_types + repeat_code; in StoreTrivialContextMap() local
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 309 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode() 436 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local 471 int alphabet_size = kAlphabetSize[j]; in ReadHuffmanCodes() local
|