Searched defs:WebRtcAec_weightCurve (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c76 const float WebRtcAec_weightCurve[65] = { variable
365 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
366 (1 - WebRtcAec_weightCurve[i]) * hNl[i];
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.c75 ALIGN16_BEG const float ALIGN16_END WebRtcAec_weightCurve[65] = { variable
275 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
276 (1 - WebRtcAec_weightCurve[i]) * hNl[i];

Completed in 318 milliseconds