Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c145 HuffmanTreeGroup* group, uint32_t alphabet_size, uint32_t max_symbol, in BrotliDecoderHuffmanTreeGroupInit()
Ddecode.c473 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
Dhuffman.h118 uint16_t alphabet_size; member
/external/brotli/c/enc/
Dparams.h26 uint32_t alphabet_size; member
Dmetablock.c31 uint32_t alphabet_size, max_distance; in BrotliInitDistanceParams() local
340 MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, in InitContextBlockSplitter()
Dbrotli_bit_stream.c365 const size_t alphabet_size, in BuildAndStoreHuffmanTree()
814 size_t alphabet_size = num_types + repeat_code; in StoreTrivialContextMap() local
/external/webp/src/dec/
Dvp8l_dec.c309 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