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

Class RARPPM_DEF

Libraries/unrar/model.hpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#endif
10
11struct RARPPM_DEF
12{
13 static const int INT_BITS=7, PERIOD_BITS=7, TOT_BITS=INT_BITS+PERIOD_BITS,
14 INTERVAL=1 << INT_BITS, BIN_SCALE=1 << TOT_BITS, MAX_FREQ=124;
15};
16
17struct RARPPM_SEE2_CONTEXT : RARPPM_DEF
18{ // SEE-contexts for PPM-contexts with masked symbols

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected