Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c939 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ in uv_decode() function
983 if (uv_decode(&u, &v, Ce) < 0) { in LogLuv24toXYZ()
1044 if (uv_decode(&u, &v, *luv&0x3fff) < 0) { in Luv24toLuv48()
Dtiffio.h501 extern int uv_decode(double*, double*, int);