Searched refs:HuffmanDecoder (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.h32 class HuffmanDecoder class
39 class Err : public Exception {public: Err(const std::string &what) : Exception(INVALID_DATA_FORMAT, "HuffmanDecoder: " + what) {}};
41 HuffmanDecoder() {} function in class:HuffmanDecoder
42 HuffmanDecoder(const unsigned int *codeBitLengths, unsigned int nCodes) {Initialize(codeBitLengths, nCodes);} function in class:HuffmanDecoder
127 static const HuffmanDecoder *FixedLiteralDecoder();
128 static const HuffmanDecoder *FixedDistanceDecoder();
130 const HuffmanDecoder& GetLiteralDecoder() const;
131 const HuffmanDecoder& GetDistanceDecoder() const;
141 HuffmanDecoder m_dynamicLiteralDecoder, m_dynamicDistanceDecoder;
H A Dzinflate.cpp15 inline bool operator()(CryptoPP::HuffmanDecoder::code_t lhs, const CryptoPP::HuffmanDecoder::CodeInfo &rhs)
18 inline bool operator()(const CryptoPP::HuffmanDecoder::CodeInfo &lhs, const CryptoPP::HuffmanDecoder::CodeInfo &rhs)
57 inline HuffmanDecoder::code_t HuffmanDecoder::NormalizeCode(HuffmanDecoder::code_t code, unsigned int codeBits)
62 void HuffmanDecoder::Initialize(const unsigned int *codeBits, unsigned int nCodes)
148 void HuffmanDecoder::FillCacheEntry(LookupEntry &entry, code_t normalizedCode) const
175 inline unsigned int HuffmanDecoder
[all...]

Completed in 106 milliseconds