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

  /external/opencv/cv/src/
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; local
525 mat_step = mat->step;
540 mat_step = sum_step = CV_STUB_STEP;;
544 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ))
703 int mat_step, sum_step, mask_step = 0; local
    [all...]
  /external/opencv/cxcore/src/
cxminmaxloc.cpp 299 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,
cxmean.cpp 412 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,
cxcopy.cpp 496 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, size ))
    [all...]
cxsumpixels.cpp 400 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, size, &count ))
    [all...]
cxmeansdv.cpp 692 int mat_step, mask_step = 0; local
    [all...]
cxrand.cpp 458 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 ));

Completed in 181 milliseconds