Searched defs:Yg (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_color.c82 float Yr, Yg, Yb; local
87 Yg = matrix[3] * X + matrix[4] * Y + matrix[5] * Z;
92 Yg = TIFFmax(Yg, cielab->display.d_Y0G);
97 Yg = TIFFmin(Yg, cielab->display.d_YCG);
105 i = (int)((Yg - cielab->display.d_Y0G) / cielab->gstep);
122 * the Yr,Yb,Yg <=> r,g,b conversions.

Completed in 110 milliseconds