Searched refs:huffman_set (Results 1 – 2 of 2) sorted by relevance
20 struct huffman_set { struct56 struct huffman_set codes;57 struct huffman_set lengths;58 struct huffman_set distance;
121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol()141 struct huffman_set *lengths = &(stream->lengths); in decompress_huffman()142 struct huffman_set *distance = &(stream->distance); in decompress_huffman()182 static void fill_code_tables(struct huffman_set *set) in fill_code_tables()204 static void init_code_tables(struct huffman_set *set) in init_code_tables()224 struct huffman_set *codes = &(stream->codes); in decompress_dynamic()225 struct huffman_set *lengths = &(stream->lengths); in decompress_dynamic()226 struct huffman_set *distance = &(stream->distance); in decompress_dynamic()321 struct huffman_set *lengths = &(stream->lengths); in decompress_fixed()322 struct huffman_set *distance = &(stream->distance); in decompress_fixed()
Completed in 3 milliseconds