Lines Matching refs:sample_bytes
412 ath_cmn_copy_fft_frame(u8 *in, u8 *out, int sample_len, int sample_bytes) in ath_cmn_copy_fft_frame() argument
414 switch (sample_bytes - sample_len) { in ath_cmn_copy_fft_frame()
481 int sample_bytes = 0; in ath_cmn_process_fft() local
540 sample_bytes++; in ath_cmn_process_fft()
549 sample_bytes = len - sizeof(struct ath_radar_info); in ath_cmn_process_fft()
560 if (vdata[i] <= 0x7 && sample_bytes >= sample_len - 1) { in ath_cmn_process_fft()
579 if ((sample_bytes > sample_len + 2) || in ath_cmn_process_fft()
580 ((sample_bytes > sample_len) && in ath_cmn_process_fft()
598 (sample_bytes >= sample_len) && in ath_cmn_process_fft()
599 (sample_bytes < sample_len + 2) && in ath_cmn_process_fft()
604 else if ((sample_bytes == sample_len - 1) && in ath_cmn_process_fft()
613 sample_bytes); in ath_cmn_process_fft()
618 if (sample_bytes != sample_len && len <= fft_len + 2) { in ath_cmn_process_fft()
621 sample_bytes); in ath_cmn_process_fft()
640 if (sample_bytes == sample_len) { in ath_cmn_process_fft()
670 sample_bytes = num_bins - 2; in ath_cmn_process_fft()