Home
last modified time | relevance | path

Searched refs:g_u8MotionStableCnt (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace.c239 #define g_u8MotionStableCnt psACEResPri->stapiACE.g_u8MotionStableCnt macro
2683 MS_U8 g_u8MotionStableCnt;
2935 if(g_u8MotionStableCnt != 0xFF) in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
2936 g_u8MotionStableCnt++; in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
2940 g_u8MotionStableCnt = 0; in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
2942 u8Weight = (g_u8MotionStableCnt > DYNAMICNR_DEFLICK_STABLE_CNT) ? in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
2947 g_u8MotionStableCnt = 0; in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
2957 if(g_u8MotionStableCnt != 0xFF) in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
2958 g_u8MotionStableCnt++; in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
2962 g_u8MotionStableCnt = 0; in MApi_XC_ACE_DNR_GetMotion_Weight_U2()
[all …]
H A DACE_private.h101 MS_U8 g_u8MotionStableCnt; member
H A DapiXC_Ace_EX.c1387 MS_U8 g_u8MotionStableCnt[XC_ACE_EX_MAX_DEVICE_NUM];