Searched refs:tapAdjust (Results 1 – 2 of 2) sorted by relevance
893 int tapAdjust[MAX_TAPS], tap2Fix; in updateCoeff() local936 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()
336 int tapAdjust[MAX_TAPS], tap2Fix; in UpdateCoeff() local379 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()