Searched refs:SPECTRAL_HT20_40_NUM_BINS (Results 1 – 3 of 3) sorted by relevance
92 u8 data[SPECTRAL_HT20_40_NUM_BINS];107 SPECTRAL_HT20_40_NUM_BINS)152 idx = spectral_max_index(bins, SPECTRAL_HT20_40_NUM_BINS); in spectral_max_index_ht40()157 return idx % (SPECTRAL_HT20_40_NUM_BINS / 2); in spectral_max_index_ht40()
89 int dc_pos = SPECTRAL_HT20_40_NUM_BINS / 2; in ath_cmn_max_idx_verify_ht20_40_fft()247 int dc_pos = SPECTRAL_HT20_40_NUM_BINS / 2; in ath_cmn_process_ht20_40_fft()286 SPECTRAL_HT20_40_NUM_BINS); in ath_cmn_process_ht20_40_fft()311 memcpy(fft_sample_40.data, sample_buf, SPECTRAL_HT20_40_NUM_BINS); in ath_cmn_process_ht20_40_fft()374 for (i = dc_pos; i < SPECTRAL_HT20_40_NUM_BINS; i++) { in ath_cmn_process_ht20_40_fft()387 for (i = dc_pos; i < SPECTRAL_HT20_40_NUM_BINS; i++) { in ath_cmn_process_ht20_40_fft()523 num_bins = SPECTRAL_HT20_40_NUM_BINS; in ath_cmn_process_fft()
21 #define SPECTRAL_HT20_40_NUM_BINS 128 macro92 u8 data[SPECTRAL_HT20_40_NUM_BINS];
Completed in 9 milliseconds