Add support for stable bitrate target in SvcRateAllocator

Bug: webrtc:10126
Change-Id: I1362d183bb91510db4e2763a779bcdf681d855ef
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149069
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29066}
This commit is contained in:
Erik Språng
2019-09-04 14:30:57 +02:00
committed by Commit Bot
parent 1067d31022
commit cf9cbf5edb
7 changed files with 429 additions and 136 deletions

View File

@ -444,9 +444,12 @@ rtc_static_library("webrtc_vp9_helpers") {
"../..:webrtc_common",
"../../api/video:video_bitrate_allocation",
"../../api/video:video_bitrate_allocator",
"../../api/video:video_codec_constants",
"../../api/video_codecs:video_codecs_api",
"../../common_video",
"../../rtc_base:checks",
"../../rtc_base/experiments:stable_target_rate_experiment",
"//third_party/abseil-cpp/absl/container:inlined_vector",
]
}