--- mbfunctions.h 2003/06/09 13:55:34 1.17.2.4 +++ mbfunctions.h 2003/09/10 22:19:00 1.17.2.6 @@ -3,7 +3,7 @@ * XVID MPEG-4 VIDEO CODEC * - MB related header - * - * Copyright(C) 2001 Michael Militzer + * Copyright(C) 2001 Michael Militzer * * This program is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,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: mbfunctions.h,v 1.17.2.4 2003/06/09 13:55:34 edgomez Exp $ + * $Id: mbfunctions.h,v 1.17.2.6 2003/09/10 22:19:00 edgomez Exp $ * ****************************************************************************/ @@ -29,35 +29,6 @@ #include "../encoder.h" #include "../bitstream/bitstream.h" -/** MotionEstimation **/ - -bool 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 mb, - const uint32_t i, - const uint32_t j, - const IMAGE * const ref, - const IMAGE * const refh, - const IMAGE * const refv, - const IMAGE * const refhv, - const IMAGE * const refGMC, - IMAGE * const cur, - int16_t * dct_codes, - const uint32_t width, - const uint32_t height, - const uint32_t edged_width, - const int32_t quarterpel, - const int reduced_resolution, - const int32_t rounding); /** MBTransQuant.c **/