y_step            443 modules/motion_detector.c static int y_start, y_end, y_step;
y_step            468 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_step            484 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_step            507 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_step            530 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_step            555 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_step            582 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_step            659 modules/motion_detector.c     y_step = motion_detector.pixels_step * vp_bw;
y_step            663 modules/motion_detector.c     y_step = motion_detector.pixels_step * vp_bw * vid_get_viewport_yscale();
y_step            413 modules/rawhookops.c     unsigned y_step=luaL_checknumber(L,6);
y_step            421 modules/rawhookops.c     unsigned y_max = y1 + y_step * y_count;
y_step            436 modules/rawhookops.c     for(y = y1; y < y_max; y += y_step) {