webrtc/modules/audio_coding/codecs/opus
Sebastian Jansson 8ac05ccaa7 Adds trial to use link capacity estimate in Opus encoder.
Since the link capacity is designed to be a more stable value, we don't
need the smoothing. This allows us to react faster to changes in link
capacity while still avoiding to react to changes in target bitrate due
to normal control behavior.

Bug: webrtc:9718
Change-Id: I2fbf6bb882f312a7b28ea43d27057886d035ac45
Reviewed-on: https://webrtc-review.googlesource.com/c/111511
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Minyue Li <minyue@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25745}
2018-11-22 09:21:12 +00:00
..
test Moving LappedTransform, Blocker and AudioRingBuffer. 2018-08-31 15:27:50 +00:00
audio_decoder_opus.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
audio_decoder_opus.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
audio_encoder_opus.cc Adds trial to use link capacity estimate in Opus encoder. 2018-11-22 09:21:12 +00:00
audio_encoder_opus.h Adds trial to use link capacity estimate in Opus encoder. 2018-11-22 09:21:12 +00:00
audio_encoder_opus_unittest.cc Add field trials for configuring Opus encoder packet loss rate. 2018-10-15 08:59:43 +00:00
opus_bandwidth_unittest.cc Moving LappedTransform, Blocker and AudioRingBuffer. 2018-08-31 15:27:50 +00:00
opus_complexity_unittest.cc Optional: Use nullopt and implicit construction in /modules/audio_coding 2017-11-17 11:58:37 +00:00
opus_fec_test.cc Enable clang::find_bad_constructs for audio_coding (part 1/2). 2018-07-20 13:07:47 +00:00
opus_inst.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
opus_interface.c Implement Opus bandwidth adjustment behind a FieldTrial 2017-11-20 20:04:19 +00:00
opus_interface.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
opus_speed_test.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
opus_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00