Limit min Q for normal frames.
authorPaul Wilkins <paulwilkins@google.com>
Tue, 24 Jul 2018 08:56:25 +0000 (09:56 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Tue, 24 Jul 2018 11:49:13 +0000 (12:49 +0100)
commitbbfc3290a4da45f0166bc81a7d0da0e097f3f9b3
treedf753e29cb747c079871b9e6fbdee06fea2d2abe
parent49434a1201f821c67f8602328470df441cc67353
Limit min Q for normal frames.

This patch limits the active min Q for normal frames based on the previous
KF/GF/ARF. In a few cases, especially at the end of a clip where there
has been systemic underspend, (as is often the case with slide shows),
this prevents the encoder rapidly dropping Q on normal frames (just to
try and use up bits), such that they end up with a lower Q than the key
frame / GF / ARF off which they key.

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