Searched refs:motionValuePrv (Results 1 – 5 of 5) sorted by relevance
4406 static MS_U16 motionValuePrv; in MDrv_SC_NR_CheckMotionBigChange() local4413 if ( motionValue != motionValuePrv ) in MDrv_SC_NR_CheckMotionBigChange()4416 …onValue & 0x7fff ) > 0x80 && ( ( motionValue & 0x7fff ) /8 > ( motionValuePrv & 0x7fff ) ) ?… in MDrv_SC_NR_CheckMotionBigChange()4417 …( motionValuePrv & 0x7fff ) > 0x80 && ( ( motionValuePrv & 0x7fff ) /8 > ( motionValue & 0x7fff ) … in MDrv_SC_NR_CheckMotionBigChange()4421 …nValue & 0x7fff ) > 0x800 && ( ( motionValue & 0x7fff ) /8 > ( motionValuePrv & 0x7fff ) ) ?… in MDrv_SC_NR_CheckMotionBigChange()4422 …( motionValuePrv & 0x7fff ) > 0x800 && ( ( motionValuePrv & 0x7fff ) /8 > ( motionValue & 0x7fff )… in MDrv_SC_NR_CheckMotionBigChange()4425 …nValue & 0x7fff ) > 0x200 && ( ( motionValue & 0x7fff ) /8 > ( motionValuePrv & 0x7fff ) ) ?… in MDrv_SC_NR_CheckMotionBigChange()4426 …( motionValuePrv & 0x7fff ) > 0x200 && ( ( motionValuePrv & 0x7fff ) /8 > ( motionValue & 0x7fff )… in MDrv_SC_NR_CheckMotionBigChange()4429 motionValuePrv = motionValue; in MDrv_SC_NR_CheckMotionBigChange()
4398 static MS_U16 motionValuePrv; in MDrv_SC_NR_CheckMotionBigChange() local4405 if ( motionValue != motionValuePrv ) in MDrv_SC_NR_CheckMotionBigChange()4408 …( motionValue & 0x7fff ) > 0x80 && ( ( motionValue & 0x7fff ) /8 > ( motionValuePrv & 0x7fff… in MDrv_SC_NR_CheckMotionBigChange()4409 …( motionValuePrv & 0x7fff ) > 0x80 && ( ( motionValuePrv & 0x7fff ) /8 > ( motionValue & 0x7fff ) … in MDrv_SC_NR_CheckMotionBigChange()4413 …( motionValue & 0x7fff ) > 0x800 && ( ( motionValue & 0x7fff ) /8 > ( motionValuePrv & 0x7ff… in MDrv_SC_NR_CheckMotionBigChange()4414 …( motionValuePrv & 0x7fff ) > 0x800 && ( ( motionValuePrv & 0x7fff ) /8 > ( motionValue & 0x7fff )… in MDrv_SC_NR_CheckMotionBigChange()4417 …( motionValue & 0x7fff ) > 0x200 && ( ( motionValue & 0x7fff ) /8 > ( motionValuePrv & 0x7ff… in MDrv_SC_NR_CheckMotionBigChange()4418 …( motionValuePrv & 0x7fff ) > 0x200 && ( ( motionValuePrv & 0x7fff ) /8 > ( motionValue & 0x7fff )… in MDrv_SC_NR_CheckMotionBigChange()4421 motionValuePrv = motionValue; in MDrv_SC_NR_CheckMotionBigChange()