Home | History | Annotate | Download | only in src

Lines Matching refs:temp_step

220     int temp_step = 0, d_step;
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;
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,
646 IPPI_CALL( ipp_sobel_vert_second( shifted_ptr, temp_step,
648 IPPI_CALL( ipp_sobel_horiz_second( shifted_ptr, temp_step,
650 IPPI_CALL( ipp_sobel_cross( shifted_ptr, temp_step,