Home
last modified time | relevance | path

Searched refs:KISS_FFT_COS (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
D_kiss_fft_guts.h133 # define KISS_FFT_COS(phase) floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase)))) macro
137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) macro
141 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) macro
148 (x)->r = KISS_FFT_COS(phase);\
/external/libopus/celt/
D_kiss_fft_guts.h157 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase)) macro
161 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) macro
165 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) macro
172 (x)->r = KISS_FFT_COS(phase);\