Searched refs:lut_in_idx (Results 1 – 1 of 1) sorted by relevance
1145 int32_t lut_in_idx; in calculate_bit_per_tone() local1152 lut_in_idx = QDF_MAX(snr_db, SNR_DB_TO_BIT_PER_TONE_LUT_MIN) in calculate_bit_per_tone()1154 lut_in_idx = QDF_MIN(lut_in_idx, DB_NUM - 1); in calculate_bit_per_tone()1155 bit_per_tone = SNR_DB_TO_BIT_PER_TONE_LUT[lut_in_idx]; in calculate_bit_per_tone()