Searched defs:huffman_set (Results 1 – 1 of 1) sorted by relevance
22 struct huffman_set { struct23 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