Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/
H A Dmhal_pq_adaptive.c3205 static MS_U8 noiseL1Cnt = 0, noiseL2Cnt = 0; in MDrv_Adaptive_Coring() local
3212 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()
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/
H A Dmhal_pq_adaptive.c3205 static MS_U8 noiseL1Cnt = 0, noiseL2Cnt = 0; in MDrv_Adaptive_Coring() local
3212 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()
/utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/
H A Dmhal_pq_adaptive.c3205 static MS_U8 noiseL1Cnt = 0, noiseL2Cnt = 0; in MDrv_Adaptive_Coring() local
3212 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()
/utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/
H A Dmhal_pq_adaptive.c3205 static MS_U8 noiseL1Cnt = 0, noiseL2Cnt = 0; in MDrv_Adaptive_Coring() local
3212 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()
/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c3204 static MS_U8 noiseL1Cnt = 0, noiseL2Cnt = 0; in MDrv_Adaptive_Coring() local
3211 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()