ff_h263_decode_motion 79 libavcodec/h263.h int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code); ff_h263_decode_motion 363 libavcodec/ituh263dec.c mx = ff_h263_decode_motion(s, pred_x, 1); ff_h263_decode_motion 368 libavcodec/ituh263dec.c my = ff_h263_decode_motion(s, pred_y, 1); ff_h263_decode_motion 381 libavcodec/ituh263dec.c mx = ff_h263_decode_motion(s, pred_x, 1); ff_h263_decode_motion 386 libavcodec/ituh263dec.c my = ff_h263_decode_motion(s, pred_y, 1); ff_h263_decode_motion 664 libavcodec/ituh263dec.c mx = ff_h263_decode_motion(s, pred_x, 1); ff_h263_decode_motion 672 libavcodec/ituh263dec.c my = ff_h263_decode_motion(s, pred_y, 1); ff_h263_decode_motion 689 libavcodec/ituh263dec.c mx = ff_h263_decode_motion(s, pred_x, 1); ff_h263_decode_motion 696 libavcodec/ituh263dec.c my = ff_h263_decode_motion(s, pred_y, 1); ff_h263_decode_motion 771 libavcodec/ituh263dec.c mx = ff_h263_decode_motion(s, mx, 1); ff_h263_decode_motion 772 libavcodec/ituh263dec.c my = ff_h263_decode_motion(s, my, 1); ff_h263_decode_motion 784 libavcodec/ituh263dec.c mx = ff_h263_decode_motion(s, mx, 1); ff_h263_decode_motion 785 libavcodec/ituh263dec.c my = ff_h263_decode_motion(s, my, 1); ff_h263_decode_motion 836 libavcodec/ituh263dec.c ff_h263_decode_motion(s, 0, 1); ff_h263_decode_motion 837 libavcodec/ituh263dec.c ff_h263_decode_motion(s, 0, 1); ff_h263_decode_motion 728 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, pred_x, s->f_code); ff_h263_decode_motion 732 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, pred_y, s->f_code); ff_h263_decode_motion 759 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, pred_x, s->f_code); ff_h263_decode_motion 763 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, pred_y, s->f_code); ff_h263_decode_motion 1389 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, pred_x, s->f_code); ff_h263_decode_motion 1393 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, pred_y / 2, s->f_code); ff_h263_decode_motion 1405 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, pred_x, s->f_code); ff_h263_decode_motion 1410 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, pred_y, s->f_code); ff_h263_decode_motion 1422 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, pred_x, s->f_code); ff_h263_decode_motion 1426 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, pred_y, s->f_code); ff_h263_decode_motion 1525 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, s->last_mv[0][0][0], s->f_code); ff_h263_decode_motion 1526 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, s->last_mv[0][0][1], s->f_code); ff_h263_decode_motion 1538 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, s->last_mv[1][0][0], s->b_code); ff_h263_decode_motion 1539 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, s->last_mv[1][0][1], s->b_code); ff_h263_decode_motion 1554 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, s->last_mv[0][i][0], s->f_code); ff_h263_decode_motion 1555 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, s->last_mv[0][i][1] / 2, s->f_code); ff_h263_decode_motion 1566 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, s->last_mv[1][i][0], s->b_code); ff_h263_decode_motion 1567 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, s->last_mv[1][i][1] / 2, s->b_code); ff_h263_decode_motion 1581 libavcodec/mpeg4videodec.c mx = ff_h263_decode_motion(s, 0, 1); ff_h263_decode_motion 1582 libavcodec/mpeg4videodec.c my = ff_h263_decode_motion(s, 0, 1);