--- trunk/xvidcore/src/utils/mbfunctions.h 2002/07/06 17:03:08 258 +++ trunk/xvidcore/src/utils/mbfunctions.h 2002/07/06 17:04:57 259 @@ -31,6 +31,16 @@ const uint32_t iLimit); +bool SMP_MotionEstimation(MBParam * const pParam, + FRAMEINFO * const current, + FRAMEINFO * const reference, + const IMAGE * const pRefH, + const IMAGE * const pRefV, + const IMAGE * const pRefHV, + const uint32_t iLimit); + + + /** MBMotionCompensation **/ void MBMotionCompensation(MACROBLOCK * const pMB, const uint32_t j,