Searched refs:src1_step (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 255 int src1_step, src2_step, src3_step, dst_step; in cvInRange() local 315 src1_step = src2_step = src3_step = dst_step = CV_STUB_STEP; in cvInRange() 320 src1_step = src1->step; in cvInRange() 334 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step, in cvInRange() 354 int src1_step, dst_step; in cvInRangeS() local 396 src1_step = dst_step = CV_STUB_STEP; in cvInRangeS() 401 src1_step = src1->step; in cvInRangeS() 416 IPPI_CALL( func( src1->data.ptr, src1_step, dst->data.ptr, in cvInRangeS() 566 int src1_step, src2_step, dst_step; in cvCmp() local 644 src1_step = src2_step = dst_step = CV_STUB_STEP; in cvCmp() [all …]
|
D | cxarithm.cpp | 285 int src1_step, src2_step, dst_step, tdst_step, mask_step; local 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; in cvAdd() local 952 src1_step = src1->step; in cvAdd() 968 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP; in cvAdd() 972 func_sfs( src1->data.ptr + y*src1->step, src1_step, in cvAdd() 976 func( src1->data.ptr + y*src1->step, src1_step, in cvAdd() [all …]
|
D | cxlogic.cpp | 357 int src1_step, src2_step, tdst_step, dst_step, mask_step; in icvLogic() local 470 src1_step = src1->step; in icvLogic() 486 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP; in icvLogic() 488 IPPI_CALL( fn_2d( src1->data.ptr + y*src1->step, src1_step, in icvLogic()
|