Searched refs:rc_undershoot_pct (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libaomenc.c | 83 int rc_undershoot_pct; member 244 width, "rc_undershoot_pct:", cfg->rc_undershoot_pct, in dump_enc_cfg() 692 if (ctx->rc_undershoot_pct >= 0) in aom_init() 693 enccfg.rc_undershoot_pct = ctx->rc_undershoot_pct; in aom_init() 1269 …{ "undershoot-pct", "Datarate undershoot (min) target (%)", OFFSET(rc_undershoot_pct), AV_OPT_TY…
|
D | libvpxenc.c | 102 int rc_undershoot_pct; member 234 width, "rc_undershoot_pct:", cfg->rc_undershoot_pct, in dump_enc_cfg() 956 if (ctx->rc_undershoot_pct >= 0) in vpx_init() 957 enccfg.rc_undershoot_pct = ctx->rc_undershoot_pct; in vpx_init() 1763 …{ "undershoot-pct", "Datarate undershoot (min) target (%)", OFFSET(rc_undershoot_pct), AV_OPT_TYP…
|
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1enc.c | 451 av1enc->aom_cfg.rc_undershoot_pct = DEFAULT_UNDERSHOOT_PCT; in gst_av1_enc_init() 551 GST_DEBUG ("rc_undershoot_pct : %u", cfg->rc_undershoot_pct); in gst_av1_enc_debug_encoder_cfg() 970 av1enc->aom_cfg.rc_undershoot_pct = g_value_get_uint (value); in gst_av1_enc_set_property() 1077 g_value_set_uint (value, av1enc->aom_cfg.rc_undershoot_pct); in gst_av1_enc_get_property()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxenc.c | 791 gst_vpx_enc->cfg.rc_undershoot_pct = DEFAULT_RC_UNDERSHOOT_PCT; in gst_vpx_enc_init() 960 gst_vpx_enc->cfg.rc_undershoot_pct = g_value_get_int (value); in gst_vpx_enc_set_property() 1377 g_value_set_int (value, gst_vpx_enc->cfg.rc_undershoot_pct); in gst_vpx_enc_get_property()
|