Searched refs:Weighting (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A Dodm_HWConfig.c287 u32 Weighting = 0; local
380 Weighting = ((OFDM_pkt<<4) > 64)?64:(OFDM_pkt<<4);
381 UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6;
/drivers/staging/rtl8188eu/hal/
H A Dodm_HWConfig.c287 u32 Weighting = 0; local
397 Weighting = ((OFDM_pkt<<4) > 64) ? 64 : (OFDM_pkt<<4);
398 UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6;

Completed in 209 milliseconds