Home
last modified time | relevance | path

Searched defs:s2_im (Results 1 – 9 of 9) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/arm/neon-d32/
H A Dfft.h52 float s2_im = src_im[2] + src_im[3]; in direct_fft() local
106 float s2_im = src_im[2] + src_im[3]; in reverse_fft() local
162 float s2_im = dst[5] + dst[7]; in packed_direct_fft() local
217 float s2_im = src[5] + src[7]; in packed_reverse_fft() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/aarch64/asimd/
H A Dpfft.h49 float s2_im = dst[5] + dst[7]; in packed_direct_fft() local
107 float s2_im = src[5] + src[7]; in packed_reverse_fft() local
H A Dfft.h50 float s2_im = src_im[2] + src_im[3]; in direct_fft() local
112 float s2_im = src_im[2] + src_im[3]; in reverse_fft() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/sse/
H A Dfft.h100 float s2_im = src_im[2] + src_im[3]; in direct_fft() local
152 float s2_im = dst[5] + dst[7]; in packed_direct_fft() local
207 float s2_im = src_im[2] + src_im[3]; in reverse_fft() local
262 float s2_im = src[5] + src[7]; in packed_reverse_fft() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/avx/
H A Dpfft.h79 float s2_im = dst[5] + dst[7]; in packed_small_direct_fft() local
121 float s2_im = src[5] + src[7]; in packed_small_reverse_fft() local
H A Dfft.h78 float s2_im = src_im[2] + src_im[3]; in small_direct_fft() local
120 float s2_im = src_im[2] + src_im[3]; in small_reverse_fft() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/native/
H A Dfft.h340 float s2_im = dst_im[2] + dst_im[3]; in start_direct_fft() local
380 float s2_im = dst[5] + dst[7]; in start_packed_direct_fft() local
420 float s2_im = dst_im[2] + dst_im[3]; in start_reverse_fft() local
460 float s2_im = dst[5] + dst[7]; in start_packed_reverse_fft() local
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/mtest/dsp/fft/
H A Dpfft.cpp143 float s2_im = dst[5] + dst[7]; in start_packed_direct_fft() local
182 float s2_im = dst[5] + dst[7]; in start_packed_reverse_fft() local
H A Dfft.cpp142 float s2_im = dst_im[2] + dst_im[3]; in start_direct_fft() local