HomeSort by relevance Sort by last modified time
    Searched refs:sqsum_step (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvsumpixels.cpp 327 int src_step, sum_step, sqsum_step, tilted_step; local
403 sqsum_step = !sqsum ? 0 : sqsum->step ? sqsum->step : CV_STUB_STEP;
417 sum_step, sqsum->data.db, sqsum_step, size, 0, 0 ) >= 0 )
422 sqsum ? sqsum->data.ptr : 0, sqsum_step,
428 sqsum ? sqsum->data.ptr : 0, sqsum_step, size, cn ));
cvtemplmatch.cpp 346 int sum_step, sqsum_step; local
476 sqsum_step = sqsum ? sqsum->step / sizeof(double) : 0;
482 idx2 = i * sqsum_step;

Completed in 123 milliseconds