Lines Matching refs:pred_x
818 int mx, my, pred_x, pred_y, bits; in mpeg4_decode_partition_a() local
896 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
898 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_partition_a()
928 int16_t *mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_partition_a()
929 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_partition_a()
1474 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in mpeg4_decode_mb() local
1568 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1571 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()
1586 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1587 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()
1603 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y); in mpeg4_decode_mb()
1604 mx = ff_h263_decode_motion(s, pred_x, s->f_code); in mpeg4_decode_mb()