Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmotion_est.h114 void ff_estimate_b_frame_motion(struct MpegEncContext *s, int mb_x, int mb_y);
Dmotion_est.c1492 void ff_estimate_b_frame_motion(MpegEncContext * s, in ff_estimate_b_frame_motion() function
Dmpegvideo_enc.c2629 ff_estimate_b_frame_motion(s, s->mb_x, s->mb_y); in estimate_motion_thread()