H A D | tinyexr.h | 8830 int rlc, // i : rl code in hufEncode() 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() 8982 // std::cout << "rlc = " << rlc << st in hufDecode() 8826 hufEncode(const long long *hcode, const unsigned short *in, const int ni, int rlc, char *out) hufEncode() argument 8947 hufDecode(const long long *hcode, const HufDec *hdecod, const char *in, int ni, int rlc, int no, unsigned short *out) hufDecode() argument [all...] |