Searched refs:table_bits (Results 1 – 2 of 2) sorted by relevance
109 const u32 table_bits, const u8 lens[], in make_huffman_decode_table() argument113 const u32 table_num_entries = 1 << table_bits; in make_huffman_decode_table()203 stores_per_loop = (1 << (table_bits - codeword_len)); in make_huffman_decode_table()266 u32 extra_bits = codeword_len - table_bits; in make_huffman_decode_table()
210 u32 table_bits, in read_huffsym() argument219 key_bits = bitstream_peek_bits(istream, table_bits); in read_huffsym()235 bitstream_remove_bits(istream, table_bits); in read_huffsym()
Completed in 7 milliseconds