Searched refs:b_frame_strategy (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libxavs.c | 60 int b_frame_strategy; member 293 if (avctx->b_frame_strategy) in XAVS_init() 294 x4->b_frame_strategy = avctx->b_frame_strategy; in XAVS_init() 298 x4->params.i_bframe_adaptive = x4->b_frame_strategy; in XAVS_init() 449 …{ "b_strategy", "Strategy to choose between I/P/B-frames", OFFSET(b_frame_strategy), AV…
|
D | libx264.c | 100 int b_frame_strategy; member 726 if (avctx->b_frame_strategy >= 0) in X264_init() 727 x4->b_frame_strategy = avctx->b_frame_strategy; in X264_init() 832 if (x4->b_frame_strategy >= 0) in X264_init() 833 x4->params.i_bframe_adaptive = x4->b_frame_strategy; in X264_init() 1115 …{ "b_strategy", "Strategy to choose between I/P/B-frames", OFFSET(b_frame_strategy), AV…
|
D | mpegvideo.h | 572 int b_frame_strategy; member 656 {"b_strategy", "Strategy to choose between I/P/B-frames", FF_MPV_OFFSET(b_frame_strategy)…
|
D | mpegvideo_enc.c | 714 if (avctx->b_frame_strategy) in ff_mpv_encode_init() 715 s->b_frame_strategy = avctx->b_frame_strategy; in ff_mpv_encode_init() 721 if (s->b_frame_strategy && (avctx->flags & AV_CODEC_FLAG_PASS2)) { in ff_mpv_encode_init() 724 s->b_frame_strategy = 0; in ff_mpv_encode_init() 1038 if (s->b_frame_strategy == 2) { in ff_mpv_encode_init() 1548 if (s->b_frame_strategy == 0) { in select_input_picture() 1552 } else if (s->b_frame_strategy == 1) { in select_input_picture() 1576 } else if (s->b_frame_strategy == 2) { in select_input_picture()
|
D | avcodec.h | 800 int b_frame_strategy; member
|
D | qsvenc.c | 727 if (avctx->b_frame_strategy >= 0) in init_video_param() 728 q->b_strategy = avctx->b_frame_strategy; in init_video_param()
|
D | options_table.h | 104 {"b_strategy", "strategy to choose between I/P/B-frames", OFFSET(b_frame_strategy), AV_OPT_TYPE_INT…
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 989 Adjust sensitivity of b_frame_strategy 1.
|
D | encoders.texi | 2935 @option{b_strategy/b_frame_strategy} -> @option{BRefType}
|
/third_party/gstreamer/gst_libav/docs/plugins/ |
D | gst-libav-plugins.args | 13397 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… 14257 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… 15117 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… 15977 <BLURB>Adjust sensitivity of b_frame_strategy 1 (Private codec option).</BLURB> 17057 <BLURB>Adjust sensitivity of b_frame_strategy 1 (Private codec option).</BLURB> 18727 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… 19597 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… 20477 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… 21347 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… 22217 <BLURB>adjust sensitivity of b_frame_strategy 1 (Generic codec option, might have no effect).</BLUR… [all …]
|