Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java89 private static final int SNR_DB_TO_BIT_PER_TONE_LUT_MIN = -10; // minimum snrDb supported by LUT field in ThroughputPredictor
368 int lut_in_idx = Math.max(snrDb, SNR_DB_TO_BIT_PER_TONE_LUT_MIN) in calculateBitPerTone()
369 - SNR_DB_TO_BIT_PER_TONE_LUT_MIN; in calculateBitPerTone()