Searched defs:mat1_step (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvaccum.cpp592 int mat1_step, mat2_step, sum_step, mask_step = 0; local
624 mat1_step = mat1->step;
640 mat1_step = mat2_step = sum_step = CV_STUB_STEP;
644 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step,
667 mat1_step = mat2_step = sum_step = mask_step = CV_STUB_STEP;
671 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step,
/external/opencv/cxcore/src/
H A Dcxnorm.cpp982 int mat1_step, mat2_step, mask_step = 0; local
1106 mat1_step = mat2_step = CV_STUB_STEP;
1110 mat1_step = mat1->step;
1138 mat1_step = mat1->step;
1145 mat1_step = mat2_step = CV_STUB_STEP;
1268 IPPI_CALL( func( mat1->data.ptr, mat1_step, size, &norm ));
1275 IPPI_CALL( func( mat1->data.ptr, mat1_step, size, &norm, cvAlgHintAccurate ));
1286 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step,
1294 IPPI_CALL( func( mat1->data.ptr, mat1_step, mat2->data.ptr, mat2_step,
1311 IPPI_CALL( func( mat1->data.ptr, mat1_step, siz
[all...]

Completed in 102 milliseconds