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

/external/opencv/cv/src/
H A Dcvcorner.cpp224 CvSobelFixedIPPFunc ipp_sobel_vert = 0, ipp_sobel_horiz = 0; local
263 ipp_sobel_vert = icvFilterSobelVert_8u16s_C1R_p;
268 ipp_sobel_vert = icvFilterSobelVert_32f_C1R_p;
273 if( (ipp_sobel_vert && ipp_sobel_horiz) ||
286 ipp_sobel_vert = ipp_sobel_horiz = 0;
314 if( ipp_sobel_vert )
333 if( ipp_sobel_vert )
335 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step,
520 CvSobelFixedIPPFunc ipp_sobel_vert = 0, ipp_sobel_horiz = 0, local
561 ipp_sobel_vert
[all...]

Completed in 50 milliseconds