Lines Matching refs:temp
436 CvScalar temp = {{0,0,0,0}};
438 iterator.size, temp.val ));
439 sum.val[0] += temp.val[0];
440 sum.val[1] += temp.val[1];
441 sum.val[2] += temp.val[2];
442 sum.val[3] += temp.val[3];
454 CvScalar temp = {{0,0,0,0}};
456 iterator.size, temp.val, cvAlgHintAccurate ));
457 sum.val[0] += temp.val[0];
458 sum.val[1] += temp.val[1];
459 sum.val[2] += temp.val[2];
460 sum.val[3] += temp.val[3];
625 int temp;
627 iterator.size, &temp ));
628 count += temp;
880 CvMat* temp = 0;
921 CV_CALL( dst = temp = cvCreateMat( dst->rows, dst->cols, ttype ));
1011 if( temp )
1012 cvReleaseMat( &temp );