Home
last modified time | relevance | path

Searched refs:kHuffmanCodeBitCount (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/huffman/
H A Dhpack_huffman_decoder.cc46 static constexpr HuffmanCodeBitCount kHuffmanCodeBitCount = variable
59 kHuffmanAccumulatorBitCount - kHuffmanCodeBitCount;
70 ((bits - first_code) >> (kHuffmanCodeBitCount - code_length)); in DecodeToCanonical()