Searched refs:kf_cexp2 (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
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()
|