Lines Matching defs:CDecoderBase
68 struct CDecoderBase struct
70 CLimitInt _limits[kNumBitsMax + 2 - kNumTableBits];
71 UInt32 _poses[kNumBitsMax - kNumTableBits]; // unsigned
73 {
87 } _u;
88 symType _symbols[(1 << kNumTableBits) + m_NumSymbols - (kNumTableBits + 1)];
111 bool Build(const Byte *lens, enum_BuildMode buidMode = k_BuildMode_Partial) throw() in throw()
360 bool Decode2(TBitDecoder *bitStream, unsigned &sym) const in Decode2()
370 bool Decode_SymCheck_MovePosCheck(TBitDecoder *bitStream, unsigned &sym) const in Decode_SymCheck_MovePosCheck()
381 unsigned Decode(TBitDecoder *bitStream) const in Decode()
393 unsigned DecodeFull(TBitDecoder *bitStream) const in DecodeFull()