Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_common.h28 extern const float WebRtcAec_kNormalSmoothingCoefficients[2][2];
Daec_core.c119 const float WebRtcAec_kNormalSmoothingCoefficients[2][2] = {{0.9f, 0.1f}, variable
339 : WebRtcAec_kNormalSmoothingCoefficients[aec->mult - 1]; in SmoothedPSD()
Daec_core_neon.c518 : WebRtcAec_kNormalSmoothingCoefficients[aec->mult - 1]; in SmoothedPSD()
Daec_core_sse2.c497 : WebRtcAec_kNormalSmoothingCoefficients[aec->mult - 1]; in SmoothedPSD()