uv_encode         958 3rdparty/libtiff/tif_luv.c     Ce = uv_encode(u, v, em);
uv_encode         960 3rdparty/libtiff/tif_luv.c         Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
uv_encode        1043 3rdparty/libtiff/tif_luv.c         Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15),
uv_encode        1046 3rdparty/libtiff/tif_luv.c             Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
uv_encode         496 3rdparty/libtiff/tiffio.h extern int uv_encode(double, double, int = SGILOGENCODE_NODITHER);
uv_encode         502 3rdparty/libtiff/tiffio.h extern int uv_encode(double, double, int);