Searched refs:estimate_motion_b (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 1116 static int estimate_motion_b(MpegEncContext *s, int mb_x, int mb_y, in estimate_motion_b() function 1524 fmin = estimate_motion_b(s, mb_x, mb_y, s->b_forw_mv_table, 0, s->f_code) + in ff_estimate_b_frame_motion() 1528 bmin = estimate_motion_b(s, mb_x, mb_y, s->b_back_mv_table, 2, s->b_code) + in ff_estimate_b_frame_motion()
|