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

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

Completed in 118 milliseconds