Home | History | Annotate | Download | only in src

Lines Matching full:ipp_val2

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