HomeSort by relevance Sort by last modified time
    Searched refs:cont_flag (Results 1 - 8 of 8) sorted by null

  /external/opencv/cxcore/src/
cxlogic.cpp 197 int is_nd = 0, cont_flag = 0; local
265 cont_flag = CV_IS_MAT_CONT( src->type & dst->type );
282 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type );
287 if( !cont_flag )
315 if( cont_flag || tsize.height == 1 )
351 int is_nd = 0, cont_flag = 0; local
432 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type );
449 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type );
454 if( !cont_flag )
482 if( cont_flag || tsize.height == 1
    [all...]
cxminmaxloc.cpp 299 int mat_step, mask_step = 0, cont_flag; local
331 cont_flag = mat->type;
344 cont_flag &= matmask->type;
347 if( CV_IS_MAT_CONT(cont_flag) )
cxarithm.cpp 284 int y, dy, type, depth, cn, cont_flag = 0; local
416 cont_flag = 1;
436 cont_flag = CV_IS_MAT_CONT( src1->type & src2->type & dst->type & mask->type );
443 if( !cont_flag )
492 if( cont_flag || tsize.height == 1 )
535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
660 cont_flag = 1;
680 cont_flag = CV_IS_MAT_CONT( src->type & dst->type & mask->type );
687 if( !cont_flag )
720 if( cont_flag || tsize.height == 1
759 int y, dy, type, depth, cn, cont_flag = 0; local
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
    [all...]
cxconvert.cpp 449 int cont_flag; local
472 cont_flag = src->type;
495 cont_flag &= dst[i]->type;
502 if( CV_IS_MAT_CONT( cont_flag ))
559 int cont_flag; local
578 cont_flag = dst->type;
601 cont_flag &= src[i]->type;
608 if( CV_IS_MAT_CONT( cont_flag ))
743 int cont_flag = CV_MAT_CONT_FLAG; local
    [all...]
cxmathfuncs.cpp 337 int cont_flag = CV_MAT_CONT_FLAG; local
364 cont_flag = mag->type;
376 cont_flag &= angle->type;
385 if( CV_IS_MAT_CONT( xmat->type & ymat->type & cont_flag ))
577 int cont_flag; local
585 cont_flag = angle->type;
598 cont_flag &= mag->type;
612 cont_flag &= xmat->type;
626 cont_flag &= ymat->type;
635 if( CV_IS_MAT_CONT( cont_flag ))
    [all...]
cxutils.cpp 819 int cont_flag, arr_size, elem_size, cols, step; local
837 cont_flag = CV_IS_MAT_CONT(mat->type);
839 if( elem_size % sizeof_int == 0 && (cont_flag || step % sizeof_int == 0) )
854 if( cont_flag )
    [all...]
cxmatmul.cpp     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 1413 int cont_flag = -1; local
2058 int cont_flag = -1; local
    [all...]

Completed in 304 milliseconds