Home
last modified time | relevance | path

Searched defs:huffman (Results 1 – 6 of 6) sorted by relevance

/external/puffin/src/
Dhuffman_table.h126 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()
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_string_collector.cc38 HpackStringCollector::HpackStringCollector(const std::string& str, bool huffman) in HpackStringCollector()
56 void HpackStringCollector::OnStringStart(bool huffman, size_t length) { in OnStringStart()
/external/rust/crates/libz-sys/src/zlib/contrib/blast/
Dblast.c103 struct huffman { struct
109 * Decode a code from the stream s using huffman table h. Return the symbol or argument
/external/rust/crates/libz-sys/src/zlib/contrib/puff/
Dpuff.c206 struct huffman { struct
212 * Decode a code from the stream s using huffman table h. Return the symbol or argument
/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/huffman/
Dhpack_huffman_encoder.cc21 std::string* huffman) { in HuffmanEncode()
/external/rust/crates/quiche/src/h3/qpack/
Dmod.rs202 mod huffman; module