Searched refs:xcoeffY (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
D | AnnOverlayPlane.cpp | 312 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/ |
D | AnnOverlayPlane.cpp | 367 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/ |
D | OverlayPlaneBase.cpp | 981 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/ |
D | OverlayPlaneBase.cpp | 1001 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/ |
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()
|