Skip finding best ref_mvs when the mode is ZEROMV
authorYunqing Wang <yunqingwang@google.com>
Fri, 28 Dec 2012 00:04:44 +0000 (16:04 -0800)
committerYunqing Wang <yunqingwang@google.com>
Fri, 28 Dec 2012 00:18:53 +0000 (16:18 -0800)
commit0f4de1573a1e762e18c11626674532d5baf4ceb1
tree10ed05f6fc77b0eec7ff3abb56b6b1cfda58f695
parent89ac94f8fb7be1ce9baee198954a890941ecf936
Skip finding best ref_mvs when the mode is ZEROMV

Read mode before calling vp9_find_best_ref_mvs(). If the mode is
ZEROMV, the best ref_mvs are not needed. Then, we can skip calling
vp9_find_best_ref_mvs().

Change-Id: I5baa3658dd3f1c7107211cbbbcf919b4584be2e2
vp9/decoder/vp9_decodemv.c