Searched refs:outputBits (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 8295 inline void outputBits(int nBits, long long bits, long long &c, int &lc, in outputBits() function 8596 outputBits(6, LONG_ZEROCODE_RUN, c, lc, p); in hufPackEncTable() 8597 outputBits(8, zerun - SHORTEST_LONG_RUN, c, lc, p); in hufPackEncTable() 8599 outputBits(6, SHORT_ZEROCODE_RUN + zerun - 2, c, lc, p); in hufPackEncTable() 8605 outputBits(6, l, c, lc, p); in hufPackEncTable() 8801 outputBits(hufLength(code), hufCode(code), c, lc, out); in outputCode() 8816 outputBits(8, runCount, c, lc, out); in sendCode()
|