--- mbfunctions.h 2002/06/12 20:38:41 1.6 +++ mbfunctions.h 2002/07/28 13:06:46 1.8 @@ -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, @@ -87,6 +97,9 @@ /** MBCoding.c **/ +void MBSkip(Bitstream * bs); /* just the bitstream. Since MB is skipped, no info is needed */ + + void MBCoding(const FRAMEINFO * frame, /* <-- the parameter for coding of the bitstream */ MACROBLOCK * pMB, /* <-- Info of the MB to be coded */