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

Function outputCode

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

Source from the content-addressed store, hash-verified

2709//
2710
2711inline void outputCode(long long code, long long &c, int &lc, char *&out) {
2712 outputBits(hufLength(code), hufCode(code), c, lc, out);
2713}
2714
2715inline void sendCode(long long sCode, int runCount, long long runCode,
2716 long long &c, int &lc, char *&out) {

Callers 1

sendCodeFunction · 0.85

Calls 3

outputBitsFunction · 0.85
hufLengthFunction · 0.85
hufCodeFunction · 0.85

Tested by

no test coverage detected