Searched defs:codeBits (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.cpp57 inline HuffmanDecoder::code_t HuffmanDecoder::NormalizeCode(HuffmanDecoder::code_t code, unsigned int codeBits) argument
62 void HuffmanDecoder::Initialize(const unsigned int *codeBits, unsigned int nCodes) argument
205 unsigned int codeBits = Decode(reader.PeekBuffer(), value); local
[all...]
H A Dzdeflate.cpp85 HuffmanEncoder::HuffmanEncoder(const unsigned int *codeBits, unsigned int nCodes) argument
104 void HuffmanEncoder::GenerateCodeLengths(unsigned int *codeBits, unsigned int maxCodeBits, const unsigned int *codeCounts, size_t nCodes) argument
177 void HuffmanEncoder::Initialize(const unsigned int *codeBits, unsigned int nCodes) argument
[all...]

Completed in 39 milliseconds