]> granicus.if.org Git - libvpx/commit
vp8: Limit Q change for screen content CBR mode
authorMarco Paniconi <marpan@google.com>
Tue, 5 Feb 2019 18:54:28 +0000 (10:54 -0800)
committerMarco Paniconi <marpan@google.com>
Tue, 12 Feb 2019 19:22:35 +0000 (11:22 -0800)
commit6581817991801224d5016c86115daf79e74bad85
tree0f2a6517145d342025bd0dabd7a1839ca328d232
parent91a9935717a1dc74b89f68fa272eb0542b7710d7
vp8: Limit Q change for screen content CBR mode

Add last_q[] to layer context, and add limit on
Q change from previous layer/frame. For now put
hard limit of 12 for decrease.

For 1 pass CBR sreen content mode.

Change-Id: Ifb972c9b6831440c80b1cb07a054c577ece930ec
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/ratectrl.c