|
FFmpeg
|
H.264 / AVC / MPEG-4 part10 motion vector prediction. More...
#include "internal.h"#include "avcodec.h"#include "h264dec.h"#include "mpegutils.h"#include "libavutil/avassert.h"Go to the source code of this file.
Macros | |
| #define | SET_DIAG_MV(MV_OP, REF_OP, XY, Y4) |
| #define | FIX_MV_MBAFF(type, refn, mvn, idx) |
| #define | MAP_MVS |
| #define | MAP_F2F(idx, mb_type) |
| #define | MAP_F2F(idx, mb_type) |
H.264 / AVC / MPEG-4 part10 motion vector prediction.
| #define FIX_MV_MBAFF | ( | type, | |
| refn, | |||
| mvn, | |||
| idx | |||
| ) |
| #define MAP_F2F | ( | idx, | |
| mb_type | |||
| ) |
| #define MAP_F2F | ( | idx, | |
| mb_type | |||
| ) |
| #define MAP_MVS |
| #define SET_DIAG_MV | ( | MV_OP, | |
| REF_OP, | |||
| XY, | |||
| Y4 | |||
| ) |
1.8.12