Searched defs:huffman (Results 1 – 6 of 6) 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()
38 HpackStringCollector::HpackStringCollector(const std::string& str, bool huffman) in HpackStringCollector()56 void HpackStringCollector::OnStringStart(bool huffman, size_t length) { in OnStringStart()
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
21 std::string* huffman) { in HuffmanEncode()
202 mod huffman; module