Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c248 static const double a_coef[2] = { 1.86864659625574, -0.88360000000000}; variable
260 state[1] = state[0] + b_coef[0] * *in + a_coef[0] * *out; in WebRtcIsac_Highpass()
261 state[0] = b_coef[1] * *in++ + a_coef[1] * *out++; in WebRtcIsac_Highpass()