Home
last modified time | relevance | path

Searched refs:N_HORIZ_UV_TAPS (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayHardware.h34 #define N_HORIZ_UV_TAPS 3 macro
145 uint16_t UV_HCOEFS[N_HORIZ_UV_TAPS * N_PHASES];
146 uint16_t RESERVEDG[0x100 / 2 - N_HORIZ_UV_TAPS * N_PHASES];
DOverlayPlaneBase.cpp974 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup()
1089 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV); in scalingSetup()
1101 for (j = 0; j < N_HORIZ_UV_TAPS; j++) { in scalingSetup()
1102 pos = i * N_HORIZ_UV_TAPS + j; in scalingSetup()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayHardware.h34 #define N_HORIZ_UV_TAPS 3 macro
145 uint16_t UV_HCOEFS[N_HORIZ_UV_TAPS * N_PHASES];
146 uint16_t RESERVEDG[0x100 / 2 - N_HORIZ_UV_TAPS * N_PHASES];
DOverlayPlaneBase.cpp1002 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup()
1120 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV); in scalingSetup()
1132 for (j = 0; j < N_HORIZ_UV_TAPS; j++) { in scalingSetup()
1133 pos = i * N_HORIZ_UV_TAPS + j; in scalingSetup()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.h169 #define N_HORIZ_UV_TAPS 3 macro
242 uint16_t UV_HCOEFS[N_HORIZ_UV_TAPS * N_PHASES]; /* 0x600 */
243 uint16_t RESERVEDG[0xa00 / 2 - N_HORIZ_UV_TAPS * N_PHASES];
Dpsb_overlay.c597 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in i830_display_video()
699 UpdateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, TRUE, FALSE, xcoeffUV); in i830_display_video()
710 for (j = 0; j < N_HORIZ_UV_TAPS; j++) { in i830_display_video()
711 pos = i * N_HORIZ_UV_TAPS + j; in i830_display_video()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnOverlayPlane.cpp313 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup()
471 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV); in scalingSetup()
485 for (j = 0; j < N_HORIZ_UV_TAPS; j++) { in scalingSetup()
486 pos = i * N_HORIZ_UV_TAPS + j; in scalingSetup()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnOverlayPlane.cpp356 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup()
530 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV); in scalingSetup()
544 for (j = 0; j < N_HORIZ_UV_TAPS; j++) { in scalingSetup()
545 pos = i * N_HORIZ_UV_TAPS + j; in scalingSetup()