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

  /external/opencv/cv/src/
cvcorner.cpp 220 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...]
cvsmooth.cpp     [all...]
cvfilter.cpp     [all...]

Completed in 328 milliseconds