Lines Matching refs:accel
42 struct normalized_coords accel;
59 accel = filter_dispatch(filter, &motion, NULL, time);
61 printf("%.2f %.3f\n", i, accel.x);
72 struct normalized_coords accel;
103 accel = filter_dispatch(filter, &motion, NULL, time);
105 printf("%d %.3f %.3f\n", i, accel.x, dx);
118 struct normalized_coords accel;
138 accel = filter_dispatch(filter, &motion, NULL, time);
140 printf("%d %.3f %.3f\n", i, accel.x, *dx);
160 printf("# set ylabel \"raw accel factor\"\n");
162 printf("# plot \"gnuplot.data\" using 1:2 title 'accel factor'\n");
179 "--mode=<accel|motion|delta|sequence> \n"
180 " accel ... print accel factor (default)\n"
186 "--speed=<double> ... accel speed [-1, 1], default 0\n"
282 if (streq(optarg, "accel"))