Replace as_mv struct with array
authorJohn Koleszar <jkoleszar@google.com>
Sat, 9 Feb 2013 03:46:36 +0000 (19:46 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Sat, 9 Feb 2013 04:23:35 +0000 (20:23 -0800)
commit7ca517f75592eaddbe008117790d834cdbed9199
tree4ab6dca01b0fc478c806017cdaeb55b6cdebebc6
parentdc836109e4b8013ee28f4f36b4a48fd18ca209e4
Replace as_mv struct with array

Replace as_mv.{first, second} with a two element array, so that they
can easily be processed with an index variable.

Change-Id: I1e429155544d2a94a5b72a5b467c53d8b8728190
vp9/common/vp9_blockd.h
vp9/common/vp9_debugmodes.c
vp9/common/vp9_findnearmv.h
vp9/common/vp9_reconinter.c
vp9/decoder/vp9_decodemv.c
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_temporal_filter.c