Searched defs:temp_step (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcorner.cpp220 int temp_step = 0, d_step; local
280 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
335 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step,
338 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step,
344 IPPI_CALL( ipp_scharr_vert( shifted_ptr, temp_step,
346 IPPI_CALL( ipp_scharr_horiz( shifted_ptr, temp_step,
516 int temp_step = 0, d_step; local
583 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
642 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step,
644 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step,
[all...]

Completed in 214 milliseconds