Searched refs:fft_len (Results 1 – 3 of 3) sorted by relevance
161 static int fft_len = -1; variable170 assert(fft_len == -1); in init_fft_cache()172 fft_len = 0; in init_fft_cache()177 assert(fft_len >= 0); in clear_fft_cache()183 fft_len = -1; in clear_fft_cache()189 assert(fft_len >= 0); in update_fft_cache()191 if (len > fft_len) { in update_fft_cache()194 if (len > fft_len) { in update_fft_cache()195 int old_n = fft_len; in update_fft_cache()196 fft_len = len; in update_fft_cache()[all …]
483 u16 fft_len, sample_len, freq = ah->curchan->chan->center_freq; in ath_cmn_process_fft() local520 fft_len = SPECTRAL_HT20_40_TOTAL_DATA_LEN; in ath_cmn_process_fft()526 fft_len = SPECTRAL_HT20_TOTAL_DATA_LEN; in ath_cmn_process_fft()537 fft_len); in ath_cmn_process_fft()548 if (len <= fft_len + 2) { in ath_cmn_process_fft()618 if (sample_bytes != sample_len && len <= fft_len + 2) { in ath_cmn_process_fft()658 if (len <= fft_len + 2) in ath_cmn_process_fft()
4395 t_u32 fft_len;