Searched refs:PTSmoothFactor (Results 1 – 2 of 2) sorted by relevance
450 …pRaInfo->PTSmoothFactor = (pRaInfo->PTSmoothFactor >> 1) + (pRaInfo->PTSmoothFactor >> 2) + stage_… in odm_PTDecision_8188E()451 if (pRaInfo->PTSmoothFactor > 192) in odm_PTDecision_8188E()452 pRaInfo->PTSmoothFactor = 192; in odm_PTDecision_8188E()453 stage_id = pRaInfo->PTSmoothFactor >> 6; in odm_PTDecision_8188E()518 pRaInfo->PTSmoothFactor = 192; in ODM_RAInfo_Init()
163 u8 PTSmoothFactor; member