Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtiffio.h501 extern int LogL16fromY(double, int = SGILOGENCODE_NODITHER);
507 extern int LogL16fromY(double, int);
H A Dtif_luv.c767 LogL16fromY(double Y, int em) /* get 16-bit LogL from Y */ in LogL16fromY() function
809 *l16++ = (int16) (LogL16fromY(*yp++, sp->encode_meth)); in L16fromY()
1141 Le = (unsigned int)LogL16fromY(XYZ[1], em); in LogLuv32fromXYZ()