Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffio.h506 extern double LogL10toY(int);
/reactos/dll/3rdparty/libtiff/
H A Dtif_luv.c840 LogL10toY(int p10) /* compute luminance from 10-bit LogL */ in LogL10toY() function
981 L = LogL10toY(p>>14 & 0x3ff); in LogLuv24toXYZ()