Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8576 char **pcode) // o: ptr to packed table (updated) in hufPackEncTable() argument
8578 char *p = *pcode; in hufPackEncTable()
8610 *pcode = p; in hufPackEncTable()
8618 const char **pcode, // io: ptr to packed table (updated) in hufUnpackEncTable() argument
8626 const char *p = *pcode; in hufUnpackEncTable()
8631 if (p - *pcode >= ni) { in hufUnpackEncTable()
8638 if (p - *pcode > ni) { in hufUnpackEncTable()
8664 *pcode = const_cast<char *>(p); in hufUnpackEncTable()