Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp393 coeffRec xcoeffY[N_HORIZ_Y_TAPS * N_PHASES]; in scalingSetup() local
559 updateCoeff(N_HORIZ_Y_TAPS, fHCutoffY, true, true, xcoeffY); in scalingSetup()
568 (xcoeffY[pos].sign << 15 | in scalingSetup()
569 xcoeffY[pos].exponent << 12 | in scalingSetup()
570 xcoeffY[pos].mantissa); in scalingSetup()
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp976 coeffRec xcoeffY[N_HORIZ_Y_TAPS * N_PHASES]; in scalingSetup() local
1091 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY); in scalingSetup()
1098 (xcoeffY[pos].sign << 15 | in scalingSetup()
1099 xcoeffY[pos].exponent << 12 | in scalingSetup()
1100 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()