Searched refs:msmpeg4v2_decode_motion (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsmpeg4dec.c72 static int msmpeg4v2_decode_motion(MpegEncContext * s, int pred, int f_code) function
162 mx= msmpeg4v2_decode_motion(s, mx, 1);
163 my= msmpeg4v2_decode_motion(s, my, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsmpeg4.c1050 static int msmpeg4v2_decode_motion(MpegEncContext * s, int pred, int f_code) function
1138 mx= msmpeg4v2_decode_motion(s, mx, 1);
1139 my= msmpeg4v2_decode_motion(s, my, 1);

Completed in 59 milliseconds