Searched refs:rc_overshoot_pct (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 88 int rc_overshoot_pct; member 259 width, "rc_overshoot_pct:", cfg->rc_overshoot_pct); in dump_enc_cfg() 772 if (ctx->rc_overshoot_pct >= 0) in aom_init() 773 enccfg.rc_overshoot_pct = ctx->rc_overshoot_pct; in aom_init() 1360 { "overshoot-pct", "Datarate overshoot (max) target (%)", OFFSET(rc_overshoot_pct), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 1000, VE},
|
H A D | libvpxenc.c | 113 int rc_overshoot_pct; member 246 width, "rc_overshoot_pct:", cfg->rc_overshoot_pct); in dump_enc_cfg() 1023 if (ctx->rc_overshoot_pct >= 0) in vpx_init() 1024 enccfg.rc_overshoot_pct = ctx->rc_overshoot_pct; in vpx_init() 1840 { "overshoot-pct", "Datarate overshoot (max) target (%)", OFFSET(rc_overshoot_pct), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 1000, VE }, \
|
Completed in 6 milliseconds