Lines Matching full:lengths
23 // Permutations of input Huffman code lengths (used only to read
35 // same as |kLengthBases| except for the the distances instead of lengths.
39 // Same as |kLengthExtraBits| except for distances instead of lengths.
47 // Checks the lengths of Huffman length arrays for correctness
49 // |num_lit_len| IN The number of literal/lengths code lengths
50 // |num_distance| IN The number of distance code lengths
51 // |num_codes| IN The number of code lengths for reading Huffman table.
56 LOG(ERROR) << "The lengths of the dynamic Huffman table are invalid: " in CheckHuffmanArrayLengths()
201 // Initializes the Huffman codes from an array of lengths.
203 // |lens| IN The input array of code lengths.
208 // |lens| IN The input array of code lengths.
216 // |lens| IN The input array of code lengths.
225 // either the literal/lengths or distance codes.
249 // |num_codes| IN Number of Huffman code lengths to read from the
251 // |lens| OUT The Huffman code lengths array.
268 // Used in building Huffman codes for literals/lengths and distances.