Searched refs:literalCodeLengths (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.cpp650 FixedSizeSecBlock<unsigned int, 286> literalCodeLengths; local
654 HuffmanEncoder::GenerateCodeLengths(literalCodeLengths, 15, m_literalCounts, 286);
655 m_dynamicLiteralEncoder.Initialize(literalCodeLengths, 286);
656 unsigned int hlit = (unsigned int)(find_if(RevIt(literalCodeLengths.end()), RevIt(literalCodeLengths.begin()+257), bind2nd(not_equal_to<unsigned int>(), 0)).base() - (literalCodeLengths.begin()+257));
663 memcpy(combinedLengths, literalCodeLengths, (hlit+257)*sizeof(unsigned int));

Completed in 50 milliseconds