Searched defs:huffman (Results 1 – 5 of 5) sorted by relevance
59 HuffmanCodec<std::string> huffman(GetTestSet()); in TEST() local87 HuffmanCodec<std::string> huffman(GetTestSet()); in TEST() local114 HuffmanCodec<std::string> huffman(GetTestSet()); in TEST() local134 HuffmanCodec<std::string> huffman(GetTestSet()); in TEST() local155 HuffmanCodec<std::string> huffman(GetTestSet()); in TEST() local187 HuffmanCodec<uint32_t> huffman(hist); in TEST() local221 HuffmanCodec<uint64_t> huffman(hist); in TEST() local240 HuffmanCodec<std::string> huffman(hist); in TEST() local264 HuffmanCodec<std::string> huffman(1, std::move(nodes)); in TEST() local279 HuffmanCodec<uint64_t> huffman(5, { in TEST() local
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