x_start           442 modules/motion_detector.c static int x_start, x_end, x_step;
x_start           470 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_start           486 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_start           509 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_start           532 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_start           557 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_start           584 modules/motion_detector.c         for (x=x_start; x<x_end; x+=x_step)
x_start           697 modules/motion_detector.c                 x_start = ((col * vp_w) / motion_detector.columns) * 2;
x_start           698 modules/motion_detector.c                 x_end = x_start + ((vp_w / motion_detector.columns) * 2);
x_start           700 modules/motion_detector.c                 x_start = ((col * vp_w) / motion_detector.columns) * 3;
x_start           701 modules/motion_detector.c                 x_end = x_start + ((vp_w / motion_detector.columns) * 3);
x_start           809 modules/motion_detector.c     int x_start, x_end;
x_start           822 modules/motion_detector.c             x_start = x_end;    // reuse last end value as new start value
x_start           850 modules/motion_detector.c                     draw_string(x_start+4, y_start+2, mdbuff, c);
x_start           855 modules/motion_detector.c                     draw_rectangle(x_start+2, y_start+2, x_end-2, y_end-2, c, RECT_BORDER1);