Searched refs:Rx_Smooth_Factor (Results 1 – 4 of 4) sorted by relevance
328 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()329 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()333 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()334 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()351 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()352 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()356 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()357 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
306 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()307 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()311 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()312 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()327 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()328 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()332 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()333 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
35 #define Rx_Smooth_Factor (20) macro
33 #define Rx_Smooth_Factor (20) macro
Completed in 8 milliseconds