Searched defs:dmv_x (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1_block.c | 262 static av_always_inline void get_mvdata_interlaced(VC1Context *v, int *dmv_x, in get_mvdata_interlaced() 1297 int dmv_x, dmv_y; /* Differential MV components */ in vc1_decode_p_mb() local 1529 int dmv_x, dmv_y; /* Differential MV components */ in vc1_decode_p_mb_intfr() local 1739 int dmv_x, dmv_y; /* Differential MV components */ in vc1_decode_p_mb_intfi() local 1867 int dmv_x[2], dmv_y[2]; in vc1_decode_b_mb() local 2024 int dmv_x[2], dmv_y[2], pred_flag[2]; in vc1_decode_b_mb_intfi() local 2188 int dmv_x, dmv_y; /* Differential MV components */ in vc1_decode_b_mb_intfr() local
|
D | vc1_pred.c | 212 void ff_vc1_pred_mv(VC1Context *v, int n, int dmv_x, int dmv_y, in ff_vc1_pred_mv() 470 void ff_vc1_pred_mv_intfr(VC1Context *v, int n, int dmv_x, int dmv_y, in ff_vc1_pred_mv_intfr() 891 void ff_vc1_pred_b_mv_intfi(VC1Context *v, int n, int *dmv_x, int *dmv_y, in ff_vc1_pred_b_mv_intfi()
|
D | ivi.c | 657 int dmv_x, dmv_y, cx, cy; in ivi_decode_blocks() local 672 int dmv_x, dmv_y, cx, cy; in ivi_decode_blocks() local 806 int dmv_x, dmv_y, cx, cy; in ivi_process_empty_tile() local
|