Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h7689 const int MIN_RUN_LENGTH = 3; variable
7709 if (runEnd - runStart >= MIN_RUN_LENGTH) { in rleCompress()