/external/opencv3/3rdparty/libtiff/ |
tiffio.h | 496 extern int uv_encode(double, double, int = SGILOGENCODE_NODITHER); 502 extern int uv_encode(double, double, int);
|
tif_luv.c | 861 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ function 958 Ce = uv_encode(u, v, em); 960 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); 1043 Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15), 1046 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); [all...] |
/external/pdfium/third_party/libtiff/ |
tiffio.h | 503 extern int uv_encode(double, double, int = SGILOGENCODE_NODITHER); 509 extern int uv_encode(double, double, int);
|
tif_luv.c | 875 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ function 972 Ce = uv_encode(u, v, em); 974 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); 1057 Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15), 1060 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); [all...] |