Searched refs:spectral_max_magnitude (Results 1 – 2 of 2) sorted by relevance
64 max_magnitude = spectral_max_magnitude(mag_info->all_bins); in ath_cmn_max_idx_verify_ht20_fft()102 lower_mag = spectral_max_magnitude(mag_info->lower_bins); in ath_cmn_max_idx_verify_ht20_40_fft()106 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_max_idx_verify_ht20_40_fft()169 magnitude = spectral_max_magnitude(mag_info->all_bins); in ath_cmn_process_ht20_fft()299 lower_mag = spectral_max_magnitude(mag_info->lower_bins); in ath_cmn_process_ht20_40_fft()302 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_process_ht20_40_fft()
112 static inline u16 spectral_max_magnitude(u8 *bins) in spectral_max_magnitude() function