ff_h263_encode_motion  125 libavcodec/h263.h void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);
ff_h263_encode_motion  151 libavcodec/h263.h         ff_h263_encode_motion(s, x, f_code);
ff_h263_encode_motion  152 libavcodec/h263.h         ff_h263_encode_motion(s, y, f_code);
ff_h263_encode_motion  425 libavcodec/svq1enc.c                     ff_h263_encode_motion(&s->m, mx - pred_x, 1);
ff_h263_encode_motion  426 libavcodec/svq1enc.c                     ff_h263_encode_motion(&s->m, my - pred_y, 1);