Home
last modified time | relevance | path

Searched refs:reverse_fft_fma3 (Results 1 – 5 of 5) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/dsp/fft/
H A Dfft.cpp47 …void reverse_fft_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size…
158 IF_ARCH_X86(CALL(native::reverse_fft, avx::reverse_fft_fma3, 32));
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/ptest/dsp/fft/
H A Dfastconv.cpp63 …void reverse_fft_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size…
196 avx::direct_fft_fma3, avx::complex_mul3_fma3, avx::reverse_fft_fma3, avx::add2);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/mtest/dsp/fft/
H A Dfft.cpp297 …void reverse_fft_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size…
440 test_reverse_fft("FMA3", avx::reverse_fft_fma3, dst1r, dst1i);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/avx/
H A Dfft.h243 …void reverse_fft_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size… in reverse_fft_fma3() function
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/dsp/
H A Davx.cpp404 CEXPORT2(favx, reverse_fft, reverse_fft_fma3); in dsp_init()