Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DHuffmanDecoder.h68 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()
[all …]