Home | History | Annotate | Download | only in src

Lines Matching refs:mat1

594     CvMat stub1, *mat1 = (CvMat*)arrA;
605 CV_CALL( mat1 = cvGetMat( mat1, &stub1, &coi1 ));
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 ))
621 size = cvGetMatSize( mat1 );
622 type = CV_MAT_TYPE( mat1->type );
624 mat1_step = mat1->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,
659 if( !CV_ARE_SIZES_EQ( mat1, mask ))
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,