mStep             495 modules/ml/src/em.cpp             mStep();
mStep             516 modules/ml/src/em.cpp             mStep();
mStep             261 modules/video/src/opencl/optical_flow_farneback.cl                              __global float * M, int mStep)
mStep             342 modules/video/src/opencl/optical_flow_farneback.cl         M[mad24(y, mStep, x)] = r4*r4 + r6*r6;
mStep             343 modules/video/src/opencl/optical_flow_farneback.cl         M[mad24(rows + y, mStep, x)] = (r4 + r5)*r6;
mStep             344 modules/video/src/opencl/optical_flow_farneback.cl         M[mad24(2*rows + y, mStep, x)] = r5*r5 + r6*r6;
mStep             345 modules/video/src/opencl/optical_flow_farneback.cl         M[mad24(3*rows + y, mStep, x)] = r4*r2 + r6*r3;
mStep             346 modules/video/src/opencl/optical_flow_farneback.cl         M[mad24(4*rows + y, mStep, x)] = r6*r2 + r5*r3;
mStep             408 modules/video/src/opencl/optical_flow_farneback.cl __kernel void updateFlow(__global const float * M, int mStep,
mStep             418 modules/video/src/opencl/optical_flow_farneback.cl         float g11 = M[mad24(y, mStep, x)];
mStep             419 modules/video/src/opencl/optical_flow_farneback.cl         float g12 = M[mad24(rows + y, mStep, x)];
mStep             420 modules/video/src/opencl/optical_flow_farneback.cl         float g22 = M[mad24(2*rows + y, mStep, x)];
mStep             421 modules/video/src/opencl/optical_flow_farneback.cl         float h1 =  M[mad24(3*rows + y, mStep, x)];
mStep             422 modules/video/src/opencl/optical_flow_farneback.cl         float h2 =  M[mad24(4*rows + y, mStep, x)];
mStep             107 samples/cpp/autofocus.cpp         int mStep = (lStep + rStep) / 2;
mStep             109 samples/cpp/autofocus.cpp         if (cap.set(CAP_PROP_ZOOM, -direction * mStep))
mStep             111 samples/cpp/autofocus.cpp             rStep = mStep;
mStep             115 samples/cpp/autofocus.cpp             lStep = mStep + 1;