Home
last modified time | relevance | path

Searched refs:lsx_safe_cdft (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dbend.c210 lsx_safe_cdft(2 * p->fftFrameSize, 1, p->gFFTworksp); in flow()
275 lsx_safe_cdft(2 * p->fftFrameSize, -1, p->gFFTworksp); in flow()
H A Dnoisered.c44 lsx_safe_cdft(2 * (int)NumSamples, InverseTransform? -1 : 1, work); in FFT()
H A Dsox_i.h94 void lsx_safe_cdft(int len, int type, double * d);
H A Deffects_i_dsp.c223 void lsx_safe_cdft(int len, int type, double * d) in lsx_safe_cdft() function