Home | History | Annotate | Download | only in src

Lines Matching refs:ipp_val1

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