Home
last modified time | relevance | path

Searched defs:aec (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c270 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 …]
Daec_core_neon.c382 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()
Daec_core_sse2.c369 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()
Daec_core_mips.c26 void WebRtcAec_ComfortNoise_mips(AecCore* aec, in WebRtcAec_ComfortNoise_mips()
646 void WebRtcAec_OverdriveAndSuppress_mips(AecCore* aec, in WebRtcAec_OverdriveAndSuppress_mips()
Decho_cancellation_internal.h62 AecCore* aec; member
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc527 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/
DWebRtcAudioEffects.java54 private AcousticEchoCanceler aec = null; field in WebRtcAudioEffects
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc480 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in EnableDriftCompensation() local
492 EchoCancellation* aec = _shared->audio_processing()->echo_cancellation(); in DriftCompensationEnabled() local
Dtransmit_mixer.cc1254 EchoCancellation* aec = audioproc_->echo_cancellation(); in ProcessAudio() local