Searched refs:SmoothedPSD (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 510 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() function 685 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceNEON()
|
D | aec_core_sse2.c | 489 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() function 671 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceSSE2()
|
D | aec_core.c | 331 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() function 418 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherence()
|