Home
last modified time | relevance | path

Searched refs:a_coef (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c524 static const double a_coef[2] = { 1.86864659625574, -0.88360000000000}; in WebRtcIsac_Highpass() local
531 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()