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

/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp1204 int img_step = 0, old_step = 0; local
1222 if( i > 0 && img_step != old_step )
1225 old_step = img_step;
1346 int obj_step = 0, old_step = 0; local
1367 if( i > 0 && obj_step != old_step )
1370 old_step = obj_step;
1406 int obj_step = 0, old_step = 0; local
1424 if( i > 0 && obj_step != old_step )
1427 old_step = obj_step;
1635 int eig_step = 0, old_step local
1752 int eig_step = 0, old_step = 0; local
[all...]

Completed in 52 milliseconds