Searched defs:stepLoop (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtexture.cpp102 int stepLoop; local
128 for( stepLoop = 0; stepLoop < numStepDirections; stepLoop++ )
130 stepDirections[stepLoop*2 + 0] *= stepMagnitude;
131 stepDirections[stepLoop*2 + 1] *= stepMagnitude;
133 memorySteps[stepLoop] = stepDirections[stepLoop*2 + 0]*srcImageStep +
134 stepDirections[stepLoop*2 + 1];
281 int stepLoop, sideLoop local
[all...]

Completed in 75 milliseconds