Home
last modified time | relevance | path

Searched refs:ipp_scharr_func_32f (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvderiv.cpp217 CvDeriv3x3IPPFunc_32f ipp_scharr_func_32f = 0; in cvSobel() local
227 ipp_scharr_func_32f = icvFilterScharrVertBorder_32f_C1R_p, in cvSobel()
236 ipp_scharr_func_32f = icvFilterScharrHorizBorder_32f_C1R_p, in cvSobel()
292 ((ipp_scharr_func_8u || ipp_scharr_func_32f) && ipp_scharr_getbufsize_func) ) in cvSobel()
324 ipp_scharr_func_32f ? ipp_scharr_func_32f( src_ptr, src_step, dst_ptr, dst_step, in cvSobel()