Searched refs:CBitDecoder (Results 1 – 9 of 9) sorted by relevance
18 class CBitDecoder; variable120 HRESULT AddFilter(CBitDecoder &_bitStream);121 HRESULT ReadTables(CBitDecoder &_bitStream);122 HRESULT DecodeLZ2(const CBitDecoder &_bitStream) throw();
62 typedef NBitm::CDecoder<CInBuffer> CBitDecoder; typedef77 CBitDecoder m_InBitStream;
44 struct CBitDecoder struct76 CBitDecoder(): in CBitDecoder() argument88 struct CBase: public CBitDecoder
332 class CBitDecoder class352 void CopyFrom(const CBitDecoder &a) in CopyFrom()368 void RestoreFrom2(const CBitDecoder &a) in RestoreFrom2()617 void CBitDecoder::Prepare2() throw() in Prepare2()1002 static UInt32 ReadUInt32(CBitDecoder &bi) in ReadUInt32()1019 HRESULT CDecoder::AddFilter(CBitDecoder &_bitStream) in AddFilter()1091 HRESULT CDecoder::ReadTables(CBitDecoder &_bitStream) in ReadTables()1334 static inline CLenType SlotToLen(CBitDecoder &_bitStream, CLenType slot) in SlotToLen()1370 HRESULT CDecoder::DecodeLZ2(const CBitDecoder &bitStream) throw() in DecodeLZ2()1379 CBitDecoder _bitStream; in DecodeLZ2()[all …]
41 class CBitDecoder137 CBitDecoder BitDecoder;
13 class CBitDecoder class301 CBitDecoder _bs; in CodeReal()
765 struct CBitDecoder struct810 class CBitByteDecoder: public CBitDecoder897 UInt32 ReadBits(CBitDecoder &_bitStream, unsigned numBits)
280 static inline CLenType SlotToLen(CBitDecoder &_bitStream, CLenType slot) in SlotToLen()
173 SRes CBitDecoder::ReadByte(int &b) in ReadByte()