Searched refs:tilted_step (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvsumpixels.cpp327 int src_step, sum_step, sqsum_step, tilted_step; local
404 tilted_step = !tilted ? 0 : tilted->step ? tilted->step : CV_STUB_STEP;
423 tilted ? tilted->data.ptr : 0, tilted_step, size ));

Completed in 51 milliseconds