Searched refs:UVSCALE (Results 1 – 2 of 2) sorted by relevance
719 #ifndef UVSCALE722 #define UVSCALE 410. macro1113 u = 1./UVSCALE * ((p>>8 & 0xff) + .5); in LogLuv32toXYZ()1114 v = 1./UVSCALE * ((p & 0xff) + .5); in LogLuv32toXYZ()1144 else ue = itrunc(UVSCALE*u, em); in LogLuv32fromXYZ()1147 else ve = itrunc(UVSCALE*v, em); in LogLuv32fromXYZ()1175 u = 1./UVSCALE * ((*luv>>8 & 0xff) + .5); in Luv32toLuv48()1176 v = 1./UVSCALE * ((*luv & 0xff) + .5); in Luv32toLuv48()1219 (luv3[1]*(uint32)(UVSCALE+.5) >> 7 & 0xff00) | in Luv32fromLuv48()1220 (luv3[2]*(uint32)(UVSCALE+.5) >> 15 & 0xff); in Luv32fromLuv48()[all …]
494 #define UVSCALE 410. macro