Searched refs:phase (Results 1 – 4 of 4) sorted by relevance
132 # define KISS_FFT_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument133 # define KISS_FFT_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument136 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument137 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument140 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument141 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument145 #define kf_cexp(x,phase) \ argument147 (x)->r = (int16_t)KISS_FFT_COS(phase);\148 (x)->i = (int16_t)KISS_FFT_SIN(phase);\
68 double phase = in kiss_fftr_alloc() local71 phase *= -1; in kiss_fftr_alloc()72 kf_cexp (st->super_twiddles+i,phase); in kiss_fftr_alloc()
367 double phase = -2*pi*i / nfft; in kiss_fft_alloc() local369 phase *= -1; in kiss_fft_alloc()370 kf_cexp(st->twiddles+i, phase ); in kiss_fft_alloc()
177 … - 0x0f) and assignable ones. Assigning a handle is through a handshaking phase on the reserved ha…