--- trunk/xvidcore/src/motion/motion_inlines.h 2004/11/24 22:14:11 1563 +++ trunk/xvidcore/src/motion/motion_inlines.h 2004/12/05 04:53:01 1564 @@ -21,7 +21,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: motion_inlines.h,v 1.2 2004-03-22 22:36:24 edgomez Exp $ + * $Id: motion_inlines.h,v 1.3 2004-12-05 04:53:01 syskin Exp $ * ****************************************************************************/ @@ -45,20 +45,13 @@ const uint32_t width, const uint32_t height, const uint32_t fcode, - const int precision, /* 2 for qpel, 1 for halfpel */ - const int rrv) + const int precision) /* 2 for qpel, 1 for halfpel */ { int k; const int search_range = 16 << fcode; int high = search_range - 1; int low = -search_range; - if (rrv) { - high = RRV_MV_SCALEUP(high); - low = RRV_MV_SCALEUP(low); - block_sz++; - } - k = (int)(width - (x<