Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp357 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/
DOverlayPlaneBase.cpp977 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/
Dpsb_overlay.c597 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()