webrtc/modules/video_coding/codecs/vp9
Sergey Silkin dfe8ca0d43 Layering and rate allocation for VP9 screen sharing.
- Two quality layers (same resolution, different bitrate).
- Max bitrate of low layer is limited to 200kbps. The choice of the
limit is driven by VP8 screen sharing which limits max bitrate of low
temporal layer to 200kbps. Using the same value for VP9 guarantees
that there will be no regressions for participants with limited
bandwidth.
- Max bitrate of high layer is limited to 500kbps. According to test
results this value is enough to get up to +5dB higher PSNR than VP8
SS provides on 1.2Mbps (max total bitrate for VP8 SS) link.
- Max total sent bitrate is limited to 700kbps. It is 500kbps lower
than that in VP8 SS (1200kbps).

Bug: webrtc:9261
Change-Id: I7919cc3933064664567c39e380a44cad0c65f1e8
Reviewed-on: https://webrtc-review.googlesource.com/76380
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23226}
2018-05-15 07:06:10 +00:00
..
include Remove extra reference from GOF. 2018-05-09 18:18:43 +00:00
test Layering and rate allocation for VP9 screen sharing. 2018-05-15 07:06:10 +00:00
screenshare_layers.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
screenshare_layers.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
svc_config.cc Layering and rate allocation for VP9 screen sharing. 2018-05-15 07:06:10 +00:00
svc_config.h Layering and rate allocation for VP9 screen sharing. 2018-05-15 07:06:10 +00:00
svc_config_unittest.cc Layering and rate allocation for VP9 screen sharing. 2018-05-15 07:06:10 +00:00
svc_rate_allocator.cc Layering and rate allocation for VP9 screen sharing. 2018-05-15 07:06:10 +00:00
svc_rate_allocator.h Layering and rate allocation for VP9 screen sharing. 2018-05-15 07:06:10 +00:00
svc_rate_allocator_unittest.cc Layering and rate allocation for VP9 screen sharing. 2018-05-15 07:06:10 +00:00
vp9_frame_buffer_pool.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
vp9_frame_buffer_pool.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vp9_impl.cc Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode 2018-05-08 08:09:35 +00:00
vp9_impl.h Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode 2018-05-08 08:09:35 +00:00
vp9_noop.cc Reland "Update internal SW codecs to return unique_ptrs" 2017-11-13 14:23:58 +00:00
vp9_screenshare_layers_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00