Home
last modified time | relevance | path

Searched refs:_ix (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
DmycvHaarDetectObjects.cpp1223 int _ix, _xstep = 1; in mycvHaarDetectObjects() local
1226 for( _ix = start_x; _ix < end_x; _ix += _xstep ) in mycvHaarDetectObjects()
1228 int ix = cvRound(_ix*ystep); // it really should be ystep in mycvHaarDetectObjects()
Dcvhaar.cpp1191 int _ix, _xstep = 1; in cvHaarDetectObjects() local
1194 for( _ix = start_x; _ix < end_x; _ix += _xstep ) in cvHaarDetectObjects()
1196 int ix = cvRound(_ix*ystep); // it really should be ystep in cvHaarDetectObjects()