Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DMtf8.h78 struct CMtf8Decoder struct
80 CMtfVar Buf[256 >> Z7_MTF_MOVS];
82 void StartInit() { memset(Buf, 0, sizeof(Buf)); } in StartInit()
83 …signed pos, Byte val) { Buf[pos >> Z7_MTF_MOVS] |= ((CMtfVar)val << ((pos & Z7_MTF_MASK) << 3)); } in Add()
84 Byte GetHead() const { return (Byte)Buf[0]; } in GetHead()
87 Byte GetAndMove(unsigned pos) throw() in GetAndMove()