Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
inline int RangeCoder::GetCurrentCount()
33
{
34
return (code-low)/(range /= SubRange.scale);
35
}
36
37
38
inline uint RangeCoder::GetCurrentShiftCount(uint SHIFT)
Callers
2
decodeSymbol1
Method · 0.80
decodeSymbol2
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected