Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c510 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() function
685 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceNEON()
Daec_core_sse2.c489 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() function
671 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceSSE2()
Daec_core.c331 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() function
418 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherence()