Searched refs:xcoeffY (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnOverlayPlane.cpp | 393 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/ |
D | OverlayPlaneBase.cpp | 976 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/ |
D | psb_overlay.c | 596 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()
|