Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c917 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ in uv_encode() function
1014 Ce = uv_encode(u, v, em); in LogLuv24fromXYZ()
1016 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); in LogLuv24fromXYZ()
1099 Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15), in Luv24fromLuv48()
1102 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); in Luv24fromLuv48()
Dtiffio.h507 extern int uv_encode(double, double, int = SGILOGENCODE_NODITHER);
513 extern int uv_encode(double, double, int);