Home
last modified time | relevance | path

Searched refs:huffman_set (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dmini_inflate.h22 struct huffman_set { struct
58 struct huffman_set codes;
59 struct huffman_set lengths;
60 struct huffman_set distance;
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dmini_inflate.c123 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()