Home
last modified time | relevance | path

Searched refs:sum_step (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvaccum.cpp393 int mat_step, sum_step, mask_step = 0; local
431 sum_step = sum->step;
444 mat_step = sum_step = CV_STUB_STEP;
448 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ));
470 mat_step = sum_step = mask_step = CV_STUB_STEP;
475 sum->data.ptr, sum_step, size ));
495 int mat_step, sum_step, mask_step = 0; in cvSquareAcc() local
526 sum_step = sum->step; in cvSquareAcc()
540 mat_step = sum_step = CV_STUB_STEP;; in cvSquareAcc()
544 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size )); in cvSquareAcc()
[all …]
Dcvsumpixels.cpp327 int src_step, sum_step, sqsum_step, tilted_step; in cvIntegral() local
402 sum_step = sum->step ? sum->step : CV_STUB_STEP; in cvIntegral()
412 sum->data.i, sum_step, size, 0 ) >= 0 ) in cvIntegral()
417 sum_step, sqsum->data.db, sqsum_step, size, 0, 0 ) >= 0 ) in cvIntegral()
421 IPPI_CALL( func_c1( src->data.ptr, src_step, sum->data.ptr, sum_step, in cvIntegral()
427 IPPI_CALL( func_cn( src->data.ptr, src_step, sum->data.ptr, sum_step, in cvIntegral()
Dcvtemplmatch.cpp346 int sum_step, sqsum_step; in cvMatchTemplate() local
475 sum_step = sum ? sum->step / sizeof(double) : 0; in cvMatchTemplate()
481 idx = i * sum_step; in cvMatchTemplate()
/external/libunwind/tests/
DGperf-simple.c115 double step, min_step, first_step, sum_step; in doit() local
118 sum_step = first_step = 0.0; in doit()
124 sum_step += step; in doit()
133 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations); in doit()
DGperf-trace.c101 double step, min_step, first_step, sum_step; in doit() local
104 sum_step = first_step = 0.0; in doit()
110 sum_step += step; in doit()
119 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations); in doit()