Searched refs:codeLengthCodeLengths (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzdeflate.cpp666 FixedSizeSecBlock<unsigned int, 19> codeLengthCodeCounts, codeLengthCodeLengths; local
675 HuffmanEncoder::GenerateCodeLengths(codeLengthCodeLengths, 7, codeLengthCodeCounts, 19);
676 HuffmanEncoder codeLengthEncoder(codeLengthCodeLengths, 19);
680 while (hclen > 4 && codeLengthCodeLengths[border[hclen-1]] == 0)
689 PutBits(codeLengthCodeLengths[border[i]], 3);

Completed in 103 milliseconds