1
0

mv_prediction.h 583 B

12345678910111213141516171819
  1. /*!
  2. *************************************************************************************
  3. * \file mv_prediction.h
  4. *
  5. * \brief
  6. * Declarations for Motion Vector Prediction
  7. *
  8. * \author
  9. * Main contributors (see contributors.h for copyright, address and affiliation details)
  10. * - Alexis Michael Tourapis <[email protected]>
  11. *************************************************************************************
  12. */
  13. #ifndef _MV_PREDICTION_H_
  14. #define _MV_PREDICTION_H_
  15. extern void init_motion_vector_prediction(Macroblock *currMB, int MbaffFrameFlag);
  16. #endif