Searched refs:ipp_sobel_func_8u (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvderiv.cpp212 CvDerivIPPFunc_8u ipp_sobel_func_8u = 0; local
247 ipp_sobel_func_8u = icvFilterSobelNegVertBorder_8u16s_C1R_p,
256 ipp_sobel_func_8u = icvFilterSobelHorizBorder_8u16s_C1R_p,
265 ipp_sobel_func_8u = icvFilterSobelVertSecondBorder_8u16s_C1R_p,
274 ipp_sobel_func_8u = icvFilterSobelHorizSecondBorder_8u16s_C1R_p,
283 ipp_sobel_func_8u = icvFilterSobelCrossBorder_8u16s_C1R_p,
291 if( ((ipp_sobel_func_8u || ipp_sobel_func_32f) && ipp_sobel_getbufsize_func) ||
318 ipp_sobel_func_8u ? ipp_sobel_func_8u( src_ptr, src_step, dst_ptr, dst_step,

Completed in 167 milliseconds