Lines Matching refs:y1
1309 int y1 = range.start*stripSize, y2 = std::min(range.end*stripSize, sum1.rows - 1 - winSize0.height);
1311 if (y2 <= y1 || sum1.cols <= 1 + winSize0.width)
1314 Size ssz(sum1.cols - 1 - winSize0.width, y2 - y1);
1321 ippiRectStdDev_32f_C1R(sum1.ptr<float>(y1), (int)sum1.step,
1322 sqsum1.ptr<double>(y1), (int)sqsum1.step,
1323 norm1->ptr<float>(y1), (int)norm1->step,
1331 for( y = y1; y < y2; y++ )
1344 sum1.ptr<float>(y1), (int)sum1.step,
1345 norm1->ptr<float>(y1), (int)norm1->step,
1346 mask1->ptr<uchar>(y1), (int)mask1->step,
1357 for( y = y1; y < y2; y += ystep )
1376 for( y = y1; y < y2; y += ystep )