Lines Matching refs:sd
1378 const FeatureEvaluator::ScaleData& sd = s[scaleIdx];
1379 const float scalingFactor = sd.scale;
1380 const Size sz = sd.getWorkingSize(origWinSize);
1383 const int layerOfs = sd.layer_ofs;
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) {