HomeSort by relevance Sort by last modified time
    Searched defs:UVSCALE (Results 1 - 5 of 5) sorted by null

  /external/pdfium/third_party/libtiff/
tif_luv.c 719 #ifndef UVSCALE
722 #define UVSCALE 410.
1113 u = 1./UVSCALE * ((p>>8 & 0xff) + .5);
1114 v = 1./UVSCALE * ((p & 0xff) + .5);
1144 else ue = itrunc(UVSCALE*u, em);
1147 else ve = itrunc(UVSCALE*v, em);
1175 u = 1./UVSCALE * ((*luv>>8 & 0xff) + .5);
1176 v = 1./UVSCALE * ((*luv & 0xff) + .5);
1219 (luv3[1]*(uint32)(UVSCALE+.5) >> 7 & 0xff00) |
1220 (luv3[2]*(uint32)(UVSCALE+.5) >> 15 & 0xff)
    [all...]
tiffio.h 494 #define UVSCALE 410.
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayHardware.h 112 uint32_t UVSCALE;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayHardware.h 116 uint32_t UVSCALE;
  /hardware/intel/img/psb_video/src/
psb_overlay.h 209 uint32_t UVSCALE;

Completed in 225 milliseconds