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

Function outputCode

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

Source from the content-addressed store, hash-verified

2635//
2636
2637inline void outputCode(long long code, long long &c, int &lc, char *&out) {
2638 outputBits(hufLength(code), hufCode(code), c, lc, out);
2639}
2640
2641inline void sendCode(long long sCode, int runCount, long long runCode,
2642 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