Home
last modified time | relevance | path

Searched refs:LONG_ZEROCODE_RUN (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8568 const int LONG_ZEROCODE_RUN = 63; variable
8569 const int SHORTEST_LONG_RUN = 2 + LONG_ZEROCODE_RUN - SHORT_ZEROCODE_RUN;
8596 outputBits(6, LONG_ZEROCODE_RUN, c, lc, p); in hufPackEncTable()
8637 if (l == (long long)LONG_ZEROCODE_RUN) { in hufUnpackEncTable()