shithub: libvpx

Download patch

ref: 04c91f5369279771aa7eec36ea3010327505005f
parent: 845d4f333d4492cf99006192a9844a6d2a4eb4fc
parent: e6165041074bdf3f2bc2a3283ee58e72027164ba
author: Yaowu Xu <[email protected]>
date: Thu Sep 25 08:01:07 EDT 2014

Merge "Fix IOCs"

--- a/vp8/encoder/mcomp.c
+++ b/vp8/encoder/mcomp.c
@@ -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 */