Searched refs:ytmp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c133 float ytmp = (float) pow(Y/whiteXYZ[1], 1.0/3.0); local
135 if (ytmp < .206893f) {
138 *L = 116*(ytmp) - 16;

Completed in 1329 milliseconds