Searched refs:opus_fft (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/ |
D | kiss_fft.h | 171 #define opus_fft(_cfg, _fin, _fout, arch) \ macro 187 #define opus_fft(_cfg, _fin, _fout, arch) \ macro
|
/external/libopus/celt/arm/ |
D | fft_arm.h | 62 #define opus_fft(_st, _fin, _fout, arch) \ macro
|
D | celt_ne10_mdct.c | 133 opus_fft(st, f2, (kiss_fft_cpx *)f, arch); in clt_mdct_forward_neon()
|
/external/libopus/celt/tests/ |
D | test_unit_dft.c | 144 opus_fft(cfg,in,out, arch); in test1d()
|
/external/libopus/src/ |
D | analysis.c | 278 opus_fft(kfft, in, out, tonal->arch); in tonality_analysis()
|