webrtc/modules/audio_coding/codecs/cng
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
..
audio_encoder_cng.cc Add missing #include to absl/memory/memory.h from audio_encoder_cng.cc 2018-11-06 10:57:47 +00:00
audio_encoder_cng.h Hide the AudioEncoderCng class behind a create function 2018-11-02 13:00:05 +00:00
audio_encoder_cng_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
cng_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
webrtc_cng.cc Initialize signal processing function pointers statically 2019-06-28 14:20:03 +00:00
webrtc_cng.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00