Index: source/libvpx/vp8/encoder/mcomp.c |
=================================================================== |
--- source/libvpx/vp8/encoder/mcomp.c (revision 292608) |
+++ source/libvpx/vp8/encoder/mcomp.c (working copy) |
@@ -393,8 +393,8 @@ |
#endif |
/* central mv */ |
- bestmv->as_mv.row <<= 3; |
- bestmv->as_mv.col <<= 3; |
+ bestmv->as_mv.row *= 8; |
+ bestmv->as_mv.col *= 8; |
startmv = *bestmv; |
/* calculate central point error */ |