Searched refs:uv_encode (Results 1 – 2 of 2) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_luv.c | 916 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ in uv_encode() function 1013 Ce = uv_encode(u, v, em); in LogLuv24fromXYZ() 1015 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); in LogLuv24fromXYZ() 1098 Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15), in Luv24fromLuv48() 1101 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); in Luv24fromLuv48()
|
| H A D | tiffio.h | 503 extern int uv_encode(double, double, int = SGILOGENCODE_NODITHER); 509 extern int uv_encode(double, double, int);
|