Searched refs:runCount (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 8804 inline void sendCode(long long sCode, int runCount, long long runCode, in sendCode() argument 8813 if (hufLength(sCode) + hufLength(runCode) + 8 < hufLength(sCode) * runCount) { in sendCode() 8816 outputBits(8, runCount, c, lc, out); in sendCode() 8818 while (runCount-- >= 0) outputCode(sCode, c, lc, out); in sendCode()
|