ff_h263_decode_motion   51 libavcodec/h263.h int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code);
ff_h263_decode_motion  388 libavcodec/ituh263dec.c                     mx = ff_h263_decode_motion(s, pred_x, 1);
ff_h263_decode_motion  393 libavcodec/ituh263dec.c                     my = ff_h263_decode_motion(s, pred_y, 1);
ff_h263_decode_motion  406 libavcodec/ituh263dec.c                     mx = ff_h263_decode_motion(s, pred_x, 1);
ff_h263_decode_motion  411 libavcodec/ituh263dec.c                     my = ff_h263_decode_motion(s, pred_y, 1);
ff_h263_decode_motion  761 libavcodec/ituh263dec.c                mx = ff_h263_decode_motion(s, pred_x, 1);
ff_h263_decode_motion  769 libavcodec/ituh263dec.c                my = ff_h263_decode_motion(s, pred_y, 1);
ff_h263_decode_motion  786 libavcodec/ituh263dec.c                     mx = ff_h263_decode_motion(s, pred_x, 1);
ff_h263_decode_motion  793 libavcodec/ituh263dec.c                     my = ff_h263_decode_motion(s, pred_y, 1);
ff_h263_decode_motion  871 libavcodec/ituh263dec.c                     mx = ff_h263_decode_motion(s, pred_x, 1);
ff_h263_decode_motion  878 libavcodec/ituh263dec.c                     my = ff_h263_decode_motion(s, pred_y, 1);
ff_h263_decode_motion  898 libavcodec/ituh263dec.c                     mx = ff_h263_decode_motion(s, pred_x, 1);
ff_h263_decode_motion  905 libavcodec/ituh263dec.c                     my = ff_h263_decode_motion(s, pred_y, 1);
ff_h263_decode_motion  961 libavcodec/ituh263dec.c         ff_h263_decode_motion(s, 0, 1);
ff_h263_decode_motion  962 libavcodec/ituh263dec.c         ff_h263_decode_motion(s, 0, 1);
ff_h263_decode_motion  829 libavcodec/mpeg4videodec.c                             mx = ff_h263_decode_motion(s, pred_x, s->f_code);
ff_h263_decode_motion  833 libavcodec/mpeg4videodec.c                             my = ff_h263_decode_motion(s, pred_y, s->f_code);
ff_h263_decode_motion  860 libavcodec/mpeg4videodec.c                             mx = ff_h263_decode_motion(s, pred_x, s->f_code);
ff_h263_decode_motion  864 libavcodec/mpeg4videodec.c                             my = ff_h263_decode_motion(s, pred_y, s->f_code);
ff_h263_decode_motion 1500 libavcodec/mpeg4videodec.c                     mx = ff_h263_decode_motion(s, pred_x, s->f_code);
ff_h263_decode_motion 1504 libavcodec/mpeg4videodec.c                     my = ff_h263_decode_motion(s, pred_y / 2, s->f_code);
ff_h263_decode_motion 1516 libavcodec/mpeg4videodec.c                 mx = ff_h263_decode_motion(s, pred_x, s->f_code);
ff_h263_decode_motion 1521 libavcodec/mpeg4videodec.c                 my = ff_h263_decode_motion(s, pred_y, s->f_code);
ff_h263_decode_motion 1533 libavcodec/mpeg4videodec.c                 mx      = ff_h263_decode_motion(s, pred_x, s->f_code);
ff_h263_decode_motion 1537 libavcodec/mpeg4videodec.c                 my = ff_h263_decode_motion(s, pred_y, s->f_code);
ff_h263_decode_motion 1636 libavcodec/mpeg4videodec.c                     mx = ff_h263_decode_motion(s, s->last_mv[0][0][0], s->f_code);
ff_h263_decode_motion 1637 libavcodec/mpeg4videodec.c                     my = ff_h263_decode_motion(s, s->last_mv[0][0][1], s->f_code);
ff_h263_decode_motion 1649 libavcodec/mpeg4videodec.c                     mx = ff_h263_decode_motion(s, s->last_mv[1][0][0], s->b_code);
ff_h263_decode_motion 1650 libavcodec/mpeg4videodec.c                     my = ff_h263_decode_motion(s, s->last_mv[1][0][1], s->b_code);
ff_h263_decode_motion 1665 libavcodec/mpeg4videodec.c                         mx = ff_h263_decode_motion(s, s->last_mv[0][i][0], s->f_code);
ff_h263_decode_motion 1666 libavcodec/mpeg4videodec.c                         my = ff_h263_decode_motion(s, s->last_mv[0][i][1] / 2, s->f_code);
ff_h263_decode_motion 1677 libavcodec/mpeg4videodec.c                         mx = ff_h263_decode_motion(s, s->last_mv[1][i][0], s->b_code);
ff_h263_decode_motion 1678 libavcodec/mpeg4videodec.c                         my = ff_h263_decode_motion(s, s->last_mv[1][i][1] / 2, s->b_code);
ff_h263_decode_motion 1692 libavcodec/mpeg4videodec.c                 mx = ff_h263_decode_motion(s, 0, 1);
ff_h263_decode_motion 1693 libavcodec/mpeg4videodec.c                 my = ff_h263_decode_motion(s, 0, 1);