Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h1529 const unsigned char *dataR = (const unsigned char *)data; in stbi_write_jpg_core() local
1530 const unsigned char *dataG = dataR + ofsG; in stbi_write_jpg_core()
1531 const unsigned char *dataB = dataR + ofsB; in stbi_write_jpg_core()
1544 float r = dataR[p], g = dataG[p], b = dataB[p]; in stbi_write_jpg_core()
1582 float r = dataR[p], g = dataG[p], b = dataB[p]; in stbi_write_jpg_core()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1529 const unsigned char *dataR = (const unsigned char *)data; in stbi_write_jpg_core() local
1530 const unsigned char *dataG = dataR + ofsG; in stbi_write_jpg_core()
1531 const unsigned char *dataB = dataR + ofsB; in stbi_write_jpg_core()
1544 float r = dataR[p], g = dataG[p], b = dataB[p]; in stbi_write_jpg_core()
1582 float r = dataR[p], g = dataG[p], b = dataB[p]; in stbi_write_jpg_core()