]> granicus.if.org Git - libvpx/commit
Fix a subtle issue in re-use inter_pred
authorYaowu Xu <yaowu@google.com>
Wed, 22 Oct 2014 18:57:09 +0000 (11:57 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 22 Oct 2014 19:06:27 +0000 (12:06 -0700)
commit3f79359e0ac494295773d63570b957a89306d01b
tree95b047e717f332b7d4f3e7817f4f30be201b823c
parent0e64aa50739f406390e24b297d03b25ccd6f6c33
Fix a subtle issue in re-use inter_pred

The initialization of this_mode_pred does not work when the ref_frame
loop ever goes beyond LAST_FRAME. This commit fixes the subtle issue
and allows potentially expanding the loop to test GOLDEN_FRAME.

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