Lines Matching refs:pred_x
749 int mx, my, pred_x, pred_y, bits; in mpeg4_decode_partition_a() local
827 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
829 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_partition_a()
859 int16_t *mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
860 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_partition_a()
1403 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in mpeg4_decode_mb() local
1497 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1500 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()
1515 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1516 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()
1532 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1533 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()