Searched defs:CRangeDecoder (Results 1 – 3 of 3) sorted by relevance
106 struct CRangeDecoder struct108 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()
18 class CRangeDecoder; variable
27 class CRangeDecoder class