Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/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.cpp977 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup()
1092 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV); in scalingSetup()
1104 for (j = 0; j < N_HORIZ_UV_TAPS; j++) { in scalingSetup()
1105 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/ips/anniedale/
DAnnOverlayPlane.cpp357 coeffRec xcoeffUV[N_HORIZ_UV_TAPS * N_PHASES]; in scalingSetup()
523 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV); in scalingSetup()
537 for (j = 0; j < N_HORIZ_UV_TAPS; j++) { in scalingSetup()
538 pos = i * N_HORIZ_UV_TAPS + j; in scalingSetup()