Searched refs:yti (Results 1 – 2 of 2) sorted by relevance
1484 int uvti, yti = (YQT[i]*quality+50)/100; in stbi_write_jpg_core() local1485 YTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (yti < 1 ? 1 : yti > 255 ? 255 : yti); in stbi_write_jpg_core()