Searched refs:GESTURE_SIZE_NUM (Results 1 – 1 of 1) sorted by relevance
326 #define GESTURE_SIZE_NUM 32 macro345 unsigned int coor[GESTURE_SIZE_NUM/2];2836 gesture_standard[GESTURE_SIZE_NUM - 1].all = in GestureStandard()2838 for(i=1,n=0;i<GESTURE_SIZE_NUM-1;i++) in GestureStandard()2844 if(len_his*(GESTURE_SIZE_NUM-1) >= len_total*i) in GestureStandard()2852 * ((int)len_total*i/(GESTURE_SIZE_NUM-1) - (int)len_his + (int)len_now) in GestureStandard()2860 * ((int)len_total*i/(GESTURE_SIZE_NUM-1) - (int)len_his + (int)len_now) in GestureStandard()2891 for(i=0;i<GESTURE_SIZE_NUM;i++) in GestureModel()2893 if(i+offset[k] < 0 || i+offset[k] >= GESTURE_SIZE_NUM) in GestureModel()