Home
last modified time | relevance | path

Searched refs:stepY (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/video/perf/
Dperf_optflowpyrlk.cpp15 int stepY = height / nPointsY; in FormTrackingPointsArray() local
16 if (stepX < 1 || stepY < 1) FAIL() << "Specified points number is too big"; in FormTrackingPointsArray()
23 for( int y = stepY / 2; y < height; y += stepY ) in FormTrackingPointsArray()
/external/skia/tests/
DRoundRectTest.cpp365 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument
371 stepY ? SkIntToScalar(stepY) : SK_Scalar1); in test_direction()
377 y += stepY; in test_direction()
/external/opencv3/modules/imgproc/src/opencl/
DboxFilter.cl199 for (int i = 0, stepY = min(rows - y, BLOCK_SIZE_Y); i < stepY; ++i)
/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp2350 int stepY = scc.OutputGranularityY;
2356 if(stepX < 1 || stepY < 1) continue;
2377 for(int y = scc.MinOutputSize.cy; y <= scc.MaxOutputSize.cy; y+= stepY){