Home | History | Annotate | Download | only in src

Lines Matching full:ipp_val2

176     float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0;
358 CV_CALL( ipp_val2 = (float*)cvAlloc( max_count*sizeof(ipp_val2[0]) ));
371 ipp_val2[j] = classifier->alpha[1];
384 ipp_val1, ipp_val2, ipp_counts, stage_classifier->count ) < 0 )
410 cvFree( &ipp_val2 );