Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_minterpolate.c190 int scd_method; member
230 …{ "scd", "scene change detection method", OFFSET(scd_method), AV_OPT_TYPE_INT, {.i64 = SCD_METHOD_…
387 if (mi_ctx->scd_method == SCD_METHOD_FDIFF) { in config_input()
836 if (mi_ctx->scd_method == SCD_METHOD_FDIFF) { in detect_scene_change()