Searched refs:huffman_set (Results 1 – 2 of 2) sorted by relevance
22 struct huffman_set { struct58 struct huffman_set codes;59 struct huffman_set lengths;60 struct huffman_set distance;
123 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol()143 struct huffman_set *lengths = &(stream->lengths); in decompress_huffman()144 struct huffman_set *distance = &(stream->distance); in decompress_huffman()184 static void fill_code_tables(struct huffman_set *set) in fill_code_tables()206 static void init_code_tables(struct huffman_set *set) in init_code_tables()226 struct huffman_set *codes = &(stream->codes); in decompress_dynamic()227 struct huffman_set *lengths = &(stream->lengths); in decompress_dynamic()228 struct huffman_set *distance = &(stream->distance); in decompress_dynamic()323 struct huffman_set *lengths = &(stream->lengths); in decompress_fixed()324 struct huffman_set *distance = &(stream->distance); in decompress_fixed()