Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputPredictor.java341 int bitPerTone = calculateBitPerTone(snrDb); in predictThroughputInternal() local
342 bitPerTone = Math.min(bitPerTone, maxBitsPerTone); in predictThroughputInternal()
344 long bitPerToneTotal = bitPerTone * maxNumSpatialStream; in predictThroughputInternal()
364 .append(" bitPerTone: ").append(bitPerTone) in predictThroughputInternal()
375 int bitPerTone; in calculateBitPerTone() local
380 bitPerTone = SNR_DB_TO_BIT_PER_TONE_LUT[lut_in_idx]; in calculateBitPerTone()
385 bitPerTone = snrDb * SNR_DB_TO_BIT_PER_TONE_HIGH_SNR_SCALE; in calculateBitPerTone()
387 return bitPerTone; in calculateBitPerTone()