Lines Matching defs:pred_y
818 int mx, my, pred_x, pred_y, bits;
896 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
902 my = ff_h263_decode_motion(s, pred_y, s->f_code);
928 int16_t *mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
933 my = ff_h263_decode_motion(s, pred_y, s->f_code);
1474 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant;
1568 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
1575 my = ff_h263_decode_motion(s, pred_y / 2, s->f_code);
1586 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
1592 my = ff_h263_decode_motion(s, pred_y, s->f_code);
1603 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
1608 my = ff_h263_decode_motion(s, pred_y, s->f_code);