Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dmini_inflate.h22 struct huffman_set { struct
23 int bits; /* maximum bit length */
24 int num_symbols; /* Number of symbols this code can represent */
25 int *lengths; /* The bit length of symbols */
26 int *symbols; /* All of the symbols, sorted by the huffman code */
27 int *count; /* the number of codes of this bit length */
28 int *first; /* the first code of this bit length */
29 int *pos; /* the symbol that first represents (in the symbols