Searched refs:y_squared (Results 1 – 1 of 1) sorted by relevance
2612 unsigned int x_squared, y_squared; in motion_below_threshold() local2622 y_squared = (y * y); in motion_below_threshold()2624 return (x_squared + y_squared) < threshold; in motion_below_threshold()