Home
last modified time | relevance | path

Searched refs:mat1_step (Results 1 – 2 of 2) sorted by relevance

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