Lines Matching full:ystep
1315 int x, y, ystep = factor > 2 ? 1 : 2;
1326 int positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep);
1328 if( ystep == 1 )
1336 if( y % ystep == 0 )
1337 for( x = 0; x < ssz.width; x += ystep )
1357 for( y = y1; y < y2; y += ystep )
1360 for( x = 0; x < ssz.width; x += ystep )
1376 for( y = y1; y < y2; y += ystep )
1377 for( x = 0; x < ssz.width; x += ystep )
1431 ystep = _ystep;
1448 int ix, y = cvRound(iy*ystep), ixstep = 1;
1451 int x = cvRound(ix*ystep); // it should really be ystep, not ixstep
1478 double ystep;
1607 int ystep = factor > 2 ? 1 : 2;
1609 int stripCount = ((sz1.width/ystep)*(sz1.height + ystep-1)/ystep + LOCS_PER_THREAD/2)/LOCS_PER_THREAD;
1625 (((sz1.height + stripCount - 1)/stripCount + ystep-1)/ystep)*ystep,
1660 const double ystep = std::max( 2., factor );
1667 int endX = cvRound((img->cols - winSize.width) / ystep);
1668 int endY = cvRound((img->rows - winSize.height) / ystep);
1712 startY = cvRound(scanROI.y / ystep);
1713 endY = cvRound((scanROI.y + scanROI.height - winSize.height) / ystep);
1715 startX = cvRound(scanROI.x / ystep);
1716 endX = cvRound((scanROI.x + scanROI.width - winSize.width) / ystep);
1721 ystep, sum->step, (const int**)p,