Searched refs:enable_diff_wtd_comp (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 129 int enable_diff_wtd_comp; member 894 if (ctx->enable_diff_wtd_comp >= 0) in aom_init() 895 codecctl_int(avctx, AV1E_SET_ENABLE_DIFF_WTD_COMP, ctx->enable_diff_wtd_comp); in aom_init() 1401 { "enable-diff-wtd-comp", "Enable difference-weighted compound", OFFSET(enable_diff_wtd_comp), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|
Completed in 3 milliseconds