Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayPlaneBase.cpp898 int tapAdjust[MAX_TAPS], tap2Fix; in updateCoeff() local
941 tapAdjust[0] = (taps - 1) / 2; in updateCoeff()
942 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in updateCoeff()
943 tapAdjust[j1] = tapAdjust[0] - j; in updateCoeff()
944 tapAdjust[++j1] = tapAdjust[0] + j; in updateCoeff()
953 tap2Fix = tapAdjust[j1]; in updateCoeff()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp918 int tapAdjust[MAX_TAPS], tap2Fix; in updateCoeff() local
961 tapAdjust[0] = (taps - 1) / 2; in updateCoeff()
962 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in updateCoeff()
963 tapAdjust[j1] = tapAdjust[0] - j; in updateCoeff()
964 tapAdjust[++j1] = tapAdjust[0] + j; in updateCoeff()
973 tap2Fix = tapAdjust[j1]; in updateCoeff()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c336 int tapAdjust[MAX_TAPS], tap2Fix; in UpdateCoeff() local
379 tapAdjust[0] = (taps - 1) / 2; in UpdateCoeff()
380 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in UpdateCoeff()
381 tapAdjust[j1] = tapAdjust[0] - j; in UpdateCoeff()
382 tapAdjust[++j1] = tapAdjust[0] + j; in UpdateCoeff()
391 tap2Fix = tapAdjust[j1]; in UpdateCoeff()