]> granicus.if.org Git - libvpx/commit
Don't let GOLDEN_FRAME turn off LAST_FRAME as a reference when GOLDEN_FRAME is disabled.
authorAlex Converse <aconverse@google.com>
Thu, 27 Feb 2014 00:46:21 +0000 (16:46 -0800)
committerAlex Converse <aconverse@google.com>
Thu, 27 Feb 2014 00:46:21 +0000 (16:46 -0800)
commit801f136be2c605a867f41f10267fef057348f65b
tree35a2a7f14218779165d9847974f483ffaece8d8b
parent28cd97281051229a14d3795cbc6cead91de475cf
Don't let GOLDEN_FRAME turn off LAST_FRAME as a reference when GOLDEN_FRAME is disabled.

There was a bug in the previous code that if GOLDEN was better than
LAST neither would be used. LAST would get turned off due to superior
GOLDEN quality then all GOLDEN modes would get skipped.

Change-Id: I173f3720451707dab7b2cbbe8b8e6a047089bde7
vp9/encoder/vp9_onyx_if.c