Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_luv.c952 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ in uv_encode() function
1064 Ce = uv_encode(u, v, em); in LogLuv24fromXYZ()
1066 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); in LogLuv24fromXYZ()
1150 Ce = uv_encode((luv3[1] + .5) / (1 << 15), (luv3[2] + .5) / (1 << 15), in Luv24fromLuv48()
1153 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); in Luv24fromLuv48()
H A Dtiffio.h606 extern int uv_encode(double, double, int = SGILOGENCODE_NODITHER);
612 extern int uv_encode(double, double, int);