Searched defs:mat_step (Results 1 - 7 of 7) sorted by relevance

/external/opencv/cv/src/
H A Dcvaccum.cpp393 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; local
525 mat_step = mat->step;
540 mat_step = sum_step = CV_STUB_STEP;;
544 IPPI_CALL( func( mat->data.ptr, mat_step, su
703 int mat_step, sum_step, mask_step = 0; local
[all...]
/external/opencv/cxcore/src/
H A Dcxmean.cpp412 int mat_step, mask_step; local
438 mat_step = mat->step;
445 mat_step = mask_step = CV_STUB_STEP;
460 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr,
471 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr,
H A Dcxminmaxloc.cpp299 int mat_step, mask_step = 0, cont_flag; local
330 mat_step = mat->step;
354 mat_step = mask_step = CV_STUB_STEP;
365 IPPI_CALL( func( mat->data.ptr, mat_step, size,
375 IPPI_CALL( func( mat->data.ptr, mat_step, size, cn, coi,
388 IPPI_CALL( func( mat->data.ptr, mat_step, matmask->data.ptr,
399 IPPI_CALL( func( mat->data.ptr, mat_step,
H A Dcxrand.cpp458 int mat_step = 0; local
495 mat_step = mat->step;
500 mat_step = CV_STUB_STEP;
586 IPPI_CALL( func( mat->data.ptr, mat_step, size, rng, param ));
H A Dcxmeansdv.cpp692 int mat_step, mask_step = 0; local
714 mat_step = mat->step;
722 mat_step = CV_STUB_STEP;
732 IPPI_CALL( func( mat->data.ptr, mat_step, size, mean.val, sdv.val ));
742 IPPI_CALL( func( mat->data.ptr, mat_step, size,
762 mat_step = mask_step = CV_STUB_STEP;
772 IPPI_CALL( func( mat->data.ptr, mat_step, matmask->data.ptr,
783 IPPI_CALL( func( mat->data.ptr, mat_step,
H A Dcxcopy.cpp496 int mat_step; local
561 mat_step = mat->step;
600 mat_step = CV_STUB_STEP;
607 IPPI_CALL( icvSet_8u_C1R( mat->data.ptr, mat_step, size, buf,
635 mat_step = mask_step = CV_STUB_STEP;
645 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr,
680 int mat_step; local
729 mat_step = mat->step;
741 mat_step = CV_STUB_STEP;
745 IPPI_CALL( icvSetZero_8u_C1R( mat->data.ptr, mat_step, siz
[all...]
H A Dcxsumpixels.cpp400 int mat_step; local
473 mat_step = mat->step;
508 mat_step = CV_STUB_STEP;
525 IPPI_CALL( func( mat->data.ptr, mat_step, size, sum.val ));
534 IPPI_CALL( func( mat->data.ptr, mat_step, size, sum.val, cvAlgHintAccurate ));
544 IPPI_CALL( func( mat->data.ptr, mat_step, size,
591 int mat_step; local
640 mat_step = mat->step;
646 mat_step = CV_STUB_STEP;
660 IPPI_CALL( func( mat->data.ptr, mat_step, siz
[all...]

Completed in 326 milliseconds