Lines Matching full:ystep
453 s.ystep = sc >= 2 ? 1 : 2;
1033 int yStep = s.ystep;
1041 for( int y = y0; y < y1; y += yStep )
1043 for( int x = 0; x < szw.width; x += yStep )
1070 x += yStep;
1350 stripeSizes[i] = std::max((szw.height/s[i].ystep + nstripes-1)/nstripes, 1)*s[i].ystep;
1391 innerloops(sz.height,sz.width,arr,arrSq,sd.ystep,outData);
1393 for (int y=0; y < sz.height; y += sd.ystep) {
1394 for (int x = 0; x< sz.width; x += sd.ystep) {