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