Searched refs:WFUNC_SINE (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | window_func.h | 31 WFUNC_BHARRIS, WFUNC_BNUTTALL, WFUNC_SINE, WFUNC_NUTTALL, enumerator 50 …{ "sine", "Sine", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_SINE}, 0, 0, flag, "win_fu… 121 case WFUNC_SINE: in generate_window_func()
|
D | af_dialoguenhance.c | 108 generate_window_func(s->window, s->fft_size, WFUNC_SINE, &overlap); in config_input()
|
/third_party/ffmpeg/libavcodec/ |
D | opusenc_psy.c | 566 generate_window_func(s->window[i], 2*len, WFUNC_SINE, &tmp); in ff_opus_psy_init()
|