Searched refs:jumpCountSign (Results 1 – 1 of 1) sorted by relevance
97 int jumpCountSign = (_jumpCount >= 0) ? 1 : -1; in JumpDetection() local98 if (diffSign != jumpCountSign) { in JumpDetection()