Searched refs:ff_mpeg4_set_direct_mv (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpeg4video.h | 181 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);
|
D | mpeg4video.c | 117 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my) in ff_mpeg4_set_direct_mv() function
|
D | mpegvideo_enc.c | 3357 ff_mpeg4_set_direct_mv(s, mx, my); in encode_thread() 3365 ff_mpeg4_set_direct_mv(s, 0, 0); in encode_thread() 3378 ff_mpeg4_set_direct_mv(s, mx, my); in encode_thread() 3479 ff_mpeg4_set_direct_mv(s, motion_x, motion_y); in encode_thread() 3486 ff_mpeg4_set_direct_mv(s, 0, 0); in encode_thread()
|
D | mpeg4videodec.c | 1695 mb_type |= ff_mpeg4_set_direct_mv(s, mx, my); in mpeg4_decode_mb()
|