Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java95 private static final int[] SNR_DB_TO_BIT_PER_TONE_LUT = {0, 171, 212, 262, 323, 396, 484, 586, field in ThroughputPredictor
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()