/external/opencv/cv/src/ |
cvaccum.cpp | 393 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; local 526 sum_step = sum->step; 540 mat_step = sum_step = CV_STUB_STEP;; 544 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size )) 592 int mat1_step, mat2_step, sum_step, mask_step = 0; local 703 int mat_step, sum_step, mask_step = 0; local [all...] |
cvsumpixels.cpp | 327 int src_step, sum_step, sqsum_step, tilted_step; local 402 sum_step = sum->step ? sum->step : CV_STUB_STEP; 412 sum->data.i, sum_step, size, 0 ) >= 0 ) 417 sum_step, sqsum->data.db, sqsum_step, size, 0, 0 ) >= 0 ) 421 IPPI_CALL( func_c1( src->data.ptr, src_step, sum->data.ptr, sum_step, 427 IPPI_CALL( func_cn( src->data.ptr, src_step, sum->data.ptr, sum_step,
|
cvtemplmatch.cpp | 346 int sum_step, sqsum_step; local 475 sum_step = sum ? sum->step / sizeof(double) : 0; 481 idx = i * sum_step;
|
/external/libunwind/tests/ |
Gperf-trace.c | 101 double step, min_step, first_step, sum_step; local 104 sum_step = first_step = 0.0; 110 sum_step += step; 119 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations);
|
Gperf-simple.c | 115 double step, min_step, first_step, sum_step; local 118 sum_step = first_step = 0.0; 124 sum_step += step; 133 1e9*first_step, 1e9*min_step, 1e9*sum_step/iterations);
|