Home | History | Annotate | Download | only in src

Lines Matching refs:sum_response

799     orig_response = sum_response = weak_eval = subsample_mask =
840 cvReleaseMat( &sum_response );
862 orig_response = sum_response = weak_eval = subsample_mask = weights = 0;
990 cvReleaseMat( &sum_response );
1029 CV_CALL( sum_response = cvCreateMat( 1, count, CV_64F ));
1033 sum_response->data.db[i] = 0;
1136 // sum_response = F(x_i).
1153 double s = sum_response->data.db[i] + 0.5*weak_eval->data.db[i];
1154 sum_response->data.db[i] = s;