HomeSort by relevance Sort by last modified time
    Searched refs:UVSCALE (Results 1 - 10 of 10) 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;
OverlayPlaneBase.cpp 1089 if (newval != backBuffer->UVSCALE) {
1091 backBuffer->UVSCALE = newval;
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayHardware.h 116 uint32_t UVSCALE;
OverlayPlaneBase.cpp 1066 if (newval != backBuffer->UVSCALE) {
1068 backBuffer->UVSCALE = newval;
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.h 209 uint32_t UVSCALE;
psb_overlay.c 665 if (newval != overlay->UVSCALE) {
667 overlay->UVSCALE = newval;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 427 if (newval != backBuffer->UVSCALE) {
429 backBuffer->UVSCALE = newval;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 495 if (newval != backBuffer->UVSCALE) {
497 backBuffer->UVSCALE = newval;

Completed in 150 milliseconds