Moved use_prev_in_find_mv_refs check to frame level
authorScott LaVarnway <slavarnway@google.com>
Wed, 29 May 2013 20:42:23 +0000 (16:42 -0400)
committerScott LaVarnway <slavarnway@google.com>
Wed, 29 May 2013 20:42:23 +0000 (16:42 -0400)
commit353642bc53de23e3e51940960c8c2b8f6602566e
tree768bae6d44becc349a024b57b631d952b79ebe5b
parent9a27b627b8f24bab9c802533b8a01ee0470df9ce
Moved use_prev_in_find_mv_refs check to frame level

This patch checks at the frame level to see if the previous
mode info context can be used.  This patch eliminates the
flag check that was done for every mode and removes another
check that was done prior to every vp9_find_mv_refs().

Change-Id: I9da5e18b7e7e28f8b1f90d527cad087073df2d73
vp9/common/vp9_blockd.h
vp9/common/vp9_findnearmv.c
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_rdopt.c