webrtc/modules/audio_processing/aecm
Karl Wiberg 225842ced8 Initialize signal processing function pointers statically
The last run-time logic for selecting function pointers was removed in
May 2016, here: https://codereview.webrtc.org/1955413003

It would be even better if we could eliminate the function pointers
entirely and just have different implementations that we select at
compile time; I've left a TODO asking for this.

Bug: webrtc:9553
Change-Id: Ica71d71e19759da00967168f6479b7eb8b46c590
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144053
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28414}
2019-06-28 14:20:03 +00:00
..
aecm_core.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
aecm_core.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
aecm_core_c.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
aecm_core_mips.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
aecm_core_neon.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
aecm_defines.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
BUILD.gn Explicitly add -mfpu=neon to all targets that use NEON 2018-08-01 13:15:42 +00:00
echo_control_mobile.cc Initialize signal processing function pointers statically 2019-06-28 14:20:03 +00:00
echo_control_mobile.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00