Searched refs:SPEED_SCALE_FACTOR (Results 1 – 3 of 3) sorted by relevance
165 #define SPEED_SCALE_FACTOR (VIDEO_FPS * 4) macro176 *x = r_x + (0.5 + 0.5 * sin (2 * G_PI * n / SPEED_SCALE_FACTOR)) in calculate_position()178 *y = r_y + (0.5 + 0.5 * sin (2 * G_PI * sqrt (2) * n / SPEED_SCALE_FACTOR)) in calculate_position()
161 #define SPEED_SCALE_FACTOR (VIDEO_FPS * 4) macro172 *x = r_x + (0.5 + 0.5 * sin (2 * G_PI * n / SPEED_SCALE_FACTOR)) in calculate_position()174 *y = r_y + (0.5 + 0.5 * sin (2 * G_PI * sqrt (2) * n / SPEED_SCALE_FACTOR)) in calculate_position()
207 #define SPEED_SCALE_FACTOR (VIDEO_FPS * 4) macro218 *x = r_x + (0.5 + 0.5 * sin (2 * G_PI * n / SPEED_SCALE_FACTOR)) in calculate_position()220 *y = r_y + (0.5 + 0.5 * sin (2 * G_PI * sqrt (2) * n / SPEED_SCALE_FACTOR)) in calculate_position()