/external/opencv/cv/src/ |
D | cvaccum.cpp | 393 int mat_step, sum_step, mask_step = 0; local 430 mat_step = mat->step; 444 mat_step = sum_step = CV_STUB_STEP; 448 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size )); 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; in cvSquareAcc() local 525 mat_step = mat->step; in cvSquareAcc() 540 mat_step = sum_step = CV_STUB_STEP;; in cvSquareAcc() 544 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size )); in cvSquareAcc() [all …]
|
/external/opencv/cxcore/src/ |
D | cxminmaxloc.cpp | 299 int mat_step, mask_step = 0, cont_flag; in CV_DEF_INIT_FUNC_TAB_2D() local 330 mat_step = mat->step; in CV_DEF_INIT_FUNC_TAB_2D() 354 mat_step = mask_step = CV_STUB_STEP; in CV_DEF_INIT_FUNC_TAB_2D() 365 IPPI_CALL( func( mat->data.ptr, mat_step, size, in CV_DEF_INIT_FUNC_TAB_2D() 375 IPPI_CALL( func( mat->data.ptr, mat_step, size, cn, coi, in CV_DEF_INIT_FUNC_TAB_2D() 388 IPPI_CALL( func( mat->data.ptr, mat_step, matmask->data.ptr, in CV_DEF_INIT_FUNC_TAB_2D() 399 IPPI_CALL( func( mat->data.ptr, mat_step, in CV_DEF_INIT_FUNC_TAB_2D()
|
D | cxmean.cpp | 412 int mat_step, mask_step; in CV_DEF_INIT_BIG_FUNC_TAB_2D() local 438 mat_step = mat->step; in CV_DEF_INIT_BIG_FUNC_TAB_2D() 445 mat_step = mask_step = CV_STUB_STEP; in CV_DEF_INIT_BIG_FUNC_TAB_2D() 460 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, in CV_DEF_INIT_BIG_FUNC_TAB_2D() 471 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, in CV_DEF_INIT_BIG_FUNC_TAB_2D()
|
D | cxcopy.cpp | 496 int mat_step; in cvSet() local 561 mat_step = mat->step; in cvSet() 600 mat_step = CV_STUB_STEP; in cvSet() 607 IPPI_CALL( icvSet_8u_C1R( mat->data.ptr, mat_step, size, buf, in cvSet() 635 mat_step = mask_step = CV_STUB_STEP; in cvSet() 645 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, in cvSet() 680 int mat_step; in cvSetZero() local 729 mat_step = mat->step; in cvSetZero() 741 mat_step = CV_STUB_STEP; in cvSetZero() 745 IPPI_CALL( icvSetZero_8u_C1R( mat->data.ptr, mat_step, size )); in cvSetZero()
|
D | cxsumpixels.cpp | 400 int mat_step; in CV_DEF_INIT_BIG_FUNC_TAB_2D() local 473 mat_step = mat->step; in CV_DEF_INIT_BIG_FUNC_TAB_2D() 508 mat_step = CV_STUB_STEP; in CV_DEF_INIT_BIG_FUNC_TAB_2D() 525 IPPI_CALL( func( mat->data.ptr, mat_step, size, sum.val )); in CV_DEF_INIT_BIG_FUNC_TAB_2D() 534 IPPI_CALL( func( mat->data.ptr, mat_step, size, sum.val, cvAlgHintAccurate )); in CV_DEF_INIT_BIG_FUNC_TAB_2D() 544 IPPI_CALL( func( mat->data.ptr, mat_step, size, in CV_DEF_INIT_BIG_FUNC_TAB_2D() 591 int mat_step; in CV_DEF_INIT_FUNC_TAB_2D() local 640 mat_step = mat->step; in CV_DEF_INIT_FUNC_TAB_2D() 646 mat_step = CV_STUB_STEP; in CV_DEF_INIT_FUNC_TAB_2D() 660 IPPI_CALL( func( mat->data.ptr, mat_step, size, &count )); in CV_DEF_INIT_FUNC_TAB_2D() [all …]
|
D | cxmeansdv.cpp | 692 int mat_step, mask_step = 0; in CV_DEF_INIT_BIG_FUNC_TAB_2D() local 714 mat_step = mat->step; in CV_DEF_INIT_BIG_FUNC_TAB_2D() 722 mat_step = CV_STUB_STEP; in CV_DEF_INIT_BIG_FUNC_TAB_2D() 732 IPPI_CALL( func( mat->data.ptr, mat_step, size, mean.val, sdv.val )); in CV_DEF_INIT_BIG_FUNC_TAB_2D() 742 IPPI_CALL( func( mat->data.ptr, mat_step, size, in CV_DEF_INIT_BIG_FUNC_TAB_2D() 762 mat_step = mask_step = CV_STUB_STEP; in CV_DEF_INIT_BIG_FUNC_TAB_2D() 772 IPPI_CALL( func( mat->data.ptr, mat_step, matmask->data.ptr, in CV_DEF_INIT_BIG_FUNC_TAB_2D() 783 IPPI_CALL( func( mat->data.ptr, mat_step, in CV_DEF_INIT_BIG_FUNC_TAB_2D()
|
D | cxrand.cpp | 458 int mat_step = 0; in cvRandArr() local 495 mat_step = mat->step; in cvRandArr() 500 mat_step = CV_STUB_STEP; in cvRandArr() 586 IPPI_CALL( func( mat->data.ptr, mat_step, size, rng, param )); in cvRandArr()
|