Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h7750 char *outStart = out; in rleUncompress() local
7776 return static_cast<int>(out - outStart); in rleUncompress()
8833 char *outStart = out; in hufEncode() local
8866 return (out - outStart) * 8 + lc; in hufEncode()