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
Showing
- vp8/common/blockd.h 2 additions, 10 deletionsvp8/common/blockd.h
- vp8/common/findnearmv.c 11 additions, 10 deletionsvp8/common/findnearmv.c
- vp8/common/findnearmv.h 35 additions, 16 deletionsvp8/common/findnearmv.h
- vp8/common/mv.h 7 additions, 0 deletionsvp8/common/mv.h
- vp8/decoder/decodemv.c 46 additions, 58 deletionsvp8/decoder/decodemv.c
- vp8/encoder/bitstream.c 5 additions, 5 deletionsvp8/encoder/bitstream.c
- vp8/encoder/encodeframe.c 6 additions, 6 deletionsvp8/encoder/encodeframe.c
- vp8/encoder/firstpass.c 16 additions, 10 deletionsvp8/encoder/firstpass.c
- vp8/encoder/mcomp.c 289 additions, 265 deletionsvp8/encoder/mcomp.c
- vp8/encoder/mcomp.h 14 additions, 13 deletionsvp8/encoder/mcomp.h
- vp8/encoder/pickinter.c 45 additions, 44 deletionsvp8/encoder/pickinter.c
- vp8/encoder/rdopt.c 82 additions, 101 deletionsvp8/encoder/rdopt.c
- vp8/encoder/rdopt.h 1 addition, 1 deletionvp8/encoder/rdopt.h
- vp8/encoder/temporal_filter.c 5 additions, 3 deletionsvp8/encoder/temporal_filter.c
Loading
Please register or sign in to comment