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

  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 313 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES];
471 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV);
488 (xcoeffUV[pos].sign << 15 |
489 xcoeffUV[pos].exponent << 12 |
490 xcoeffUV[pos].mantissa);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 356 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES];
530 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV);
547 (xcoeffUV[pos].sign << 15 |
548 xcoeffUV[pos].exponent << 12 |
549 xcoeffUV[pos].mantissa);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 974 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES];
1089 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV);
1104 (xcoeffUV[pos].sign << 15
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 1002 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES];
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 597 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES];
699 UpdateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, TRUE, FALSE, xcoeffUV);
712 overlay->UV_HCOEFS[pos] = (xcoeffUV[pos].sign << 15 |
713 xcoeffUV[pos].exponent << 12 |
714 xcoeffUV[pos].mantissa);
    [all...]

Completed in 54 milliseconds