Home
last modified time | relevance | path

Searched refs:auto_alt_ref (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c89 int auto_alt_ref; member
1047 ctx->auto_alt_ref = 1; in vpx_init()
1048 if (ctx->auto_alt_ref >= 0) in vpx_init()
1050 avctx->codec_id == AV_CODEC_ID_VP8 ? !!ctx->auto_alt_ref : ctx->auto_alt_ref); in vpx_init()
1060 if (ctx->auto_alt_ref && ctx->is_alpha && avctx->codec_id == AV_CODEC_ID_VP8) { in vpx_init()
1783 …"frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -…
1794 …"frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -…
Dlibaomenc.c69 int auto_alt_ref; member
756 if (ctx->auto_alt_ref >= 0) in aom_init()
757 codecctl_int(avctx, AOME_SET_ENABLEAUTOALTREF, ctx->auto_alt_ref); in aom_init()
1252 …"frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, …