Searched refs:ipp_features (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvhaar.cpp175 CvRect* ipp_features = 0; local
354 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) ));
376 ipp_features[k] = classifier->haar_feature->rect[l].r;
377 //ipp_features[k].y = orig_window_size.height - ipp_features[k].y - ipp_features[k].height;
383 ipp_features, ipp_weights, ipp_thresholds,
406 cvFree( &ipp_features );
H A DmycvHaarDetectObjects.cpp157 CvRect* ipp_features = 0; local
336 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) ));
358 ipp_features[k] = classifier->haar_feature->rect[l].r;
359 //ipp_features[k].y = orig_window_size.height - ipp_features[k].y - ipp_features[k].height;
365 ipp_features, ipp_weights, ipp_thresholds,
388 cvFree( &ipp_features );

Completed in 92 milliseconds