Home | History | Annotate | Download | only in src

Lines Matching refs:src1_step

285     int src1_step, src2_step, dst_step, tdst_step, mask_step;
480 src1_step = src1->step;
496 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
500 func_sfs( src1->data.ptr + y*src1->step, src1_step,
504 func( src1->data.ptr + y*src1->step, src1_step,
760 int src1_step, src2_step, dst_step, tdst_step, mask_step;
952 src1_step = src1->step;
968 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
972 func_sfs( src1->data.ptr + y*src1->step, src1_step,
976 func( src1->data.ptr + y*src1->step, src1_step,
1319 int src1_step, src2_step, dst_step;
1446 src1_step = src2_step = dst_step = CV_STUB_STEP;
1451 src1_step = src1->step;
1461 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,
1667 int src1_step, src2_step, dst_step;
1785 src1_step = src2_step = dst_step = CV_STUB_STEP;
1790 src1_step = src1 ? src1->step : 0;
1802 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,