Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnOverlayPlane.cpp313 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup() local
471 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV); in scalingSetup()
488 (xcoeffUV[pos].sign << 15 | in scalingSetup()
489 xcoeffUV[pos].exponent << 12 | in scalingSetup()
490 xcoeffUV[pos].mantissa); in scalingSetup()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnOverlayPlane.cpp356 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup() local
530 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV); in scalingSetup()
547 (xcoeffUV[pos].sign << 15 | in scalingSetup()
548 xcoeffUV[pos].exponent << 12 | in scalingSetup()
549 xcoeffUV[pos].mantissa); in scalingSetup()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayPlaneBase.cpp974 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup() local
1089 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV); in scalingSetup()
1104 (xcoeffUV[pos].sign << 15 | in scalingSetup()
1105 xcoeffUV[pos].exponent << 12 | in scalingSetup()
1106 xcoeffUV[pos].mantissa); in scalingSetup()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp1002 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup() local
1120 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV); in scalingSetup()
1135 (xcoeffUV[pos].sign << 15 | in scalingSetup()
1136 xcoeffUV[pos].exponent << 12 | in scalingSetup()
1137 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()