Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffio.h515 extern uint32 LogLuv24fromXYZ(float*, int = SGILOGENCODE_NODITHER);
521 extern uint32 LogLuv24fromXYZ(float*, int);
/reactos/dll/3rdparty/libtiff/
H A Dtif_luv.c1004 LogLuv24fromXYZ(float XYZ[3], int em) in LogLuv24fromXYZ() function
1081 *luv++ = LogLuv24fromXYZ(xyz, sp->encode_meth); in Luv24fromXYZ()