Home
last modified time | relevance | path

Searched refs:CBitDecoder (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DRar5Decoder.h18 class CBitDecoder; variable
120 HRESULT AddFilter(CBitDecoder &_bitStream);
121 HRESULT ReadTables(CBitDecoder &_bitStream);
122 HRESULT DecodeLZ2(const CBitDecoder &_bitStream) throw();
DRar2Decoder.h62 typedef NBitm::CDecoder<CInBuffer> CBitDecoder; typedef
77 CBitDecoder m_InBitStream;
DBZip2Decoder.h44 struct CBitDecoder struct
76 CBitDecoder(): in CBitDecoder() argument
88 struct CBase: public CBitDecoder
DRar5Decoder.cpp332 class CBitDecoder class
352 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 …]
DRar3Decoder.h41 class CBitDecoder
137 CBitDecoder BitDecoder;
DLzmsDecoder.cpp13 class CBitDecoder class
301 CBitDecoder _bs; in CodeReal()
DLzxDecoder.cpp765 struct CBitDecoder struct
810 class CBitByteDecoder: public CBitDecoder
897 UInt32 ReadBits(CBitDecoder &_bitStream, unsigned numBits)
DRar2Decoder.cpp280 static inline CLenType SlotToLen(CBitDecoder &_bitStream, CLenType slot) in SlotToLen()
DBZip2Decoder.cpp173 SRes CBitDecoder::ReadByte(int &b) in ReadByte()