Home
last modified time | relevance | path

Searched refs:b_strategy (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dqsvenc.h97 { "b_strategy", "Strategy to choose between I/P/B-frames", OFFSET(qsv.b_strategy), AV_OPT_TY…
184 int b_strategy; member
Dqsvenc.c728 q->b_strategy = avctx->b_frame_strategy; in init_video_param()
731 if (q->b_strategy >= 0) in init_video_param()
732 q->extco2.BRefType = q->b_strategy ? MFX_B_REF_PYRAMID : MFX_B_REF_OFF; in init_video_param()
/third_party/ffmpeg/doc/
Dcodecs.texi147 @item b_strategy @var{integer} (@emph{encoding,video})
Dencoders.texi2390 @item b_strategy (@emph{b-adapt})
3171 @option{b_strategy/b_frame_strategy} -> @option{BRefType}
Dmuxers.texi234 -b_strategy 0 -ar:a:1 22050 -use_timeline 1 -use_template 1 \