Searched refs:rc_undershoot_pct (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 87 int rc_undershoot_pct; member 258 width, "rc_undershoot_pct:", cfg->rc_undershoot_pct, in dump_enc_cfg() 770 if (ctx->rc_undershoot_pct >= 0) in aom_init() 771 enccfg.rc_undershoot_pct = ctx->rc_undershoot_pct; in aom_init() 1359 { "undershoot-pct", "Datarate undershoot (min) target (%)", OFFSET(rc_undershoot_pct), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 100, VE},
|
H A D | libvpxenc.c | 112 int rc_undershoot_pct; member 245 width, "rc_undershoot_pct:", cfg->rc_undershoot_pct, in dump_enc_cfg() 1021 if (ctx->rc_undershoot_pct >= 0) in vpx_init() 1022 enccfg.rc_undershoot_pct = ctx->rc_undershoot_pct; in vpx_init() 1839 { "undershoot-pct", "Datarate undershoot (min) target (%)", OFFSET(rc_undershoot_pct), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 100, VE }, \
|
Completed in 5 milliseconds