Lines Matching defs:ff_h263_decode_motion
272 int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code)
390 mx = ff_h263_decode_motion(s, pred_x, 1);
395 my = ff_h263_decode_motion(s, pred_y, 1);
408 mx = ff_h263_decode_motion(s, pred_x, 1);
413 my = ff_h263_decode_motion(s, pred_y, 1);
850 mx = ff_h263_decode_motion(s, pred_x, 1);
858 my = ff_h263_decode_motion(s, pred_y, 1);
875 mx = ff_h263_decode_motion(s, pred_x, 1);
882 my = ff_h263_decode_motion(s, pred_y, 1);
960 mx = ff_h263_decode_motion(s, pred_x, 1);
967 my = ff_h263_decode_motion(s, pred_y, 1);
987 mx = ff_h263_decode_motion(s, pred_x, 1);
994 my = ff_h263_decode_motion(s, pred_y, 1);
1050 ff_h263_decode_motion(s, 0, 1);
1051 ff_h263_decode_motion(s, 0, 1);