Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java91 private static final int[] SNR_DB_TO_BIT_PER_TONE_LUT = {0, 171, 212, 262, 323, 396, 484, 586, field in ThroughputPredictor
370 lut_in_idx = Math.min(lut_in_idx, SNR_DB_TO_BIT_PER_TONE_LUT.length - 1); in calculateBitPerTone()
371 bitPerTone = SNR_DB_TO_BIT_PER_TONE_LUT[lut_in_idx]; in calculateBitPerTone()