Searched refs:auto_alt_ref (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libvpxenc.c | 99 int auto_alt_ref; member 1114 ctx->auto_alt_ref = 1; in vpx_init() 1115 if (ctx->auto_alt_ref >= 0) in vpx_init() 1117 avctx->codec_id == AV_CODEC_ID_VP8 ? !!ctx->auto_alt_ref : ctx->auto_alt_ref); in vpx_init() 1127 if (ctx->auto_alt_ref && ctx->is_alpha && avctx->codec_id == AV_CODEC_ID_VP8) { in vpx_init() 1128 av_log(avctx, AV_LOG_ERROR, "Transparency encoding with auto_alt_ref does not work\n"); in vpx_init() 1859 "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 2, VE}, 1870 "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 6, VE},
|
H A D | libaomenc.c | 73 int auto_alt_ref; member 847 if (ctx->auto_alt_ref >= 0) in aom_init() 848 codecctl_int(avctx, AOME_SET_ENABLEAUTOALTREF, ctx->auto_alt_ref); in aom_init() 1342 "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 2, VE},
|
Completed in 5 milliseconds