Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h9103 char *tableEnd = tableStart; in hufCompress() local
9104 hufPackEncTable(freq.data(), im, iM, &tableEnd); in hufCompress()
9105 int tableLength = tableEnd - tableStart; in hufCompress()
9107 char *dataStart = tableEnd; in hufCompress()