Searched refs:noiseL1Cnt (Results 1 – 5 of 5) sorted by relevance
3205 static MS_U8 noiseL1Cnt = 0, noiseL2Cnt = 0; in MDrv_Adaptive_Coring() local3212 noiseL1Cnt = noiseL2Cnt = 0; in MDrv_Adaptive_Coring()3219 noiseL1Cnt = noiseL2Cnt = 0; in MDrv_Adaptive_Coring()3225 if( noiseL1Cnt < 16 ) in MDrv_Adaptive_Coring()3226 ++noiseL1Cnt; in MDrv_Adaptive_Coring()3228 else if( noiseL1Cnt > 0 ) in MDrv_Adaptive_Coring()3229 --noiseL1Cnt; in MDrv_Adaptive_Coring()3242 … postCoringTh1 = ( postCoringTh1 * noiseL1Cnt + qMapPostCoringTh1 * (16 - noiseL1Cnt) + 8 ) >> 4; in MDrv_Adaptive_Coring()3243 … postCoringTh2 = ( postCoringTh2 * noiseL1Cnt + qMapPostCoringTh2 * (16 - noiseL1Cnt) + 8 ) >> 4; in MDrv_Adaptive_Coring()
3204 static MS_U8 noiseL1Cnt = 0, noiseL2Cnt = 0; in MDrv_Adaptive_Coring() local3211 noiseL1Cnt = noiseL2Cnt = 0; in MDrv_Adaptive_Coring()3218 noiseL1Cnt = noiseL2Cnt = 0; in MDrv_Adaptive_Coring()3224 if( noiseL1Cnt < 16 ) in MDrv_Adaptive_Coring()3225 ++noiseL1Cnt; in MDrv_Adaptive_Coring()3227 else if( noiseL1Cnt > 0 ) in MDrv_Adaptive_Coring()3228 --noiseL1Cnt; in MDrv_Adaptive_Coring()3241 postCoringTh1 = ( postCoringTh1 * noiseL1Cnt + qMapPostCoringTh1 * (16 - noiseL1Cnt) + 8 ) >> 4; in MDrv_Adaptive_Coring()3242 postCoringTh2 = ( postCoringTh2 * noiseL1Cnt + qMapPostCoringTh2 * (16 - noiseL1Cnt) + 8 ) >> 4; in MDrv_Adaptive_Coring()