]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix to early golden exit nonrd-pickmode
authorMarco Paniconi <marpan@google.com>
Wed, 27 Jun 2018 19:26:09 +0000 (12:26 -0700)
committerMarco Paniconi <marpan@google.com>
Wed, 27 Jun 2018 20:42:25 +0000 (13:42 -0700)
commit2899a9d438ce5243936428baf4b6f4f1e63faae8
tree38400f88ef82ab24c3e72bf9727a38e1a6cf0494
parent3c20815a40557e5fce62d49bd4109eb1c8900778
vp9-svc: Fix to early golden exit nonrd-pickmode

For SVC: apply the sse_zeromv early exit also to
the case where golden is second temporal reference.
Set the thresh_svc_golden threshold for this case.

This is reduce the encode time for case where golden
is second temporal reference for SVC.
Change-Id: I8c0c87dd746579d3c4f5e983c7f9dd0a1e1476e0
vp9/encoder/vp9_pickmode.c