webrtc/modules/audio_coding/codecs/isac
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
..
fix Initialize signal processing function pointers statically 2019-06-28 14:20:03 +00:00
main (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
audio_decoder_isac_t.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
audio_decoder_isac_t_impl.h Add missing iSAC headers. 2018-01-02 13:01:11 +00:00
audio_encoder_isac_t.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
audio_encoder_isac_t_impl.h Remove CodecInst pt.3 2018-12-18 07:42:21 +00:00
bandwidth_info.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
empty.cc
locked_bandwidth_info.cc
locked_bandwidth_info.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00