Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzmsDecoder.h106 struct CRangeDecoder struct
108 UInt32 range;
109 UInt32 code;
110 const Byte *cur;
113 void Init(const Byte *data, size_t /* size */) throw() in Init()
121 void Normalize() in Normalize()
133 unsigned Decode(UInt32 *state, UInt32 numStates, struct CProbEntry *probs) in Decode()
H A DQuantumDecoder.h18 class CRangeDecoder; variable
H A DQuantumDecoder.cpp27 class CRangeDecoder class