Searched refs:dataR (Results 1 – 2 of 2) sorted by relevance
1529 const unsigned char *dataR = (const unsigned char *)data; in stbi_write_jpg_core() local1530 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()