Home | History | Annotate | Download | only in src

Lines Matching defs:objs

1344             uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects );
1372 objs[i] = obj_data;
1393 CV_CALL( icvCalcEigenObjects_8u32fR( nObjects, (void*) objs, obj_step,
1397 cvFree( &objs );
1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects );
1429 objs[i] = obj_data;
1432 (void*) objs,
1444 cvFree( &objs );