Searched refs:opus_fft (Results 1 – 7 of 7) sorted by relevance
/external/rnnoise/src/ |
D | kiss_fft.h | 174 #define opus_fft(_cfg, _fin, _fout, arch) \ macro 190 #define opus_fft(_cfg, _fin, _fout, arch) \ macro
|
D | denoise.c | 221 opus_fft(common.kfft, x, y, 0); in forward_transform() 239 opus_fft(common.kfft, x, y, 0); in inverse_transform()
|
/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 | 560 opus_fft(kfft, in, out, tonal->arch); in tonality_analysis()
|