Searched refs:kf_cexp2 (Results 1 – 8 of 8) sorted by relevance
/external/speex/tmv/ |
D | _kiss_fft_guts_tm.h | 147 #undef kf_cexp2 148 #define kf_cexp2(x,phase) \ macro
|
/external/speex/libspeexdsp/ |
D | _kiss_fft_guts.h | 151 #define kf_cexp2(x,phase) \ macro
|
D | kiss_fftr.c | 67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft)); in kiss_fftr_alloc()
|
D | kiss_fft.c | 486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft)); in kiss_fft_alloc()
|
/external/libopus/celt/ |
D | _kiss_fft_guts.h | 176 #define kf_cexp2(x,phase) \ macro
|
D | kiss_fft.c | 415 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft)); in compute_twiddles()
|
/external/rnnoise/src/ |
D | _kiss_fft_guts.h | 176 #define kf_cexp2(x,phase) \ macro
|
D | kiss_fft.c | 412 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft)); in compute_twiddles()
|