Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c247 static const float a_coef_float[2] = { 1.86864659625574f, -0.88360000000000f}; variable
268 state[1] = state[0] + b_coef_float[0] * *in + a_coef_float[0] * *out; in WebRtcIsac_Highpass_float()
269 state[0] = b_coef_float[1] * (double)*in++ + a_coef_float[1] * *out++; in WebRtcIsac_Highpass_float()