]> granicus.if.org Git - libvpx/commit
changed to use correct pred_mv
authorYaowu Xu <yaowu@google.com>
Fri, 21 Mar 2014 03:02:08 +0000 (20:02 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 21 Mar 2014 16:16:06 +0000 (09:16 -0700)
commit0e53d520886bbc633fb552c92572f9238fc74397
tree5c5b49ee3e4ac82cdd56b1324f14886cea587667
parente993fb5e24123bd988e370ee0a0be567f6d73623
changed to use correct pred_mv

The third pred_mv is stored in x->pred_mv[ref_frame]. This commit make
sure the correct mv is read.

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