Lines Matching refs:mvComfirm
5047 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()
5462 mvComfirm = 255; in MDrv_SC_Agate_TotalMvComfirm()
5464 mvComfirm = ((mvComfirm_iir*3 )+ mvComfirm ) >> 2; in MDrv_SC_Agate_TotalMvComfirm()
5465 mvComfirm_iir = mvComfirm; in MDrv_SC_Agate_TotalMvComfirm()