aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/aecm
AgeCommit message (Expand)Author
2016-02-11Suppress unused-parameter warnings.Chih-Hung Hsieh
2016-01-15Merge upstream SHA 04cb763Alex Luebs
2015-11-25WIP: Changes after merge commit 'cb3f9bd'Chih-Hung Hsieh
2015-11-11Remove webrtc/modules/audio_processing/{aec,aecm,ns}/includeHenrik Kjellander
2015-11-10-Removed the indirect error message reporting in aec and aecm.peah
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-05-28audio_processing/aecm: Create() now returns a pointer to the objectBjorn Volcker
2015-05-20Clear ARM NEON flagAndrew MacDonald
2015-04-10Refactor audio_processing: Free functions return voidBjorn Volcker
2015-03-10Refactor audio_processing/aecm: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFTbjornv@webrtc.org
2015-01-15Move ring_buffer to common_audio.andrew@webrtc.org
2015-01-08audio_processing/aecm: Removed usage of macro WEBRTC_SPL_MUL_16_16bjornv@webrtc.org
2014-12-18Rename _t struct types in audio_processing.pbos@webrtc.org
2014-12-03Remove need for assembly offset generation in aecm and ns module.andrew@webrtc.org
2014-12-02Remove -flax-vector-conversions flag for ARM NEON building.andrew@webrtc.org
2014-12-02Clear 2 unused functions in audio processing aecm module.andrew@webrtc.org
2014-11-26Enabling building with NEON on ARM64andrew@webrtc.org
2014-11-11replace inline assembly WebRtcAecm_CalcLinearEnergiesNeon by intrinsics.andrew@webrtc.org
2014-11-11replace inline assembly WebRtcAecm_StoreAdaptiveChannelNeon by intrinsics.andrew@webrtc.org
2014-11-10replace inline assembly WebRtcAecm_ResetAdaptiveChannelNeon by intrinsics.andrew@webrtc.org
2014-10-15audio_processing: Replaced macro WEBRTC_SPL_RSHIFT_W32 with >>bjornv@webrtc.org
2014-10-13common_audio: Removed macro WEBRTC_SPL_RSHIFT_W16bjornv@webrtc.org
2014-10-13audio_processing: Replaced macro WEBRTC_SPL_RSHIFT_W16 with >>bjornv@webrtc.org
2014-09-30audio_processing/aecm: Added help function for calculating log of energybjornv@webrtc.org
2014-09-30audio_processing: Replaced trivial macro WEBRTC_SPL_LSHIFT_W32 with <<bjornv@webrtc.org
2014-09-29audio_processing: Replaced macro WEBRTC_SPL_LSHIFT_W16 with <<bjornv@webrtc.org
2014-09-08audio_processing: Removed use of macro WEBRTC_SPL_UMUL_16_16bjornv@webrtc.org
2014-09-05common_audio: Replaced WEBRTC_SPL_LSHIFT_U32 with << in audio_processingbjornv@webrtc.org
2014-08-26Remove Android.mk build files.pbos@webrtc.org
2014-08-25Refactoring common_audio: Replace trivial multiplication macrobjornv@webrtc.org
2014-08-25Refactoring common_audio/signal_processing: Replaces trivial macrosbjornv@webrtc.org
2014-07-16nrsh1 is written before tmp321 is read, so needs to be earlyclobberkwiberg@webrtc.org
2014-07-03common_audio: Removes macro WEBRTC_SPL_SHIFT_W16bjornv@webrtc.org
2014-06-05The correct fix of workaround in r6261.bjornv@webrtc.org
2014-05-12Echo cancellation functions docs: Follow style guide w.r.t. placement of *kwiberg@webrtc.org
2014-04-17WebRtcAecm_Process: Reduce code duplicationkwiberg@webrtc.org
2014-04-03Delay Estimator: Minor refactoring and added a setter function.bjornv@webrtc.org
2014-03-24DelayEstimator: Updates delay_quality and adds soft reset.bjornv@webrtc.org
2014-01-13Enables robust delay validation in AEC delay logging.bjornv@webrtc.org
2013-11-11MIPS optimizations for AECM audio processing moduleandrew@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-09-25Remove unused constants, so chrome can enable a warning for that. Patch from ...niklas.enbom@webrtc.org
2013-07-26To fix a bug in InverseFFTAndWindow() function in AECM.kma@webrtc.org
2013-07-24Formalized Real 16-bit FFT for APM.kma@webrtc.org
2013-05-28Include files from webrtc/.. paths in audio_processing/pbos@webrtc.org
2013-04-10WebRtc_Word32 -> int32_t in audio_processing/pbos@webrtc.org
2013-03-19Fixed initialization of SPL in echo_control_mobile.kma@webrtc.org
2013-03-07Fixed an assembly code error in AECM for ARMv7.kma@webrtc.org
2013-02-27Refactor WebRtc_CreateBuffer to return the instance.andrew@webrtc.org