Lines Matching refs:HuffmanCode
351 const HuffmanCode* table, in DecodeSymbol()
368 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table, in ReadSymbol()
376 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeDecodeSymbol()
416 const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) { in SafeReadSymbol()
427 const HuffmanCode* table, in PreloadSymbol()
442 static BROTLI_INLINE uint32_t ReadPreloadedSymbol(const HuffmanCode* table, in ReadPreloadedSymbol()
449 const HuffmanCode* ext = table + (val & HUFFMAN_TABLE_MASK) + *value; in ReadPreloadedSymbol()
609 const HuffmanCode* p = h->table; in ReadSymbolCodeLengths()
649 const HuffmanCode* p = h->table; in SafeReadSymbolCodeLengths()
750 HuffmanCode* table, in ReadHuffmanCode()
873 static BROTLI_INLINE uint32_t ReadBlockLength(const HuffmanCode* table, in ReadBlockLength()
885 BrotliDecoderState* s, uint32_t* result, const HuffmanCode* table, in SafeReadBlockLength()
1123 const HuffmanCode* type_tree = &s->block_type_trees[ in DecodeBlockTypeAndLength()
1125 const HuffmanCode* len_tree = &s->block_len_trees[ in DecodeBlockTypeAndLength()
1624 HuffmanCode* distance_tree = s->distance_hgroup.htrees[s->dist_htree_index]; in ReadDistanceInternal()
1828 const HuffmanCode* hc; in ProcessCommandsInternal()
2205 s->block_type_trees = (HuffmanCode*)BROTLI_DECODER_ALLOC(s, in BrotliDecoderDecompressStream()
2206 sizeof(HuffmanCode) * 3 * in BrotliDecoderDecompressStream()