Home | History | Annotate | Download | only in src

Lines Matching refs:mat0

1414     CvMat stub0, *mat0 = 0;
1436 mat0 = mat;
1437 step = mat0->step;
1441 if( !CV_ARE_SIZES_EQ( mat0, mat ))
1444 if( mat0->step != mat->step )
1447 if( !CV_ARE_TYPES_EQ( mat0, mat ))
1463 if( !CV_ARE_SIZES_EQ( mat0, mat ))
1471 size = cvGetMatSize(mat0);
1507 if( CV_MAT_DEPTH(mat0->type) > CV_8S && !CV_HIST_HAS_RANGES(hist))
1511 switch( CV_MAT_DEPTH(mat0->type) )
2059 CvMat stub0, *mat0 = 0;
2080 mat0 = mat;
2081 step = mat0->step;
2085 if( !CV_ARE_SIZES_EQ( mat0, mat ))
2088 if( mat0->step != mat->step )
2091 if( !CV_ARE_TYPES_EQ( mat0, mat ))
2105 size = cvGetMatSize(mat0);
2113 if( CV_MAT_DEPTH(mat0->type) > CV_8S && !CV_HIST_HAS_RANGES(hist))
2117 switch( CV_MAT_DEPTH(mat0->type) )