Searched defs:huffman (Results 1 – 4 of 4) sorted by relevance
126 inline bool CodeHuffman(uint16_t alphabet, uint16_t* huffman, size_t* nbits) { in CodeHuffman()140 uint16_t* huffman, in LitLenHuffman()161 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
161 mod huffman; module