Home
last modified time | relevance | path

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

/openbmc/u-boot/include/jffs2/
H A Dmini_inflate.h20 struct huffman_set { struct
56 struct huffman_set codes;
57 struct huffman_set lengths;
58 struct huffman_set distance;
/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c121 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()