webrtc/modules/audio_coding/codecs/opus
Alex Loiko 7a3e43a5d7 Reland of Opus multistream.
This is a reland of
https://webrtc-review.googlesource.com/c/src/+/111750.

This time we don't use the multistream decoder unless we have to.
(Which is when #channels >2). Pros: don't make downstream projects
crash due to used up stack space, a few % more efficiency for the
typical case (because multistream adds some overhead). Cons: Messy
C-code with "union" types and #define MACROs, probably more
maintenance.

Bug: webrtc:8649
Change-Id: I4253a5e0c382f67ac7c6731dc6602a31e6779e63
Reviewed-on: https://webrtc-review.googlesource.com/c/120049
Commit-Queue: Alex Loiko <aleloi@webrtc.org>
Reviewed-by: Minyue Li <minyue@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26445}
2019-01-29 12:16:19 +00:00
..
test Moving LappedTransform, Blocker and AudioRingBuffer. 2018-08-31 15:27:50 +00:00
audio_decoder_opus.cc Reland of Opus multistream. 2019-01-29 12:16:19 +00:00
audio_decoder_opus.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
audio_encoder_opus.cc Adding text log on actual opus bitrate. 2019-01-18 15:03:55 +00:00
audio_encoder_opus.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
audio_encoder_opus_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
opus_bandwidth_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
opus_complexity_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
opus_fec_test.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
opus_inst.h Reland of Opus multistream. 2019-01-29 12:16:19 +00:00
opus_interface.c Reland of Opus multistream. 2019-01-29 12:16:19 +00:00
opus_interface.h Reland of Opus multistream. 2019-01-29 12:16:19 +00:00
opus_speed_test.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
opus_unittest.cc Reland of Opus multistream. 2019-01-29 12:16:19 +00:00