ff_h263_pred_motion   63 libavcodec/h263.h int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir,
ff_h263_pred_motion  384 libavcodec/ituh263dec.c                 mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  402 libavcodec/ituh263dec.c                 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
ff_h263_pred_motion  757 libavcodec/ituh263dec.c             ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  782 libavcodec/ituh263dec.c                 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
ff_h263_pred_motion  865 libavcodec/ituh263dec.c                 int16_t *mot_val= ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  892 libavcodec/ituh263dec.c                 int16_t *mot_val= ff_h263_pred_motion(s, 0, 1, &pred_x, &pred_y);
ff_h263_pred_motion  493 libavcodec/ituh263enc.c             ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  520 libavcodec/ituh263enc.c                 ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
ff_h263_pred_motion  827 libavcodec/mpeg4videodec.c                         ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  859 libavcodec/mpeg4videodec.c                             int16_t *mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
ff_h263_pred_motion 1497 libavcodec/mpeg4videodec.c                 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion 1515 libavcodec/mpeg4videodec.c                 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion 1532 libavcodec/mpeg4videodec.c                 mot_val = ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
ff_h263_pred_motion  723 libavcodec/mpeg4videoenc.c                 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  749 libavcodec/mpeg4videoenc.c                 ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  778 libavcodec/mpeg4videoenc.c                     ff_h263_pred_motion(s, i, 0, &pred_x, &pred_y);
ff_h263_pred_motion 2840 libavcodec/mpegvideo_enc.c         ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  162 libavcodec/msmpeg4dec.c         ff_h263_pred_motion(s, 0, 0, &mx, &my);
ff_h263_pred_motion  263 libavcodec/msmpeg4dec.c         ff_h263_pred_motion(s, 0, 0, &mx, &my);
ff_h263_pred_motion  418 libavcodec/msmpeg4enc.c             ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  429 libavcodec/msmpeg4enc.c             ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  411 libavcodec/svq1enc.c                 motion_ptr = ff_h263_pred_motion(&s->m, 0, 0, &pred_x, &pred_y);
ff_h263_pred_motion  170 libavcodec/wmv2enc.c         ff_h263_pred_motion(s, 0, 0, &pred_x, &pred_y);