ff_msmpeg4_decode_motion 1575 libavcodec/msmpeg4.c         if (ff_msmpeg4_decode_motion(s, &mx, &my) < 0)
ff_msmpeg4_decode_motion   47 libavcodec/msmpeg4.h int ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
ff_msmpeg4_decode_motion  247 libavcodec/wmv2dec.c     ret= ff_msmpeg4_decode_motion(s, mx_ptr, my_ptr);