Searched refs:a_coef (Results 1 – 1 of 1) sorted by relevance
524 static const double a_coef[2] = { 1.86864659625574, -0.88360000000000}; in WebRtcIsac_Highpass() local531 state[1] = state[0] + b_coef[0] * *in + a_coef[0] * *out; in WebRtcIsac_Highpass()532 state[0] = b_coef[1] * *in++ + a_coef[1] * *out++; in WebRtcIsac_Highpass()