Lines Matching full:obj_step
1346 int obj_step = 0, old_step = 0;
1360 cvGetImageRawData( img, &obj_data, &obj_step, &obj_size );
1367 if( i > 0 && obj_step != old_step )
1370 old_step = obj_step;
1393 CV_CALL( icvCalcEigenObjects_8u32fR( nObjects, (void*) objs, obj_step,
1406 int obj_step = 0, old_step = 0;
1417 cvGetImageRawData( img, &obj_data, &obj_step, &obj_size );
1424 if( i > 0 && obj_step != old_step )
1427 old_step = obj_step;
1433 obj_step,
1540 int obj_step = 0, eig_step = 0, avg_step = 0;
1547 cvGetImageRawData( obj, &obj_data, &obj_step, &obj_size );
1568 coeff = icvCalcDecompCoeff_8u32fR( obj_data, obj_step,
1608 int avg_step = 0, obj_step = 0;
1622 cvGetImageRawData( obj, &obj_data, &obj_step, &obj_size );
1662 obj_step,
1679 obj_step,