Using int_mv instead of MV
commit6b25501bf1b5f7f729665c39cb3e25a7b1edf385
authorScott LaVarnway <slavarnway@google.com>
Thu, 12 May 2011 14:50:16 +0000 (12 10:50 -0400)
committerScott LaVarnway <slavarnway@google.com>
Thu, 12 May 2011 15:08:16 +0000 (12 11:08 -0400)
tree5e8b5be7c66db051692aae8b2f8dbf981e8dcc23
parent6ed81fa5b3aba4c6be6950872a03d67ddbc8c990
Using int_mv instead of MV

The compiler produces better assembly when using int_mv
for assignments.  The compiler shifts and ors the two 16bit
values when assigning MV.

Change-Id: I52ce4bc2bfbfaf3f1151204b2f21e1e0654f960f
14 files changed:
vp8/common/blockd.h
vp8/common/findnearmv.c
vp8/common/findnearmv.h
vp8/common/mv.h
vp8/decoder/decodemv.c
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
vp8/encoder/firstpass.c
vp8/encoder/mcomp.c
vp8/encoder/mcomp.h
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c
vp8/encoder/rdopt.h
vp8/encoder/temporal_filter.c