Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java87 private static final int TWO_IN_DB = 3; field in ThroughputPredictor
88 private static final int SNR_DB_TO_BIT_PER_TONE_HIGH_SNR_SCALE = BIT_PER_TONE_SCALE / TWO_IN_DB;
331 int noiseFloorDbBoost = TWO_IN_DB * channelWidthFactor; in predictThroughputInternal()