Searched refs:fft_cache (Results 1 – 1 of 1) sorted by relevance
902 typedef struct fft_cache struct908 fft_cache_t fft_cache[FFT_CACHE_SIZE]; argument917 if (fft_cache[k].n == n) in cached_measure()918 return fft_cache[k].time; in cached_measure()928 fft_cache[k].n = n; in cached_measure()929 fft_cache[k].time = t; in cached_measure()956 fft_cache[k].n = 0; in fftmes()