y_end             908 modules/dng.c      int y_end = camera_sensor.active_area.y1 + camera_sensor.jpeg.y + DNG_TH_HEIGHT*y_inc;
y_end             922 modules/dng.c      for (y_off=camera_sensor.active_area.y1 + camera_sensor.jpeg.y; y_off<y_end; y_off += y_inc)
y_end             443 modules/motion_detector.c static int y_start, y_end, y_step;
y_end             468 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_end             484 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_end             507 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_end             530 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_end             555 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_end             582 modules/motion_detector.c     for (y=y_start; y<y_end; y+=y_step)
y_end             672 modules/motion_detector.c         y_end = y_start + ((vp_h / motion_detector.rows) * vp_bw);
y_end             808 modules/motion_detector.c     int y_start, y_end = yoffset;
y_end             814 modules/motion_detector.c         y_start = y_end;    // reuse last end value as new start value
y_end             815 modules/motion_detector.c         y_end = yoffset + ((row + 1) * y_size) / motion_detector.rows;
y_end             855 modules/motion_detector.c                     draw_rectangle(x_start+2, y_start+2, x_end-2, y_end-2, c, RECT_BORDER1);