Removed read_mv_ref
authorScott LaVarnway <slavarnway@google.com>
Mon, 24 Oct 2011 20:16:08 +0000 (16:16 -0400)
committerScott LaVarnway <slavarnway@google.com>
Mon, 24 Oct 2011 20:16:08 +0000 (16:16 -0400)
commit49ea2bc3f4810497b20caf210408f605de44d70e
tree47110a865085e4a6f7f0b84d949217b0fc1e2bc4
parentf182376dd61bda9481309eb94050c8e85f6fa5b0
Removed read_mv_ref

Decode the mv mode with if-then-elses instead of traversing
the vp8_mv_ref_tree data structure.  This will make it
easier to interleave vp8_find_near_mvs and vp8_mv_ref_probs.

Change-Id: I1e798d6ec40fcaeeff06ccc82f81201978d12f74
vp8/decoder/decodemv.c