Searched defs: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 354 int src1_step, dst_step; in cvInRangeS() local 566 int src1_step, src2_step, dst_step; in cvCmp() local 704 int src1_step, dst_step; in cvCmpS() local 974 int src1_step, src2_step, dst_step; in CV_DEF_INIT_FUNC_TAB_2D() local 1075 int src1_step, dst_step; in icvMinMaxS() local 1428 int src1_step, src2_step, dst_step; local
|
D | cxarithm.cpp | 285 int src1_step, src2_step, dst_step, tdst_step, mask_step; local 760 int src1_step, src2_step, dst_step, tdst_step, mask_step; in cvAdd() local 1319 int src1_step, src2_step, dst_step; in cvMul() local 1667 int src1_step, src2_step, dst_step; in cvDiv() local
|
D | cxlogic.cpp | 357 int src1_step, src2_step, tdst_step, dst_step, mask_step; in icvLogic() local
|