Home | History | Annotate | Download | only in src

Lines Matching defs:mat

395     CvMat stub, *mat = (CvMat*)arr;
405 if( !CV_IS_MAT( mat ) || !CV_IS_MAT( sum ))
408 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
417 if( !CV_ARE_CNS_EQ( mat, sum ))
424 if( !CV_ARE_SIZES_EQ( mat, sum ))
427 size = cvGetMatSize( mat );
428 type = CV_MAT_TYPE( mat->type );
430 mat_step = mat->step;
441 if( CV_IS_MAT_CONT( mat->type & sum->type ))
448 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ));
462 if( !CV_ARE_SIZES_EQ( mat, mask ))
467 if( CV_IS_MAT_CONT( mat->type & sum->type & mask->type ))
474 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step,
497 CvMat stub, *mat = (CvMat*)arr;
507 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
513 if( !CV_ARE_CNS_EQ( mat, sum ))
519 if( !CV_ARE_SIZES_EQ( mat, sum ))
522 size = cvGetMatSize( mat );
523 type = CV_MAT_TYPE( mat->type );
525 mat_step = mat->step;
537 if( CV_IS_MAT_CONT( mat->type & sum->type ))
544 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ));
558 if( !CV_ARE_SIZES_EQ( mat, mask ))
563 if( CV_IS_MAT_CONT( mat->type & sum->type & mask->type ))
570 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step,
705 CvMat stub, *mat = (CvMat*)arrY;
715 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
721 if( !CV_ARE_CNS_EQ( mat, sum ))
727 if( !CV_ARE_SIZES_EQ( mat, sum ))
730 size = cvGetMatSize( mat );
731 type = CV_MAT_TYPE( mat->type );
733 mat_step = mat->step;
744 if( CV_IS_MAT_CONT( mat->type & sum->type ))
751 IPPI_CALL( func( mat->data.ptr, mat_step,
766 if( !CV_ARE_SIZES_EQ( mat, mask ))
771 if( CV_IS_MAT_CONT( mat->type & sum->type & mask->type ))
778 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step,