Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtiffio.h505 extern uint32 LogLuv32fromXYZ(float*, int = SGILOGENCODE_NODITHER);
511 extern uint32 LogLuv32fromXYZ(float*, int);
H A Dtif_luv.c1136 LogLuv32fromXYZ(float XYZ[3], int em) in LogLuv32fromXYZ() function
1213 *luv++ = LogLuv32fromXYZ(xyz, sp->encode_meth); in Luv32fromXYZ()