vp9: fix non bitexact when reuse_inter_pred is 0.
authorJerome Jiang <jianj@google.com>
Fri, 4 Oct 2019 18:46:24 +0000 (11:46 -0700)
committerJerome Jiang <jianj@google.com>
Fri, 4 Oct 2019 22:17:36 +0000 (15:17 -0700)
commit65c43952379a2c2d395dbdf0ccedd3777c00c31a
tree3970589e2b68a030d416f4ba21afe05c85e9818b
parent08da66d5df27c5eabcc84f420ae6fb3969bf1f73
vp9: fix non bitexact when reuse_inter_pred is 0.

when the best filter selected is not EIGHTTAP_SMOOTH, and
reuse_inter_pred is 0, pred buffer was not pointing to the right place.

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