]> granicus.if.org Git - libvpx/commit
vp9-svc: Don't allow encode_breakout on golden ref.
authorMarco <marpan@google.com>
Wed, 29 Nov 2017 21:37:21 +0000 (13:37 -0800)
committerMarco <marpan@google.com>
Wed, 29 Nov 2017 21:58:43 +0000 (13:58 -0800)
commit49f51af4c95149915069084efab971d88700041d
tree042ebaf6e3fa154c84fac3bd44358f5e121318cb
parent3ae909b0f9a8c957c65acbc82d8c4f3c58f25417
vp9-svc: Don't allow encode_breakout on golden ref.

For 1 pass cbr SVC: GOLDEN is the spatial reference,
better not to check for encoder_breakout on this reference.

Small positive ~0.075% (mostly neutral) gain in avgPSNR/SSIM metrics.
No observed change in encoder speed.

Change-Id: Ib337f16d6771105bf06384c6a23ad047fc690418
vp9/encoder/vp9_pickmode.c