MCPcopy Create free account
hub / github.com/RenderKit/embree / hufCode

Function hufCode

tutorials/common/image/tinyexr.h:2202–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2200inline long long hufLength(long long code) { return code & 63; }
2201
2202inline long long hufCode(long long code) { return code >> 6; }
2203
2204inline void outputBits(int nBits, long long bits, long long &c, int &lc,
2205 char *&out) {

Callers 3

hufBuildDecTableFunction · 0.85
outputCodeFunction · 0.85
hufDecodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected