Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c753 LogL16toY(int p16) /* compute luminance from 16-bit LogL */ in LogL16toY() function
788 *yp++ = (float)LogL16toY(*l16++); in L16toY()
798 double Y = LogL16toY(*l16++); in L16toGry()
1116 L = LogL16toY((int)p >> 16); in LogLuv32toXYZ()
Dtiffio.h498 extern double LogL16toY(int);