]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix to postencode drop for layers.
authorMarco Paniconi <marpan@google.com>
Mon, 3 Dec 2018 22:21:04 +0000 (14:21 -0800)
committerMarco Paniconi <marpan@google.com>
Mon, 3 Dec 2018 22:25:06 +0000 (14:25 -0800)
commit1081ca3774fc813db386598e1bde90d9aaad68d7
tree285b2ef157f1745bf9d146bb378f774f60d25367
parentc88ec17eb2b7c21395c5c3e136d677f11a3fd215
vp9-svc: Fix to postencode drop for layers.

Postencode drop is only checked on base spatial
layers, and if set, whole superframe is dropped and
and next superframe is encoded at max-q.

Fix here is to make sure all layers are encoded at
max-q on a postencode dropped frame.

Change-Id: I2313d83ee29a382465bcec1085d8c73c37ce26d6
vp9/encoder/vp9_ratectrl.c