webrtc/modules/audio_coding/codecs
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
..
cng Initialize signal processing function pointers statically 2019-06-28 14:20:03 +00:00
g711 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
g722 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ilbc Initialize signal processing function pointers statically 2019-06-28 14:20:03 +00:00
isac Initialize signal processing function pointers statically 2019-06-28 14:20:03 +00:00
opus AudioDecoderOpus: Add support for 16 kHz output sample rate 2019-05-29 12:42:38 +00:00
pcm16b (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
red (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
tools Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
audio_decoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
builtin_audio_decoder_factory_unittest.cc Replace rtc::Optional with absl::optional in modules/audio_coding 2018-06-19 12:46:20 +00:00
builtin_audio_encoder_factory_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
legacy_encoded_audio_frame.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
legacy_encoded_audio_frame.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
legacy_encoded_audio_frame_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00