Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffio.h509 extern uint32 LogLuv32fromXYZ(float*, int = SGILOGENCODE_NODITHER);
515 extern uint32 LogLuv32fromXYZ(float*, int);
Dtif_luv.c1137 LogLuv32fromXYZ(float XYZ[3], int em) in LogLuv32fromXYZ() function
1214 *luv++ = LogLuv32fromXYZ(xyz, sp->encode_meth); in Luv32fromXYZ()