Searched refs:tapAdjust (Results 1 – 1 of 1) sorted by relevance
154 int32 tapAdjust[MAX_TAPS]; in update_coefficients() local155 tapAdjust[0] = (taps - 1) / 2; in update_coefficients()156 for (int32 j = 1, k = 1; j <= tapAdjust[0]; j++, k++) { in update_coefficients()157 tapAdjust[k] = tapAdjust[0] - j; in update_coefficients()158 tapAdjust[++k] = tapAdjust[0] + j; in update_coefficients()169 int32 tap2Fix = tapAdjust[k]; in update_coefficients()