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

/external/opencv/cv/src/
H A Dcvcorner.cpp221 uchar* shifted_ptr = 0; local
278 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->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,
517 uchar* shifted_ptr = 0; local
581 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->step +
642 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step,
644 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_ste
[all...]

Completed in 205 milliseconds