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 | 61 #define opus_fft(_st, _fin, _fout, arch) \ macro
|
D | celt_mdct_ne10.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 | 132 opus_fft(cfg,in,out, arch); in test1d()
|
/external/libopus/src/ |
D | analysis.c | 521 opus_fft(kfft, in, out, tonal->arch); in tonality_analysis()
|