Searched refs:max_intra_rate (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libvpxenc.c | 111 int max_intra_rate; member 1142 if (ctx->max_intra_rate >= 0) in vpx_init() 1143 codecctl_int(avctx, VP8E_SET_MAX_INTRA_BITRATE_PCT, ctx->max_intra_rate); in vpx_init() 1829 { "max-intra-rate", "Maximum I-frame bitrate (pct) 0=unlimited", OFFSET(max_intra_rate), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VE}, \
|
Completed in 4 milliseconds