Searched defs:aec (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 270 static void OverdriveAndSuppress(AecCore* aec, in OverdriveAndSuppress() 293 static int PartitionDelay(const AecCore* aec) { in PartitionDelay() 331 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() 408 static void SubbandCoherence(AecCore* aec, in SubbandCoherence() 441 static void ComfortNoise(AecCore* aec, in ComfortNoise() 627 static void UpdateMetrics(AecCore* aec) { in UpdateMetrics() 923 AecCore* aec, in EchoSubtraction() 1000 static void EchoSuppression(AecCore* aec, in EchoSuppression() 1244 static void ProcessBlock(AecCore* aec) { in ProcessBlock() 1426 AecCore* aec = malloc(sizeof(AecCore)); in WebRtcAec_CreateAec() local [all …]
|
D | aec_core_neon.c | 382 static void OverdriveAndSuppressNEON(AecCore* aec, in OverdriveAndSuppressNEON() 456 static int PartitionDelayNEON(const AecCore* aec) { in PartitionDelayNEON() 510 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() 675 static void SubbandCoherenceNEON(AecCore* aec, in SubbandCoherenceNEON()
|
D | aec_core_sse2.c | 369 static void OverdriveAndSuppressSSE2(AecCore* aec, in OverdriveAndSuppressSSE2() 443 static int PartitionDelaySSE2(const AecCore* aec) { in PartitionDelaySSE2() 489 static void SmoothedPSD(AecCore* aec, in SmoothedPSD() 661 static void SubbandCoherenceSSE2(AecCore* aec, in SubbandCoherenceSSE2()
|
D | aec_core_mips.c | 26 void WebRtcAec_ComfortNoise_mips(AecCore* aec, in WebRtcAec_ComfortNoise_mips() 646 void WebRtcAec_OverdriveAndSuppress_mips(AecCore* aec, in WebRtcAec_OverdriveAndSuppress_mips()
|
D | echo_cancellation_internal.h | 62 AecCore* aec; member
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 527 EchoCancellation* aec = generator.apm()->echo_cancellation(); in TEST_F() local 542 EchoCancellation* aec = generator.apm()->echo_cancellation(); in TEST_F() local 553 EchoCancellation* aec = generator.apm()->echo_cancellation(); in TEST_F() local
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioEffects.java | 54 private AcousticEchoCanceler aec = null; field in WebRtcAudioEffects
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_audio_processing_impl.cc | 480 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in EnableDriftCompensation() local 492 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in DriftCompensationEnabled() local
|
D | transmit_mixer.cc | 1254 EchoCancellation* aec = audioproc_->echo_cancellation(); in ProcessAudio() local
|