OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kf_cexp2
(Results
1 - 5
of
5
) sorted by null
/external/libopus/celt/
_kiss_fft_guts.h
177
#define
kf_cexp2
(x,phase) \
macro
kiss_fft.c
524
kf_cexp2
(twiddles+i, DIV32(SHL32(phase,17),nfft));
/external/speex/libspeex/
_kiss_fft_guts.h
151
#define
kf_cexp2
(x,phase) \
macro
kiss_fftr.c
67
kf_cexp2
(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft));
kiss_fft.c
486
kf_cexp2
(st->twiddles+i, DIV32(SHL32(phase,17),nfft));
Completed in 68 milliseconds