]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix when whole superframe is dropped.
authorMarco Paniconi <marpan@google.com>
Tue, 8 May 2018 05:54:48 +0000 (22:54 -0700)
committerMarco Paniconi <marpan@google.com>
Fri, 11 May 2018 16:39:29 +0000 (09:39 -0700)
commitf362bf981c4648b426aa2a0735d4fb6bda4136c0
tree172a1478aba4ec76c58cb390580fb405a801ce06
parentaf355dacd568dfe5c109ae2d6d22104f94cdcf7f
vp9-svc: Fix when whole superframe is dropped.

When the whole superframe is dropped (due to rate control),
don't increment the temporal layer counter.

This is a temporary fix to prevent an issue where temporal
prediction pattern is possibly broken.

Updated svc_datarate tests to handle this case.

Change-Id: Icac44fdc9d0f08a957776c937584db4b2c7927c7
test/encode_test_driver.cc
test/encode_test_driver.h
test/svc_datarate_test.cc
vp9/encoder/vp9_encoder.c