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 283 *dmv_x = get_bits(gb, v->k_x); in get_mvdata_interlaced() 297 *dmv_x = (sign ^ ((val >> 1) + offset_table[extend_x][index1])) - sign; in get_mvdata_interlaced() 299 *dmv_x = 0; in get_mvdata_interlaced() 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 1319 GET_MVDATA(dmv_x, dmv_y); in vc1_decode_p_mb() 1326 ff_vc1_pred_mv(v, 0, dmv_x, dmv_y, 1, v->range_x, v->range_y, v->mb_type[0], 0, 0); in vc1_decode_p_mb() 1407 dmv_x = dmv_y = 0; in vc1_decode_p_mb() 1411 GET_MVDATA(dmv_x, dmv_ in vc1_decode_p_mb() 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...] |