Searched refs:ipp_thresholds (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvhaar.cpp176 float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0; local
356 CV_CALL( ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) ));
369 ipp_thresholds[j] = classifier->threshold[0];
383 ipp_features, ipp_weights, ipp_thresholds,
408 cvFree( &ipp_thresholds );
H A DmycvHaarDetectObjects.cpp158 float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0; local
338 CV_CALL( ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) ));
351 ipp_thresholds[j] = classifier->threshold[0];
365 ipp_features, ipp_weights, ipp_thresholds,
390 cvFree( &ipp_thresholds );
/external/opencv3/modules/objdetect/src/
H A Dhaar.cpp182 float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0; local
354 ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) );
367 ipp_thresholds[j] = classifier->threshold[0];
381 (const IppiRect*)ipp_features, ipp_weights, ipp_thresholds,
401 cvFree( &ipp_thresholds );

Completed in 189 milliseconds