Home
last modified time | relevance | path

Searched refs:_fout (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/
Dkiss_fft.h171 #define opus_fft(_cfg, _fin, _fout, arch) \ argument
172 ((*OPUS_FFT[(arch)&OPUS_ARCHMASK])(_cfg, _fin, _fout))
176 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
177 ((*OPUS_IFFT[(arch)&OPUS_ARCHMASK])(_cfg, _fin, _fout))
187 #define opus_fft(_cfg, _fin, _fout, arch) \ argument
188 ((void)(arch), opus_fft_c(_cfg, _fin, _fout))
190 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
191 ((void)(arch), opus_ifft_c(_cfg, _fin, _fout))
/external/libopus/celt/arm/
Dfft_arm.h62 #define opus_fft(_st, _fin, _fout, arch) \ argument
63 ((void)(arch), opus_fft_neon(_st, _fin, _fout))
65 #define opus_ifft(_st, _fin, _fout, arch) \ argument
66 ((void)(arch), opus_ifft_neon(_st, _fin, _fout))