Searched refs:ff_mpv_motion (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo.h | 586 void ff_mpv_motion(MpegEncContext *s,
|
H A D | mpegvideo.c | 1512 ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal() 1517 ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
|
H A D | mpegvideo_motion.c | 974 void ff_mpv_motion(MpegEncContext *s, in ff_mpv_motion() function
|
H A D | mpegvideo_enc.c | 2176 ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, in encode_mb_internal() 2183 ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, in encode_mb_internal()
|
Completed in 12 milliseconds