Home
last modified time | relevance | path

Searched refs:mvComfirm (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/
H A Dmhal_pq_adaptive.c1478 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
1485 …Moving < 20) && (IsHorizontalMoving < 200) && (total_feather < 100) && (mvComfirm > 200) && (color… in MDrv_SC_A5_L107()
1673 MS_U32 total_mv, mvComfirm; in MDrv_SC_A5_TotalMvComfirm() local
1683 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_A5_TotalMvComfirm()
1685 mvComfirm = 0; in MDrv_SC_A5_TotalMvComfirm()
1687 if( mvComfirm > 255 ) in MDrv_SC_A5_TotalMvComfirm()
1688 mvComfirm = 255; in MDrv_SC_A5_TotalMvComfirm()
1690 mvComfirm = ((mvComfirm_iir*3 )+ mvComfirm ) >> 2; in MDrv_SC_A5_TotalMvComfirm()
1691 mvComfirm_iir = mvComfirm; in MDrv_SC_A5_TotalMvComfirm()
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/
H A Dmhal_pq_adaptive.c1478 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
1485 …Moving < 20) && (IsHorizontalMoving < 200) && (total_feather < 100) && (mvComfirm > 200) && (color… in MDrv_SC_A5_L107()
1673 MS_U32 total_mv, mvComfirm; in MDrv_SC_A5_TotalMvComfirm() local
1683 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_A5_TotalMvComfirm()
1685 mvComfirm = 0; in MDrv_SC_A5_TotalMvComfirm()
1687 if( mvComfirm > 255 ) in MDrv_SC_A5_TotalMvComfirm()
1688 mvComfirm = 255; in MDrv_SC_A5_TotalMvComfirm()
1690 mvComfirm = ((mvComfirm_iir*3 )+ mvComfirm ) >> 2; in MDrv_SC_A5_TotalMvComfirm()
1691 mvComfirm_iir = mvComfirm; in MDrv_SC_A5_TotalMvComfirm()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/
H A Dmhal_pq_adaptive.c1478 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
1485 …Moving < 20) && (IsHorizontalMoving < 200) && (total_feather < 100) && (mvComfirm > 200) && (color… in MDrv_SC_A5_L107()
1673 MS_U32 total_mv, mvComfirm; in MDrv_SC_A5_TotalMvComfirm() local
1683 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_A5_TotalMvComfirm()
1685 mvComfirm = 0; in MDrv_SC_A5_TotalMvComfirm()
1687 if( mvComfirm > 255 ) in MDrv_SC_A5_TotalMvComfirm()
1688 mvComfirm = 255; in MDrv_SC_A5_TotalMvComfirm()
1690 mvComfirm = ((mvComfirm_iir*3 )+ mvComfirm ) >> 2; in MDrv_SC_A5_TotalMvComfirm()
1691 mvComfirm_iir = mvComfirm; in MDrv_SC_A5_TotalMvComfirm()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/
H A Dmhal_pq_adaptive.c1478 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
1485 …Moving < 20) && (IsHorizontalMoving < 200) && (total_feather < 100) && (mvComfirm > 200) && (color… in MDrv_SC_A5_L107()
1673 MS_U32 total_mv, mvComfirm; in MDrv_SC_A5_TotalMvComfirm() local
1683 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_A5_TotalMvComfirm()
1685 mvComfirm = 0; in MDrv_SC_A5_TotalMvComfirm()
1687 if( mvComfirm > 255 ) in MDrv_SC_A5_TotalMvComfirm()
1688 mvComfirm = 255; in MDrv_SC_A5_TotalMvComfirm()
1690 mvComfirm = ((mvComfirm_iir*3 )+ mvComfirm ) >> 2; in MDrv_SC_A5_TotalMvComfirm()
1691 mvComfirm_iir = mvComfirm; in MDrv_SC_A5_TotalMvComfirm()
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/
H A Dmhal_pq_adaptive.c5047 MS_BOOL MDrv_SC_Agate_L139( const MS_U32 mvComfirm, const MS_U32 colorSum, const MS_U32 uComplex, c… in MDrv_SC_Agate_L139() argument
5061 if( (mvComfirm > 95) && (colorSum < L139_COLORSUM)&&(uComplex > 3456) && meStill && me1IsMv0 ) in MDrv_SC_Agate_L139()
5073 MS_BOOL MDrv_SC_Agate_L107( const MS_U32 mvComfirm, const MS_U32 uComplex, const XC_GMvStates gMv, … in MDrv_SC_Agate_L107() argument
5106 mvComfirmId = ( mvComfirm < 16 ) ? true : false; in MDrv_SC_Agate_L107()
5255 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
5263 && (mvComfirm > 200) && (colorSum > 200) && (u32MotionValue > 0x3500) && (uComplex < 0x700)) in MDrv_SC_A5_L107()
5447 MS_U32 total_mv = 0, mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm() local
5457 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_Agate_TotalMvComfirm()
5459 mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm()
5461 if( mvComfirm > 255 ) in MDrv_SC_Agate_TotalMvComfirm()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/
H A Dmhal_pq_adaptive.c5047 MS_BOOL MDrv_SC_Agate_L139( const MS_U32 mvComfirm, const MS_U32 colorSum, const MS_U32 uComplex, c… in MDrv_SC_Agate_L139() argument
5061 if( (mvComfirm > 95) && (colorSum < L139_COLORSUM)&&(uComplex > 3456) && meStill && me1IsMv0 ) in MDrv_SC_Agate_L139()
5073 MS_BOOL MDrv_SC_Agate_L107( const MS_U32 mvComfirm, const MS_U32 uComplex, const XC_GMvStates gMv, … in MDrv_SC_Agate_L107() argument
5106 mvComfirmId = ( mvComfirm < 16 ) ? true : false; in MDrv_SC_Agate_L107()
5255 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
5263 && (mvComfirm > 200) && (colorSum > 200) && (u32MotionValue > 0x3500) && (uComplex < 0x700)) in MDrv_SC_A5_L107()
5447 MS_U32 total_mv = 0, mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm() local
5457 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_Agate_TotalMvComfirm()
5459 mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm()
5461 if( mvComfirm > 255 ) in MDrv_SC_Agate_TotalMvComfirm()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/
H A Dmhal_pq_adaptive.c5047 MS_BOOL MDrv_SC_Agate_L139( const MS_U32 mvComfirm, const MS_U32 colorSum, const MS_U32 uComplex, c… in MDrv_SC_Agate_L139() argument
5061 if( (mvComfirm > 95) && (colorSum < L139_COLORSUM)&&(uComplex > 3456) && meStill && me1IsMv0 ) in MDrv_SC_Agate_L139()
5073 MS_BOOL MDrv_SC_Agate_L107( const MS_U32 mvComfirm, const MS_U32 uComplex, const XC_GMvStates gMv, … in MDrv_SC_Agate_L107() argument
5106 mvComfirmId = ( mvComfirm < 16 ) ? true : false; in MDrv_SC_Agate_L107()
5255 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
5263 && (mvComfirm > 200) && (colorSum > 200) && (u32MotionValue > 0x3500) && (uComplex < 0x700)) in MDrv_SC_A5_L107()
5447 MS_U32 total_mv = 0, mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm() local
5457 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_Agate_TotalMvComfirm()
5459 mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm()
5461 if( mvComfirm > 255 ) in MDrv_SC_Agate_TotalMvComfirm()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/
H A Dmhal_pq_adaptive.c5047 MS_BOOL MDrv_SC_Agate_L139( const MS_U32 mvComfirm, const MS_U32 colorSum, const MS_U32 uComplex, c… in MDrv_SC_Agate_L139() argument
5061 if( (mvComfirm > 95) && (colorSum < L139_COLORSUM)&&(uComplex > 3456) && meStill && me1IsMv0 ) in MDrv_SC_Agate_L139()
5073 MS_BOOL MDrv_SC_Agate_L107( const MS_U32 mvComfirm, const MS_U32 uComplex, const XC_GMvStates gMv, … in MDrv_SC_Agate_L107() argument
5106 mvComfirmId = ( mvComfirm < 16 ) ? true : false; in MDrv_SC_Agate_L107()
5255 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
5263 && (mvComfirm > 200) && (colorSum > 200) && (u32MotionValue > 0x3500) && (uComplex < 0x700)) in MDrv_SC_A5_L107()
5447 MS_U32 total_mv = 0, mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm() local
5457 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_Agate_TotalMvComfirm()
5459 mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm()
5461 if( mvComfirm > 255 ) in MDrv_SC_Agate_TotalMvComfirm()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c5035 MS_BOOL MDrv_SC_Agate_L139(void *pInstance, const MS_U32 mvComfirm, const MS_U32 colorSum, const MS… in MDrv_SC_Agate_L139() argument
5049 if( (mvComfirm > 95) && (colorSum < L139_COLORSUM)&&(uComplex > 3456) && meStill && me1IsMv0 ) in MDrv_SC_Agate_L139()
5061 MS_BOOL MDrv_SC_Agate_L107(void *pInstance, const MS_U32 mvComfirm, const MS_U32 uComplex, const XC… in MDrv_SC_Agate_L107() argument
5094 mvComfirmId = ( mvComfirm < 16 ) ? true : false; in MDrv_SC_Agate_L107()
5243 …nst MS_U32 IsHorizontalMoving, const MS_U32 total_feather, const MS_U32 mvComfirm, const MS_U32 co… in MDrv_SC_A5_L107() argument
5251 && (mvComfirm > 200) && (colorSum > 200) && (u32MotionValue > 0x3500) && (uComplex < 0x700)) in MDrv_SC_A5_L107()
5435 MS_U32 total_mv = 0, mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm() local
5445 mvComfirm = total_mv - notFound*TOTAL_MV_TIME; in MDrv_SC_Agate_TotalMvComfirm()
5447 mvComfirm = 0; in MDrv_SC_Agate_TotalMvComfirm()
5449 if( mvComfirm > 255 ) in MDrv_SC_Agate_TotalMvComfirm()
[all …]