Searched defs:huffman (Results 1 – 3 of 3) sorted by relevance
127 inline bool CodeHuffman(uint16_t alphabet, uint16_t* huffman, size_t* nbits) { in CodeHuffman()141 uint16_t* huffman, in LitLenHuffman()162 uint16_t* huffman, in DistanceHuffman()
103 struct huffman { struct109 * Decode a code from the stream s using huffman table h. Return the symbol or argument
206 struct huffman { struct212 * Decode a code from the stream s using huffman table h. Return the symbol or argument