Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/include/
H A Dplugin.h226 RealFFTnp2(this, data, setup->N); in rfft()
H A DcsoundCore.h1147 void (*RealFFTnp2)(CSOUND *, MYFLT *buf, int FFTsize); member
/dports/audio/csound/csound-6.15.0/util/
H A Dpvanal.c778 csound->RealFFTnp2(csound, anal, pvx->N); in generate_frame()
H A Datsa.c1543 csound->RealFFTnp2(csound, fft.data, N); in residual_analysis()
2268 csound->RealFFTnp2(csound, fft.data, fft.size); in tracker()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1132 void (*RealFFTnp2)(CSOUND *, MYFLT *buf, int FFTsize); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1132 void (*RealFFTnp2)(CSOUND *, MYFLT *buf, int FFTsize); member
/dports/audio/csound/csound-6.15.0/OOps/
H A Dpvsanal.c340 csound->RealFFTnp2(csound, anal, N); in generate_frame()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpvsbasic.c1764 csound->RealFFTnp2(csound, ceps, tmp); in pvsscale()
H A Darrays.c3018 csound->RealFFTnp2(csound,p->out->data,N); in perf_rfft()