Searched refs:UVSCALE (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_luv.c686 #ifndef UVSCALE
689 #define UVSCALE 410. macro
1080 u = 1./UVSCALE * ((p>>8 & 0xff) + .5);
1081 v = 1./UVSCALE * ((p & 0xff) + .5);
1111 else ue = itrunc(UVSCALE*u, em);
1114 else ve = itrunc(UVSCALE*v, em);
1142 u = 1./UVSCALE * ((*luv>>8 & 0xff) + .5);
1143 v = 1./UVSCALE * ((*luv & 0xff) + .5);
1186 (luv3[1]*(uint32)(UVSCALE+.5) >> 7 & 0xff00) |
1187 (luv3[2]*(uint32)(UVSCALE
[all...]
H A Dtiffio.h493 #define UVSCALE 410. macro

Completed in 75 milliseconds