Searched refs:getCode (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 8886 #define getCode(po, rlc, c, lc, in, out, ob, oe) \ 8908 static bool getCode(int po, int rlc, long long &c, int &lc, const char *&in, in getCode() function 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() 9046 if (!getCode(pl.lit, rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode()
|