D | tinyexr.h | 8830 int rlc, // i : rl code in hufEncode() argument 8851 sendCode(hcode[s], cs, hcode[rlc], c, lc, out); in hufEncode() 8862 sendCode(hcode[s], cs, hcode[rlc], c, lc, out); in hufEncode() 8886 #define getCode(po, rlc, c, lc, in, out, ob, oe) \ 8888 if (po == rlc) { \ 8908 static bool getCode(int po, int rlc, long long &c, int &lc, const char *&in, in getCode() argument 8912 if (po == rlc) { in getCode() 8951 int rlc, // i : run-length code in hufDecode() argument 8988 if (!getCode(pl.lit, rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode() 9017 if (!getCode(pl.p[j], rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode() [all …]
|