Searched defs:huffman_set (Results 1 – 1 of 1) sorted by relevance
20 struct huffman_set { struct21 int bits; /* maximum bit length */22 int num_symbols; /* Number of symbols this code can represent */23 int *lengths; /* The bit length of symbols */24 int *symbols; /* All of the symbols, sorted by the huffman code */25 int *count; /* the number of codes of this bit length */26 int *first; /* the first code of this bit length */27 int *pos; /* the symbol that first represents (in the symbols