MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / outputCode

Function outputCode

Source/ThirdParty/tinyexr.h:2781–2783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2779//
2780
2781inline void outputCode(long long code, long long &c, int &lc, char *&out) {
2782 outputBits(hufLength(code), hufCode(code), c, lc, out);
2783}
2784
2785inline void sendCode(long long sCode, int runCount, long long runCode,
2786 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