Home | History | Annotate | Download | only in src

Lines Matching refs:ipp_val1

158     float *ipp_weights = 0, *ipp_thresholds = 0, *ipp_val1 = 0, *ipp_val2 = 0;
339 CV_CALL( ipp_val1 = (float*)cvAlloc( max_count*sizeof(ipp_val1[0]) ));
352 ipp_val1[j] = classifier->alpha[0];
366 ipp_val1, ipp_val2, ipp_counts, stage_classifier->count ) < 0 )
391 cvFree( &ipp_val1 );