Home
last modified time | relevance | path

Searched refs:bidir_refine (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h924 int bidir_refine; member
H A Dmotion_est.c1243 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 Doptions_table.h262 {"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 9 milliseconds