Searched refs:tmp_mag (Results 1 – 1 of 1) sorted by relevance
145 u16 magnitude, tmp_mag, length; in ath_cmn_process_ht20_fft() local196 tmp_mag = 0; in ath_cmn_process_ht20_fft()198 if (fft_sample_20.data[i] > tmp_mag) { in ath_cmn_process_ht20_fft()199 tmp_mag = fft_sample_20.data[i]; in ath_cmn_process_ht20_fft()204 magnitude = tmp_mag << max_exp; in ath_cmn_process_ht20_fft()209 tmp_mag, fft_sample_20.max_index); in ath_cmn_process_ht20_fft()251 u16 lower_mag, upper_mag, tmp_mag, length; in ath_cmn_process_ht20_40_fft() local343 tmp_mag = 0; in ath_cmn_process_ht20_40_fft()345 if (fft_sample_40.data[i] > tmp_mag) { in ath_cmn_process_ht20_40_fft()346 tmp_mag = fft_sample_40.data[i]; in ath_cmn_process_ht20_40_fft()[all …]