Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp893 int tapAdjust[MAX_TAPS], tap2Fix; in updateCoeff() local
936 tapAdjust[0] = (taps - 1) / 2; in updateCoeff()
937 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) { in updateCoeff()
938 tapAdjust[j1] = tapAdjust[0] - j; in updateCoeff()
939 tapAdjust[++j1] = tapAdjust[0] + j; in updateCoeff()
948 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()