Home
last modified time | relevance | path

Searched defs:CBitDecoder (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBZip2Decoder.h44 struct CBitDecoder struct
46 unsigned _numBits;
47 UInt32 _value;
48 const Byte *_buf;
49 const Byte *_lim;
51 void InitBitDecoder() in InitBitDecoder()
76 CBitDecoder(): in CBitDecoder() argument
H A DLzxDecoder.cpp765 struct CBitDecoder struct
767 ptrdiff_t _bitOffset;
768 const Byte *_buf;
771 UInt32 GetVal() const
779 bool IsOverRead() const
786 bool WasBitStreamFinishedOK() const
801 UInt32 ReadBits_NonZero(unsigned numBits) throw()
H A DRar5Decoder.h18 class CBitDecoder; variable
H A DRar2Decoder.h62 typedef NBitm::CDecoder<CInBuffer> CBitDecoder; typedef
H A DLzmsDecoder.cpp13 class CBitDecoder class
H A DRar5Decoder.cpp332 class CBitDecoder class