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

/external/opencv3/3rdparty/libtiff/
H A Dtif_aux.c263 static float whitepoint[2]; local
268 whitepoint[0] = D50_X0 / (D50_X0 + D50_Y0 + D50_Z0);
269 whitepoint[1] = D50_Y0 / (D50_X0 + D50_Y0 + D50_Z0);
270 *va_arg(ap, float **) = whitepoint;
/external/pdfium/third_party/libtiff/
H A Dtif_aux.c263 static float whitepoint[2]; local
268 whitepoint[0] = D50_X0 / (D50_X0 + D50_Y0 + D50_Z0);
269 whitepoint[1] = D50_Y0 / (D50_X0 + D50_Y0 + D50_Z0);
270 *va_arg(ap, float **) = whitepoint;

Completed in 82 milliseconds