Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_common.h27 extern const float WebRtcAec_kExtendedSmoothingCoefficients[2][2];
Daec_core.c117 const float WebRtcAec_kExtendedSmoothingCoefficients[2][2] = {{0.9f, 0.1f}, variable
338 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1] in SmoothedPSD()
Daec_core_neon.c517 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1] in SmoothedPSD()
Daec_core_sse2.c496 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1] in SmoothedPSD()