Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzmsDecoder.h77 struct CProbEntry struct
79 UInt32 Prob;
80 UInt64 Hist;
82 void Init() in Init()
88 UInt32 GetProb() const throw() in GetProb()
98 void Update(unsigned bit) throw() in Update()