Searched defs:dmv_x (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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() argument 470 void ff_vc1_pred_mv_intfr(VC1Context *v, int n, int dmv_x, int dmv_y, in ff_vc1_pred_mv_intfr() argument 691 void ff_vc1_pred_b_mv(VC1Context *v, int dmv_x[2], int dmv_y[2], in ff_vc1_pred_b_mv() argument 891 ff_vc1_pred_b_mv_intfi(VC1Context *v, int n, int *dmv_x, int *dmv_y, int mv1, int *pred_flag) ff_vc1_pred_b_mv_intfi() argument [all...] |
H A D | ivi.c | 659 int dmv_x, dmv_y, cx, cy; in ivi_decode_blocks() local 674 int dmv_x, dmv_y, cx, cy; in ivi_decode_blocks() local 808 int dmv_x, dmv_y, cx, cy; in ivi_process_empty_tile() local [all...] |
H A D | vc1_block.c | 263 static av_always_inline void get_mvdata_interlaced(VC1Context *v, int *dmv_x, in get_mvdata_interlaced() argument 314 static inline void vc1_b_mc(VC1Context *v, int dmv_x[2], int dmv_y[2], in vc1_b_mc() argument 1298 int dmv_x, dmv_y; /* Differential MV components */ in vc1_decode_p_mb() local 1530 int dmv_x, dmv_y; /* Differential MV components */ vc1_decode_p_mb_intfr() local 1740 int dmv_x, dmv_y; /* Differential MV components */ vc1_decode_p_mb_intfi() local 1868 int dmv_x[2], dmv_y[2]; vc1_decode_b_mb() local 2025 int dmv_x[2], dmv_y[2], pred_flag[2]; vc1_decode_b_mb_intfi() local 2189 int dmv_x, dmv_y; /* Differential MV components */ vc1_decode_b_mb_intfr() local [all...] |
Completed in 6 milliseconds