Home | History | Annotate | Download | only in src

Lines Matching refs:end_y

1168             int end_y = cvRound((img->rows - win_size.height) / ystep);
1206 end_y = cvRound((scan_roi_rect.y + scan_roi_rect.height - win_size.height) / ystep);
1219 for( int _iy = start_y; _iy < end_y; _iy++ )