Lines Matching refs:mat2
595 CvMat stub2, *mat2 = (CvMat*)arrB;
606 CV_CALL( mat2 = cvGetMat( mat2, &stub2, &coi2 ));
612 if( !CV_ARE_CNS_EQ( mat1, mat2 ) || !CV_ARE_CNS_EQ( mat1, sum ))
618 if( !CV_ARE_SIZES_EQ( mat1, sum ) || !CV_ARE_SIZES_EQ( mat2, sum ))
625 mat2_step = mat2->step;
637 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type ))
644 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step,
664 if( CV_IS_MAT_CONT( mat1->type & mat2->type & sum->type & mask->type ))
671 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step,