Lines Matching refs:max_index
48 u8 max_index; in ath_cmn_max_idx_verify_ht20_fft() local
62 max_index = spectral_max_index_ht20(mag_info->all_bins); in ath_cmn_max_idx_verify_ht20_fft()
71 if (bytes_read < SPECTRAL_HT20_SAMPLE_LEN && max_index < 1) in ath_cmn_max_idx_verify_ht20_fft()
74 if ((sample[max_index] & 0xf8) != ((max_magnitude >> max_exp) & 0xf8)) in ath_cmn_max_idx_verify_ht20_fft()
145 u8 max_index, bitmap_w, max_exp; in ath_cmn_process_ht20_fft() local
160 max_index = spectral_max_index_ht20(mag_info->all_bins); in ath_cmn_process_ht20_fft()
161 fft_sample_20.max_index = max_index; in ath_cmn_process_ht20_fft()
176 max_index); in ath_cmn_process_ht20_fft()
178 if ((fft_sample_20.data[max_index] & 0xf8) != in ath_cmn_process_ht20_fft()
194 if (max_index == dc_pos) { in ath_cmn_process_ht20_fft()
199 fft_sample_20.max_index = i; in ath_cmn_process_ht20_fft()
208 tmp_mag, fft_sample_20.max_index); in ath_cmn_process_ht20_fft()