Searched refs:tapAdjust (Results 1 – 3 of 3) sorted by relevance
898 int tapAdjust[MAX_TAPS], tap2Fix; in updateCoeff() local941 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()
918 int tapAdjust[MAX_TAPS], tap2Fix; in updateCoeff() local961 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()
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()