Home
last modified time | relevance | path

Searched refs:LogL16fromY (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffio.h505 extern int LogL16fromY(double, int = SGILOGENCODE_NODITHER);
511 extern int LogL16fromY(double, int);
Dtif_luv.c768 LogL16fromY(double Y, int em) /* get 16-bit LogL from Y */ in LogL16fromY() function
810 *l16++ = (int16) (LogL16fromY(*yp++, sp->encode_meth)); in L16fromY()
1142 Le = (unsigned int)LogL16fromY(XYZ[1], em); in LogLuv32fromXYZ()