Searched refs:rawCoeff (Results 1 – 3 of 3) sorted by relevance
888 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; in updateCoeff() local909 rawCoeff[i] = sinc * window; in updateCoeff()917 sum += rawCoeff[pos]; in updateCoeff()921 coeffs[i][j] = rawCoeff[pos] / sum; in updateCoeff()
916 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; in updateCoeff() local937 rawCoeff[i] = sinc * window; in updateCoeff()945 sum += rawCoeff[pos]; in updateCoeff()949 coeffs[i][j] = rawCoeff[pos] / sum; in updateCoeff()
334 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; in UpdateCoeff() local355 rawCoeff[i] = sinc * window; in UpdateCoeff()363 sum += rawCoeff[pos]; in UpdateCoeff()367 coeffs[i][j] = rawCoeff[pos] / sum; in UpdateCoeff()