Home
last modified time | relevance | path

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

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/gx_detune.lv2/
H A Ddetune.cc78 fftwf_plan ftPlanForward, ftPlanInverse; member in detune::smbPitchShift
138 ftPlanForward(0), in smbPitchShift()
202ftPlanForward = fftwf_plan_dft_1d(fftFrameSize, fftw_in, fftw_out, FFTW_FORWARD, FFTW_MEASURE); in mem_alloc()
279 if (ftPlanForward) in mem_free()
280 {fftwf_destroy_plan(ftPlanForward);ftPlanForward = 0; } in mem_free()
405 fftwf_execute(ftPlanForward); in PitchShift()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DsmbPitchShift.C85 ftPlanForward = fftw_plan_dft_1d(nfftFrameSize, fftw_in, fftw_out, FFTW_FORWARD, FFTW_MEASURE); in PitchShifter()
95 fftw_destroy_plan(ftPlanForward); in ~PitchShifter()
145 fftw_execute(ftPlanForward); in smbPitchShift()
H A DsmbPitchShift.fftw3.h80 fftw_plan ftPlanForward, ftPlanInverse;
H A DsmbPitchShift.h80 fftw_plan ftPlanForward, ftPlanInverse; variable
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Dgx_internal_plugins.cpp2297 ftPlanForward(0), in smbPitchShift()
2414ftPlanForward = fftwf_plan_dft_1d(fftFrameSize, fftw_in, fftw_out, FFTW_FORWARD, FFTW_ESTIMATE); in mem_alloc()
2444 if (ftPlanForward) in mem_free()
2445 {fftwf_destroy_plan(ftPlanForward);ftPlanForward = 0; } in mem_free()
2561 fftwf_execute(ftPlanForward); in PitchShift()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_internal_plugins.h1190 fftwf_plan ftPlanForward, ftPlanInverse; variable