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 728 #ifndef UVSCALE
731 #define UVSCALE 410.
1122 u = 1./UVSCALE * ((p>>8 & 0xff) + .5);
1123 v = 1./UVSCALE * ((p & 0xff) + .5);
1153 else ue = itrunc(UVSCALE*u, em);
1156 else ve = itrunc(UVSCALE*v, em);
1184 u = 1./UVSCALE * ((*luv>>8 & 0xff) + .5);
1185 v = 1./UVSCALE * ((*luv & 0xff) + .5);
1228 (luv3[1]*(uint32)(UVSCALE+.5) >> 7 & 0xff00) |
1229 (luv3[2]*(uint32)(UVSCALE+.5) >> 15 & 0xff)
    [all...]
tiffio.h 497 #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 434 milliseconds