HomeSort by relevance Sort by last modified time
    Searched full:ipp_sobel_horiz (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcorner.cpp 224 CvSobelFixedIPPFunc ipp_sobel_vert = 0, ipp_sobel_horiz = 0; local
264 ipp_sobel_horiz = icvFilterSobelHoriz_8u16s_C1R_p;
269 ipp_sobel_horiz = icvFilterSobelHoriz_32f_C1R_p;
273 if( (ipp_sobel_vert && ipp_sobel_horiz) ||
286 ipp_sobel_vert = ipp_sobel_horiz = 0;
338 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step,
520 CvSobelFixedIPPFunc ipp_sobel_vert = 0, ipp_sobel_horiz = 0, local
562 ipp_sobel_horiz = icvFilterSobelHoriz_8u16s_C1R_p;
570 ipp_sobel_horiz = icvFilterSobelHoriz_32f_C1R_p;
577 if( ipp_sobel_vert && ipp_sobel_horiz && ipp_sobel_vert_second &
    [all...]

Completed in 36 milliseconds