Home
last modified time | relevance | path

Searched refs:lut_in_idx (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java448 int lut_in_idx = Math.max(snrDb, SNR_DB_TO_BIT_PER_TONE_LUT_MIN) in calculateBitPerTone() local
450 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()