Lines Matching refs:mask_step
393 int mat_step, sum_step, mask_step = 0; local
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; in cvSquareAcc() local
561 mask_step = mask->step; in cvSquareAcc()
566 mat_step = sum_step = mask_step = CV_STUB_STEP; in cvSquareAcc()
570 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step, in cvSquareAcc()
592 int mat1_step, mat2_step, sum_step, mask_step = 0; in cvMultiplyAcc() local
662 mask_step = mask->step; in cvMultiplyAcc()
667 mat1_step = mat2_step = sum_step = mask_step = CV_STUB_STEP; in cvMultiplyAcc()
672 mask->data.ptr, mask_step, in cvMultiplyAcc()
703 int mat_step, sum_step, mask_step = 0; in cvRunningAvg() local
769 mask_step = mask->step; in cvRunningAvg()
774 mat_step = sum_step = mask_step = CV_STUB_STEP; in cvRunningAvg()
778 IPPI_CALL( func( mat->data.ptr, mat_step, mask->data.ptr, mask_step, in cvRunningAvg()