Home | History | Annotate | Download | only in src

Lines Matching refs:mask_step

393     int mat_step, sum_step, mask_step = 0;
465 mask_step = mask->step;
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;
561 mask_step = mask->step;
566 mat_step = sum_step = mask_step = CV_STUB_STEP;
570 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step,
592 int mat1_step, mat2_step, sum_step, mask_step = 0;
662 mask_step = mask->step;
667 mat1_step = mat2_step = sum_step = mask_step = CV_STUB_STEP;
672 mask->data.ptr, mask_step,
703 int mat_step, sum_step, mask_step = 0;
769 mask_step = mask->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,