]> granicus.if.org Git - libvpx/commit
vp9: Adjust some early exits in nonrd-pickmode.
authorMarco Paniconi <marpan@google.com>
Thu, 10 May 2018 21:27:33 +0000 (14:27 -0700)
committerMarco Paniconi <marpan@google.com>
Fri, 11 May 2018 01:00:04 +0000 (18:00 -0700)
commit6512048ada6198a519002f1c3169a2eab71ee3c6
tree9b87d9709f066f5a3b8057357aa6cee2abf9e9a5
parentaf355dacd568dfe5c109ae2d6d22104f94cdcf7f
vp9: Adjust some early exits in nonrd-pickmode.

Condition some early exitis in nonrd-pickmode on the
motion vector, to make sure we always test (0, 0) for
inter-layer prediction.

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