Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 4 of 4) sorted by relevance

/chre-3.4.0/external/kiss_fft/
D_kiss_fft_guts.h132 # define KISS_FFT_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument
133 # define KISS_FFT_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument
136 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
137 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
140 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
141 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
145 #define kf_cexp(x,phase) \ argument
147 (x)->r = (int16_t)KISS_FFT_COS(phase);\
148 (x)->i = (int16_t)KISS_FFT_SIN(phase);\
Dkiss_fftr.c68 double phase = in kiss_fftr_alloc() local
71 phase *= -1; in kiss_fftr_alloc()
72 kf_cexp (st->super_twiddles+i,phase); in kiss_fftr_alloc()
Dkiss_fft.c367 double phase = -2*pi*i / nfft; in kiss_fft_alloc() local
369 phase *= -1; in kiss_fft_alloc()
370 kf_cexp(st->twiddles+i, phase ); in kiss_fft_alloc()
/chre-3.4.0/chpp/
DREADME.md177 … - 0x0f) and assignable ones. Assigning a handle is through a handshaking phase on the reserved ha…