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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzinflate.cpp392 FixedSizeSecBlock<unsigned int, 286+32> codeLengths; local
396 std::fill(codeLengths.begin(), codeLengths+19, 0);
398 codeLengths[border[i]] = m_reader.GetBits(3);
402 HuffmanDecoder codeLengthDecoder(codeLengths, 19);
422 repeater = codeLengths[i-1];
439 std::fill(codeLengths + i, codeLengths + i + count, repeater);
442 m_dynamicLiteralDecoder.Initialize(codeLengths, hlit+257);
443 if (hdist == 0 && codeLengths[hli
588 unsigned int codeLengths[288]; local
603 unsigned int codeLengths[32]; local
[all...]
H A Dzdeflate.cpp233 unsigned int codeLengths[288]; local
234 fill(codeLengths + 0, codeLengths + 144, 8);
235 fill(codeLengths + 144, codeLengths + 256, 9);
236 fill(codeLengths + 256, codeLengths + 280, 7);
237 fill(codeLengths + 280, codeLengths + 288, 8);
238 m_staticLiteralEncoder.Initialize(codeLengths, 28
[all...]

Completed in 81 milliseconds