Home | History | Annotate | Download | only in src

Lines Matching refs:mat_step

393     int mat_step, sum_step, mask_step = 0;
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;
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 ));
566 mat_step = sum_step = mask_step = CV_STUB_STEP;
570 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step,
703 int mat_step, sum_step, mask_step = 0;
733 mat_step = mat->step;
747 mat_step = sum_step = CV_STUB_STEP;
751 IPPI_CALL( func( mat->data.ptr, mat_step,
774 mat_step = sum_step = mask_step = CV_STUB_STEP;
778 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step,