Searched refs:num_bins_per_dword (Results 1 – 1 of 1) sorted by relevance
2207 uint8_t num_bins_per_dword, hw_fft_bin_width_bits; in target_if_spectral_copy_fft_bins() local2233 num_bins_per_dword = SPECTRAL_DWORD_SIZE / rparams->hw_fft_bin_width; in target_if_spectral_copy_fft_bins()2234 num_dwords = fft_bin_count / num_bins_per_dword; in target_if_spectral_copy_fft_bins()2242 for (idx = 0; idx < num_bins_per_dword; idx++) { in target_if_spectral_copy_fft_bins()3045 uint8_t num_bins_per_dword; in target_if_byte_swap_spectral_fft_bins_gen3() local3054 num_bins_per_dword = SPECTRAL_DWORD_SIZE / rparams->hw_fft_bin_width; in target_if_byte_swap_spectral_fft_bins_gen3()3055 num_dwords = num_fftbins / num_bins_per_dword; in target_if_byte_swap_spectral_fft_bins_gen3()