Searched refs:lut_in_idx (Results 1 – 1 of 1) sorted by relevance
448 int lut_in_idx = Math.max(snrDb, SNR_DB_TO_BIT_PER_TONE_LUT_MIN) in calculateBitPerTone() local450 lut_in_idx = Math.min(lut_in_idx, SNR_DB_TO_BIT_PER_TONE_LUT.length - 1); in calculateBitPerTone()451 bitPerTone = SNR_DB_TO_BIT_PER_TONE_LUT[lut_in_idx]; in calculateBitPerTone()