Lines Matching refs:sample_bytes
442 ath_cmn_copy_fft_frame(u8 *in, u8 *out, int sample_len, int sample_bytes) in ath_cmn_copy_fft_frame() argument
444 switch (sample_bytes - sample_len) { in ath_cmn_copy_fft_frame()
508 int sample_bytes = 0; in ath_cmn_process_fft() local
564 sample_bytes++; in ath_cmn_process_fft()
573 sample_bytes = len - sizeof(struct ath_radar_info); in ath_cmn_process_fft()
584 if (vdata[i] <= 0x7 && sample_bytes >= sample_len - 1) { in ath_cmn_process_fft()
603 if ((sample_bytes > sample_len + 2) || in ath_cmn_process_fft()
604 ((sample_bytes > sample_len) && in ath_cmn_process_fft()
622 (sample_bytes >= sample_len) && in ath_cmn_process_fft()
623 (sample_bytes < sample_len + 2) && in ath_cmn_process_fft()
628 else if ((sample_bytes == sample_len - 1) && in ath_cmn_process_fft()
637 sample_bytes); in ath_cmn_process_fft()
642 if (sample_bytes != sample_len && len <= fft_len + 2) { in ath_cmn_process_fft()
645 sample_bytes); in ath_cmn_process_fft()
659 if (sample_bytes == sample_len) { in ath_cmn_process_fft()
684 sample_bytes = num_bins - 2; in ath_cmn_process_fft()