Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffio.h515 extern uint32 LogLuv24fromXYZ(float*, int = SGILOGENCODE_NODITHER);
521 extern uint32 LogLuv24fromXYZ(float*, int);
Dtif_luv.c1004 LogLuv24fromXYZ(float XYZ[3], int em) in LogLuv24fromXYZ() function
1081 *luv++ = LogLuv24fromXYZ(xyz, sp->encode_meth); in Luv24fromXYZ()