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

Method GetCurrentCount

Libraries/unrar/coder.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32inline int RangeCoder::GetCurrentCount()
33{
34 return (code-low)/(range /= SubRange.scale);
35}
36
37
38inline uint RangeCoder::GetCurrentShiftCount(uint SHIFT)

Callers 2

decodeSymbol1Method · 0.80
decodeSymbol2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected