aboutsummaryrefslogtreecommitdiff
path: root/Src/h264dec/lcommon/inc/mv_prediction.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/h264dec/lcommon/inc/mv_prediction.h')
-rw-r--r--Src/h264dec/lcommon/inc/mv_prediction.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Src/h264dec/lcommon/inc/mv_prediction.h b/Src/h264dec/lcommon/inc/mv_prediction.h
new file mode 100644
index 00000000..0f2a13e2
--- /dev/null
+++ b/Src/h264dec/lcommon/inc/mv_prediction.h
@@ -0,0 +1,19 @@
+/*!
+ *************************************************************************************
+ * \file mv_prediction.h
+ *
+ * \brief
+ * Declarations for Motion Vector Prediction
+ *
+ * \author
+ * Main contributors (see contributors.h for copyright, address and affiliation details)
+ * - Alexis Michael Tourapis <alexismt@ieee.org>
+ *************************************************************************************
+ */
+
+#ifndef _MV_PREDICTION_H_
+#define _MV_PREDICTION_H_
+
+extern void init_motion_vector_prediction(Macroblock *currMB, int MbaffFrameFlag);
+
+#endif