MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / hufCode

Function hufCode

third-party/tinyexr/tinyexr.h:2128–2128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2126inline long long hufLength(long long code) { return code & 63; }
2127
2128inline long long hufCode(long long code) { return code >> 6; }
2129
2130inline void outputBits(int nBits, long long bits, long long &c, int &lc,
2131 char *&out) {

Callers 3

hufBuildDecTableFunction · 0.85
outputCodeFunction · 0.85
hufDecodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected