#include "global.h"

Go to the source code of this file.
Functions | |
| static void | GetMotionVectorPredictorMBAFF (Macroblock *currMB, PixelPos *block, short pmv[2], short ref_frame, char **refPic, short ***tmp_mv, int mb_x, int mb_y, int blockshape_x, int blockshape_y) |
| static void | GetMotionVectorPredictorNormal (Macroblock *currMB, PixelPos *block, short pmv[2], short ref_frame, char **refPic, short ***tmp_mv, int mb_x, int mb_y, int blockshape_x, int blockshape_y) |
| void | InitMotionVectorPrediction (Macroblock *currMB, int MbaffFrameFlag) |
Definition in file mv_prediction.c.
| static void GetMotionVectorPredictorMBAFF | ( | Macroblock * | currMB, | |
| PixelPos * | block, | |||
| short | pmv[2], | |||
| short | ref_frame, | |||
| char ** | refPic, | |||
| short *** | tmp_mv, | |||
| int | mb_x, | |||
| int | mb_y, | |||
| int | blockshape_x, | |||
| int | blockshape_y | |||
| ) | [static] |
Get motion vector predictor.
Definition at line 23 of file mv_prediction.c.
References macroblock::p_Img.
| static void GetMotionVectorPredictorNormal | ( | Macroblock * | currMB, | |
| PixelPos * | block, | |||
| short | pmv[2], | |||
| short | ref_frame, | |||
| char ** | refPic, | |||
| short *** | tmp_mv, | |||
| int | mb_x, | |||
| int | mb_y, | |||
| int | blockshape_x, | |||
| int | blockshape_y | |||
| ) | [static] |