Lines Matching refs:pred_y
343 int cbpc, i, pred_x, pred_y, mx, my;
386 mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
393 my = h263p_decode_umotion(s, pred_y);
395 my = ff_h263_decode_motion(s, pred_y, 1);
404 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
411 my = h263p_decode_umotion(s, pred_y);
413 my = ff_h263_decode_motion(s, pred_y, 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);
856 my = h263p_decode_umotion(s, pred_y);
858 my = ff_h263_decode_motion(s, pred_y, 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);
880 my = h263p_decode_umotion(s, pred_y);
882 my = ff_h263_decode_motion(s, pred_y, 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);
965 my = h263p_decode_umotion(s, pred_y);
967 my = ff_h263_decode_motion(s, pred_y, 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);
992 my = h263p_decode_umotion(s, pred_y);
994 my = ff_h263_decode_motion(s, pred_y, 1);
998 if (s->umvplus && (mx - pred_x) == 1 && (my - pred_y) == 1)