00001 /*! 00002 ************************************************************************************* 00003 * \file mv_prediction.h 00004 * 00005 * \brief 00006 * Declarations for Motion Vector Prediction 00007 * 00008 * \author 00009 * Main contributors (see contributors.h for copyright, address and affiliation details) 00010 * - Alexis Michael Tourapis <alexismt@ieee.org> 00011 ************************************************************************************* 00012 */ 00013 00014 #ifndef _MV_PREDICTION_H_ 00015 #define _MV_PREDICTION_H_ 00016 00017 extern void InitMotionVectorPrediction(Macroblock *currMB, int MbaffFrameFlag); 00018 00019 #endif