Searched refs:codeLengthCodeCounts (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
667 fill(codeLengthCodeCounts.begin(), codeLengthCodeCounts.end(), 0);
673 codeLengthCodeCounts[code]++;
675 HuffmanEncoder::GenerateCodeLengths(codeLengthCodeLengths, 7, codeLengthCodeCounts, 19);

Completed in 101 milliseconds