Searched refs:cont_flag (Results 1 - 8 of 8) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxlogic.cpp197 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 || tsiz
[all...]
H A Dcxminmaxloc.cpp299 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) )
H A Dcxarithm.cpp284 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 || tsiz
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...]
H A Dcxconvert.cpp449 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
833 cont_flag
[all...]
H A Dcxmathfuncs.cpp337 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...]
H A Dcxutils.cpp819 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 )
H A Dcxmatmul.cpp2472 int cont_flag, vec_delta = 0, vec_step = 0;
2503 cont_flag = avg->type;
2515 cont_flag = 0;
2576 cont_flag &= vec->type;
2605 cont_flag = CV_IS_MAT_CONT( cont_flag );
2606 if( cont_flag )
/external/opencv/cv/src/
H A Dcvhistogram.cpp1413 int cont_flag = -1; local
1451 cont_flag &= mat->type;
1468 cont_flag &= mat->type;
1472 if( CV_IS_MAT_CONT( cont_flag ))
2058 int cont_flag = -1; local
2095 cont_flag &= mat->type;
2106 if( CV_IS_MAT_CONT( cont_flag ))

Completed in 8020 milliseconds