Extract simulcast rate allocation outside of video encoder.

This is a first step to refactor this code.
I'm deprecating https://codereview.webrtc.org/1913073002 and
implementing this in smaller more isolated steps.

BUG=webrtc:5206
R=asapersson@webrtc.org, kjellander@webrtc.org, noahric@chromium.org

Review URL: https://codereview.webrtc.org/2288223002 .

Cr-Commit-Position: refs/heads/master@{#14186}
This commit is contained in:
Erik Språng
2016-09-12 16:04:43 +02:00
parent 7b11c65a17
commit 78ce619a0c
11 changed files with 374 additions and 150 deletions

View File

@ -30,6 +30,8 @@
'qp_parser.h',
'quality_scaler.cc',
'quality_scaler.h',
'simulcast_rate_allocator.cc',
'simulcast_rate_allocator.h',
'vp8_header_parser.cc',
'vp8_header_parser.h',
],