Lines Matching refs:pred_x
343 int cbpc, i, pred_x, pred_y, mx, my;
386 mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
388 mx = h263p_decode_umotion(s, pred_x);
390 mx = ff_h263_decode_motion(s, pred_x, 1);
404 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
406 mx = h263p_decode_umotion(s, pred_x);
408 mx = ff_h263_decode_motion(s, pred_x, 1);
414 if (s->umvplus && (mx - pred_x) == 1 && (my - pred_y) == 1)
789 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant;
846 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
848 mx = h263p_decode_umotion(s, pred_x);
850 mx = ff_h263_decode_motion(s, pred_x, 1);
865 if (s->umvplus && (mx - pred_x) == 1 && (my - pred_y) == 1)
871 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
873 mx = h263p_decode_umotion(s, pred_x);
875 mx = ff_h263_decode_motion(s, pred_x, 1);
887 if (s->umvplus && (mx - pred_x) == 1 && (my - pred_y) == 1)
954 int16_t *mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
958 mx = h263p_decode_umotion(s, pred_x);
960 mx = ff_h263_decode_motion(s, pred_x, 1);
971 if (s->umvplus && (mx - pred_x) == 1 && (my - pred_y) == 1)
981 int16_t *mot_val= ff_h263_pred_motion(s, 0, 1, &pred_x, &pred_y);
985 mx = h263p_decode_umotion(s, pred_x);
987 mx = ff_h263_decode_motion(s, pred_x, 1);
998 if (s->umvplus && (mx - pred_x) == 1 && (my - pred_y) == 1)