Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dwindow_func.h30 WFUNC_BARTLETT, WFUNC_WELCH, WFUNC_FLATTOP, enumerator
45 …{ "welch", "Welch", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_WELCH}, 0, 0, flag, "win_fu…
92 case WFUNC_WELCH: in generate_window_func()