--- mbfunctions.h 2002/06/12 20:38:41 1.6 +++ mbfunctions.h 2002/07/06 17:04:57 1.7 @@ -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,