Home
last modified time | relevance | path

Searched refs:xcoeffY (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnOverlayPlane.cpp312 coeffRec xcoeffY[N_HORIZ_Y_TAPS * N_PHASES]; in scalingSetup() local
470 updateCoeff(N_HORIZ_Y_TAPS, fHCutoffY, true, true, xcoeffY); in scalingSetup()
479 (xcoeffY[pos].sign << 15 | in scalingSetup()
480 xcoeffY[pos].exponent << 12 | in scalingSetup()
481 xcoeffY[pos].mantissa); in scalingSetup()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnOverlayPlane.cpp367 coeffRec xcoeffY[N_HORIZ_Y_TAPS * N_PHASES]; in scalingSetup() local
538 updateCoeff(N_HORIZ_Y_TAPS, fHCutoffY, true, true, xcoeffY); in scalingSetup()
547 (xcoeffY[pos].sign << 15 | in scalingSetup()
548 xcoeffY[pos].exponent << 12 | in scalingSetup()
549 xcoeffY[pos].mantissa); in scalingSetup()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayPlaneBase.cpp981 coeffRec xcoeffY[N_HORIZ_Y_TAPS * N_PHASES]; in scalingSetup() local
1096 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY); in scalingSetup()
1103 (xcoeffY[pos].sign << 15 | in scalingSetup()
1104 xcoeffY[pos].exponent << 12 | in scalingSetup()
1105 xcoeffY[pos].mantissa); in scalingSetup()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp1001 coeffRec xcoeffY[N_HORIZ_Y_TAPS * N_PHASES]; in scalingSetup() local
1119 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY); in scalingSetup()
1126 (xcoeffY[pos].sign << 15 | in scalingSetup()
1127 xcoeffY[pos].exponent << 12 | in scalingSetup()
1128 xcoeffY[pos].mantissa); in scalingSetup()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c596 coeffRec xcoeffY[N_HORIZ_Y_TAPS * N_PHASES]; in i830_display_video() local
698 UpdateCoeff(N_HORIZ_Y_TAPS, fCutoffY, TRUE, TRUE, xcoeffY); in i830_display_video()
704 overlay->Y_HCOEFS[pos] = (xcoeffY[pos].sign << 15 | in i830_display_video()
705 xcoeffY[pos].exponent << 12 | in i830_display_video()
706 xcoeffY[pos].mantissa); in i830_display_video()