Lines Matching defs:temp_storage
1317 const CvMat* responses, CvMemStorage* temp_storage, double* alpha )
1338 responses->data.i, 0, 0, temp_storage, alpha, df->rho ))
1385 CV_CALL( sv_tab = (int*)cvMemStorageAlloc( temp_storage, sample_count*sizeof(sv_tab[0]) ));
1387 CV_CALL( class_ranges = (int*)cvMemStorageAlloc( temp_storage,
1389 CV_CALL( temp_samples = (const float**)cvMemStorageAlloc( temp_storage,
1391 CV_CALL( temp_y = (schar*)cvMemStorageAlloc( temp_storage, sample_count));
1447 Cp, Cn, temp_storage, alpha, df->rho ))
1455 CV_CALL( df->alpha = (double*)cvMemStorageAlloc( temp_storage,
1457 CV_CALL( df->sv_index = (int*)cvMemStorageAlloc( temp_storage,
1530 CvMemStorage* temp_storage = 0;
1565 CV_CALL( temp_storage = cvCreateChildMemStorage(storage));
1566 CV_CALL( alpha = (double*)cvMemStorageAlloc(temp_storage, sample_count*sizeof(double)));
1571 if( !do_train( svm_type, sample_count, var_count, samples, responses, temp_storage, alpha ))
1580 cvReleaseMemStorage( &temp_storage );
1598 CvMemStorage* temp_storage = 0;
1717 CV_CALL(temp_storage = cvCreateChildMemStorage(storage));
1718 CV_CALL(alpha = (double*)cvMemStorageAlloc(temp_storage, sample_count*sizeof(double)));
1806 (const float**)samples_local, responses_local, temp_storage, alpha ) )
1859 CV_CALL(ok = do_train( svm_type, sample_count, var_count, samples, responses, temp_storage, alpha ));
1865 cvReleaseMemStorage( &temp_storage );