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()
510 int sample_bytes = 0; in ath_cmn_process_fft() local
569 sample_bytes++; in ath_cmn_process_fft()
578 sample_bytes = len - sizeof(struct ath_radar_info); in ath_cmn_process_fft()
589 if (vdata[i] <= 0x7 && sample_bytes >= sample_len - 1) { in ath_cmn_process_fft()
608 if ((sample_bytes > sample_len + 2) || in ath_cmn_process_fft()
609 ((sample_bytes > sample_len) && in ath_cmn_process_fft()
627 (sample_bytes >= sample_len) && in ath_cmn_process_fft()
628 (sample_bytes < sample_len + 2) && in ath_cmn_process_fft()
633 else if ((sample_bytes == sample_len - 1) && in ath_cmn_process_fft()
642 sample_bytes); in ath_cmn_process_fft()
647 if (sample_bytes != sample_len && len <= fft_len + 2) { in ath_cmn_process_fft()
650 sample_bytes); in ath_cmn_process_fft()
664 if (sample_bytes == sample_len) { in ath_cmn_process_fft()
689 sample_bytes = num_bins - 2; in ath_cmn_process_fft()