Home | History | Annotate | Download | only in src

Lines Matching refs:mat_step

496     int mat_step;
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;
729 mat_step = mat->step;
741 mat_step = CV_STUB_STEP;
745 IPPI_CALL( icvSetZero_8u_C1R( mat->data.ptr, mat_step, size ));