Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dwindow_func.h30 WFUNC_BHARRIS, WFUNC_BNUTTALL, WFUNC_SINE, WFUNC_NUTTALL, enumerator
96 case WFUNC_SINE: in generate_window_func()
Dasrc_hilbert.c61 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, FLAGS, "win_f…
Dasrc_afirsrc.c87 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, FLAGS, "win_f…
Davf_showspatial.c75 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, FLAGS, "win_f…
Daf_afftfilt.c79 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, A, "win_func"…
Dvaf_spectrumsynth.c93 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, A, "win_func"…
Davf_showfreqs.c103 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, FLAGS, "win_f…
Davf_showspectrum.c156 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, FLAGS, "win_f…
1590 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, FLAGS, "win_f…
Daf_surround.c1754 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, FLAGS, "win_f…
/third_party/ffmpeg/libavcodec/
Dopusenc_psy.c566 generate_window_func(s->window[i], 2*len, WFUNC_SINE, &tmp); in ff_opus_psy_init()