|
FFmpeg
|
VC-1 and WMV3 block decoding routines. More...
#include "mathops.h"#include "mpegutils.h"#include "mpegvideo.h"#include "vc1.h"#include "vc1_pred.h"#include "vc1data.h"Functions | |
| void | ff_vc1_pred_mv (VC1Context *v, int n, int dmv_x, int dmv_y, int mv1, int r_x, int r_y, uint8_t *is_intra, int pred_flag, int dir) |
| Predict and set motion vector. | |
| void | ff_vc1_pred_mv_intfr (VC1Context *v, int n, int dmv_x, int dmv_y, int mvn, int r_x, int r_y, uint8_t *is_intra, int dir) |
| Predict and set motion vector for interlaced frame picture MBs. | |
| void | ff_vc1_pred_b_mv (VC1Context *v, int dmv_x[2], int dmv_y[2], int direct, int mvtype) |
| void | ff_vc1_pred_b_mv_intfi (VC1Context *v, int n, int *dmv_x, int *dmv_y, int mv1, int *pred_flag) |
VC-1 and WMV3 block decoding routines.
1.8.12