/external/opencv/cv/src/ |
cvfeatureselect.cpp | 76 int mask_step = 0; local 164 mask_step = mask->step; 175 mask_data += mask_step;
|
cvaccum.cpp | 393 int mat_step, sum_step, mask_step = 0; local 465 mask_step = mask->step; 470 mat_step = sum_step = mask_step = CV_STUB_STEP; 474 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step, 495 int mat_step, sum_step, mask_step = 0; local 561 mask_step = mask->step; 566 mat_step = sum_step = mask_step = CV_STUB_STEP; 570 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step, 592 int mat1_step, mat2_step, sum_step, mask_step = 0; local 662 mask_step = mask->step 703 int mat_step, sum_step, mask_step = 0; local [all...] |
/external/opencv/cvaux/src/ |
camshift.cpp | 87 int x, color_step = 0, plane_step = 0, mask_step; local 113 cvGetRawData( m_mask, &mask, &mask_step, &size ); 118 for( ; size.height--; color_data += color_step, mask += mask_step )
|
cvbgfg_acmmm2003.cpp | 331 int mask_step = model->Ftd->widthStep; local 358 if( ((uchar*)model->Fbd->imageData)[i*mask_step+j] || ((uchar*)model->Ftd->imageData)[i*mask_step+j] ) 375 if( ((uchar*)model->Ftd->imageData)[i*mask_step+j] ) 419 ((uchar*)model->foreground->imageData)[i*mask_step+j] = (uchar)(val*255); 497 if( ((uchar*)model->Ftd->imageData)[i*mask_step+j] || !stat->is_trained_dyn_model ) 505 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] ) 556 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] ) 605 if( !((uchar*)model->Ftd->imageData)[i*mask_step+j] ) 613 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] [all...] |
/external/opencv/cxcore/src/ |
cxlogic.cpp | 201 int src_step, dst_step, tdst_step, mask_step; local 306 mask_step = mask ? mask->step : 0; 319 src_step = tdst_step = dst_step = mask_step = CV_STUB_STEP; 326 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step )); 357 int src1_step, src2_step, tdst_step, dst_step, mask_step; local 474 mask_step = mask ? mask->step : 0; 486 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP; 495 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step ));
|
cxmean.cpp | 412 int mat_step, mask_step; local 439 mask_step = mask->step; 445 mat_step = mask_step = CV_STUB_STEP; 461 mask_step, size, mean.val )); 472 mask_step, size, CV_MAT_CN(type), coi, mean.val ));
|
cxminmaxloc.cpp | 299 int mat_step, mask_step = 0, cont_flag; local 343 mask_step = matmask->step; 354 mat_step = mask_step = CV_STUB_STEP; 389 mask_step, size, 400 matmask->data.ptr, mask_step, size, cn, coi,
|
cxnorm.cpp | 982 int mat1_step, mat2_step, mask_step = 0; local [all...] |
cxcopy.cpp | 452 int mask_step; local 462 mask_step = mask->step; 468 src_step = dst_step = mask_step = CV_STUB_STEP; 475 size, mask->data.ptr, mask_step )); 614 int mask_step; local 630 mask_step = mask->step; 635 mat_step = mask_step = CV_STUB_STEP; 646 mask_step, size, buf )); [all...] |
cxmeansdv.cpp | 692 int mat_step, mask_step = 0; local [all...] |
cxarithm.cpp | 285 int src1_step, src2_step, dst_step, tdst_step, mask_step; local 484 mask_step = mask ? mask->step : 0; 496 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP; 512 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step )); 536 int src_step, dst_step, tdst_step, mask_step; local 710 mask_step = mask ? mask->step : 0; 724 src_step = tdst_step = dst_step = mask_step = CV_STUB_STEP; 733 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step )); 760 int src1_step, src2_step, dst_step, tdst_step, mask_step; local 1008 int src_step, dst_step, tdst_step, mask_step; local [all...] |