Searched refs:_ix (Results 1 – 2 of 2) sorted by relevance
1223 int _ix, _xstep = 1; in mycvHaarDetectObjects() local1226 for( _ix = start_x; _ix < end_x; _ix += _xstep ) in mycvHaarDetectObjects()1228 int ix = cvRound(_ix*ystep); // it really should be ystep in mycvHaarDetectObjects()
1191 int _ix, _xstep = 1; in cvHaarDetectObjects() local1194 for( _ix = start_x; _ix < end_x; _ix += _xstep ) in cvHaarDetectObjects()1196 int ix = cvRound(_ix*ystep); // it really should be ystep in cvHaarDetectObjects()