Searched refs:bidir_refine (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 924 int bidir_refine; member
|
H A D | motion_est.c | 1243 static inline int bidir_refine(MpegEncContext * s, int mb_x, int mb_y) in bidir_refine() function 1277 if(s->avctx->bidir_refine){ in bidir_refine() 1280 const int limit= limittab[s->avctx->bidir_refine]; in bidir_refine() 1533 fbmin= bidir_refine(s, mb_x, mb_y) + penalty_factor; in ff_estimate_b_frame_motion()
|
H A D | options_table.h | 262 {"bidir_refine", "refine the two motion vectors used in bidirectional macroblocks", OFFSET(bidir_refine), AV_OPT_TYPE_INT, {.i64 = 1 }, 0, 4, V|E},
|
Completed in 11 milliseconds