MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Decode

Method Decode

Libraries/unrar/coder.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44inline void RangeCoder::Decode()
45{
46 low += range*SubRange.LowCount;
47 range *= SubRange.HighCount-SubRange.LowCount;
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected