Searched refs:xcoeffUV (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnOverlayPlane.cpp | 357 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup() local 523 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV); in scalingSetup() 540 (xcoeffUV[pos].sign << 15 | in scalingSetup() 541 xcoeffUV[pos].exponent << 12 | in scalingSetup() 542 xcoeffUV[pos].mantissa); in scalingSetup()
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.cpp | 977 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup() local 1092 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV); in scalingSetup() 1107 (xcoeffUV[pos].sign << 15 | in scalingSetup() 1108 xcoeffUV[pos].exponent << 12 | in scalingSetup() 1109 xcoeffUV[pos].mantissa); in scalingSetup()
|
/hardware/intel/img/psb_video/src/ |
D | psb_overlay.c | 597 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in i830_display_video() local 699 UpdateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, TRUE, FALSE, xcoeffUV); in i830_display_video() 712 overlay->UV_HCOEFS[pos] = (xcoeffUV[pos].sign << 15 | in i830_display_video() 713 xcoeffUV[pos].exponent << 12 | in i830_display_video() 714 xcoeffUV[pos].mantissa); in i830_display_video()
|