MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / hufCode

Function hufCode

encoder/3rdparty/tinyexr.h:2272–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2270inline long long hufLength(long long code) { return code & 63; }
2271
2272inline long long hufCode(long long code) { return code >> 6; }
2273
2274inline void outputBits(int nBits, long long bits, long long &c, int &lc,
2275 char *&out) {

Callers 3

hufBuildDecTableFunction · 0.85
outputCodeFunction · 0.85
hufDecodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected