--- trunk/xvidcore/src/prediction/mbprediction.h 2005/09/09 12:18:10 1631 +++ trunk/xvidcore/src/prediction/mbprediction.h 2005/09/13 12:12:15 1632 @@ -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: mbprediction.h,v 1.24 2004-06-12 13:02:12 edgomez Exp $ + * $Id: mbprediction.h,v 1.25 2005-09-13 12:12:15 suxen_drol Exp $ * ****************************************************************************/ @@ -72,6 +72,14 @@ const int block); VECTOR +get_pmv2_interlaced(const MACROBLOCK * const mbs, + const int mb_width, + const int bound, + const int x, + const int y, + const int block); + +VECTOR get_qpmv2(const MACROBLOCK * const mbs, const int mb_width, const int bound,