Searched refs:WFUNC_TUKEY (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | window_func.h | 32 WFUNC_BHANN, WFUNC_LANCZOS, WFUNC_GAUSS, WFUNC_TUKEY, enumerator 54 { "tukey", "Tukey", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_TUKEY}, 0, 0, flag, "win_func" }, \ 143 case WFUNC_TUKEY: in generate_window_func()
|
H A D | af_firequalizer.c | 43 WFUNC_TUKEY, enumerator 133 { "tukey", "tukey window", 0, AV_OPT_TYPE_CONST, { .i64 = WFUNC_TUKEY }, 0, 0, FLAGS, "wfunc" }, 677 case WFUNC_TUKEY: in generate_kernel()
|
Completed in 3 milliseconds