Searched defs:CBitDecoder (Results 1 – 6 of 6) sorted by relevance
44 struct CBitDecoder struct46 unsigned _numBits;47 UInt32 _value;48 const Byte *_buf;49 const Byte *_lim;51 void InitBitDecoder() in InitBitDecoder()76 CBitDecoder(): in CBitDecoder() argument
765 struct CBitDecoder struct767 ptrdiff_t _bitOffset;768 const Byte *_buf;771 UInt32 GetVal() const779 bool IsOverRead() const786 bool WasBitStreamFinishedOK() const801 UInt32 ReadBits_NonZero(unsigned numBits) throw()
18 class CBitDecoder; variable
62 typedef NBitm::CDecoder<CInBuffer> CBitDecoder; typedef
13 class CBitDecoder class
332 class CBitDecoder class