Home
last modified time | relevance | path

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

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