Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_luv.c752 LogL16toY(int p16) /* compute luminance from 16-bit LogL */ in LogL16toY() function
787 *yp++ = (float)LogL16toY(*l16++); in L16toY()
797 double Y = LogL16toY(*l16++); in L16toGry()
1115 L = LogL16toY((int)p >> 16); in LogLuv32toXYZ()
H A Dtiffio.h494 extern double LogL16toY(int);