Home
last modified time | relevance | path

Searched refs:bidir_refine (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.c1241 static inline int bidir_refine(MpegEncContext * s, int mb_x, int mb_y) in bidir_refine() function
1275 if(s->avctx->bidir_refine){ in bidir_refine()
1278 const int limit= limittab[s->avctx->bidir_refine]; in bidir_refine()
1531 fbmin= bidir_refine(s, mb_x, mb_y) + penalty_factor; in ff_estimate_b_frame_motion()
Davcodec.h1104 int bidir_refine; member
Doptions_table.h308 …ine the two motion vectors used in bidirectional macroblocks", OFFSET(bidir_refine), AV_OPT_TYPE_I…
/third_party/ffmpeg/doc/
Dcodecs.texi858 @item bidir_refine @var{integer} (@emph{encoding,video})