Searched refs:m_maxCodeBits (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.cpp82 m_maxCodeBits = *std::max_element(codeBits, codeBits+nCodes);
84 if (m_maxCodeBits > MAX_CODE_BITS)
87 if (m_maxCodeBits == 0)
91 SecBlockWithHint<unsigned int, 15+1> blCount(m_maxCodeBits+1);
99 SecBlockWithHint<code_t, 15+1> nextCode(m_maxCodeBits+1);
101 for (i=2; i<=m_maxCodeBits; i++)
113 if (code > (1 << m_maxCodeBits) - blCount[m_maxCodeBits])
115 else if (m_maxCodeBits != 1 && code < (1 << m_maxCodeBits)
[all...]
H A Dzinflate.h78 unsigned int m_maxCodeBits, m_cacheBits, m_cacheMask, m_normalizedCacheMask; member in class:HuffmanDecoder

Completed in 117 milliseconds