Searched refs:src1_step (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxcmp.cpp255 int src1_step, src2_step, src3_step, dst_step; local
315 src1_step = src2_step = src3_step = dst_step = CV_STUB_STEP;
320 src1_step = src1->step;
334 IPPI_CALL( func( src1->data.ptr, src1_step, src2->data.ptr, src2_step,
354 int src1_step, dst_step; local
396 src1_step = dst_step = CV_STUB_STEP;
401 src1_step = src1->step;
416 IPPI_CALL( func( src1->data.ptr, src1_step, dst->data.ptr,
566 int src1_step, src2_step, dst_step; local
644 src1_step
704 int src1_step, dst_step; local
974 int src1_step, src2_step, dst_step; local
1075 int src1_step, dst_step; local
1428 int src1_step, src2_step, dst_step; local
[all...]
H A Dcxarithm.cpp285 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; local
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; local
1667 int src1_step, src2_step, dst_step; local
[all...]
H A Dcxlogic.cpp357 int src1_step, src2_step, tdst_step, dst_step, mask_step; local
470 src1_step = src1->step;
486 src1_step = src2_step = tdst_step = dst_step = mask_step = CV_STUB_STEP;
488 IPPI_CALL( fn_2d( src1->data.ptr + y*src1->step, src1_step,

Completed in 145 milliseconds