Searched refs:ff_mpeg4_set_direct_mv (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpeg4video.h | 79 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);
|
D | mpeg4video.c | 129 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my) in ff_mpeg4_set_direct_mv() function
|
D | mpegvideo_enc.c | 3153 ff_mpeg4_set_direct_mv(s, mx, my); in encode_thread() 3161 ff_mpeg4_set_direct_mv(s, 0, 0); in encode_thread() 3174 ff_mpeg4_set_direct_mv(s, mx, my); in encode_thread() 3275 ff_mpeg4_set_direct_mv(s, motion_x, motion_y); in encode_thread() 3282 ff_mpeg4_set_direct_mv(s, 0, 0); in encode_thread()
|
D | mpeg4videodec.c | 1768 mb_type |= ff_mpeg4_set_direct_mv(s, mx, my); in mpeg4_decode_mb()
|