Home
last modified time | relevance | path

Searched refs:ff_msmpeg4_decode_motion (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmsmpeg4dec.h39 void ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
Dmsmpeg4dec.c264 ff_msmpeg4_decode_motion(s, &mx, &my); in msmpeg4v34_decode_mb()
835 void ff_msmpeg4_decode_motion(MpegEncContext *s, int *mx_ptr, int *my_ptr) in ff_msmpeg4_decode_motion() function
Dwmv2dec.c354 ff_msmpeg4_decode_motion(s, mx_ptr, my_ptr); in wmv2_decode_motion()