Searched refs:enable_dist_wtd_comp (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 130 int enable_dist_wtd_comp; member 896 if (ctx->enable_dist_wtd_comp >= 0) in aom_init() 897 codecctl_int(avctx, AV1E_SET_ENABLE_DIST_WTD_COMP, ctx->enable_dist_wtd_comp); in aom_init() 1402 { "enable-dist-wtd-comp", "Enable distance-weighted compound", OFFSET(enable_dist_wtd_comp), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|
Completed in 3 milliseconds