Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java412 int bitPerTone = calculateBitPerTone(snrDb); in predictThroughputInternal() local
413 bitPerTone = Math.min(bitPerTone, maxBitsPerTone); in predictThroughputInternal()
415 long bitPerToneTotal = bitPerTone * maxNumSpatialStream; in predictThroughputInternal()
435 .append(" bitPerTone: ").append(bitPerTone) in predictThroughputInternal()
446 int bitPerTone; in calculateBitPerTone() local
451 bitPerTone = SNR_DB_TO_BIT_PER_TONE_LUT[lut_in_idx]; in calculateBitPerTone()
456 bitPerTone = snrDb * SNR_DB_TO_BIT_PER_TONE_HIGH_SNR_SCALE; in calculateBitPerTone()
458 return bitPerTone; in calculateBitPerTone()