Searched refs:b_coef (Results 1 – 1 of 1) sorted by relevance
525 static const double b_coef[2] = {-1.99524591718270, 0.99600400000000}; 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()