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

/external/opencv/cv/src/
H A Dcvmoments.cpp384 CvMomentIPPFunc ipp_func = 0; local
442 ipp_func = (CvMomentIPPFunc)icvMoments_8u_C1R_p;
444 ipp_func = (CvMomentIPPFunc)icvMoments_32f_C1R_p;
446 if( ipp_func && !binary )
450 IPPI_CALL( ipp_func( mat->data.ptr, matstep, size, ippmomentstate ));
H A Dcvpyramids.cpp946 CvPyramidIPPFunc ipp_func = 0; local
986 ipp_func = type == CV_8UC1 ? icvPyrUp_Gauss5x5_8u_C1R_p :
991 use_ipp = ipp_func && icvPyrUpGetBufSize_Gauss5x5_p( size.width,
1009 IPPI_CALL( ipp_func( src->data.ptr, src->step ? src->step : CV_STUB_STEP,
1039 CvPyramidIPPFunc ipp_func = 0; local
1093 ipp_func = type == CV_8UC1 ? icvPyrDown_Gauss5x5_8u_C1R_p :
1098 use_ipp = ipp_func && icvPyrDownGetBufSize_Gauss5x5_p( src_size2.width,
1118 IPPI_CALL( ipp_func( src->data.ptr, src->step ? src->step : CV_STUB_STEP,
H A Dcvdistransform.cpp721 CvIPPDistTransFunc ipp_func = 0; local
780 ipp_func = (CvIPPDistTransFunc)(maskSize == CV_DIST_MASK_3 ?
783 ipp_func = (CvIPPDistTransFunc)icvDistanceTransform_3x3_8u_C1R_p;
790 if( (ipp_func || ipp_inp_func) && src->cols >= 4 && src->rows >= 2 )
796 if( ipp_func )
798 IPPI_CALL( ipp_func( src->data.ptr, src->step,
H A Dcvimgwarp.cpp676 CvResizeIPPFunc ipp_func = local
686 if( ipp_func && (CV_INTER_NN < method && method < CV_INTER_AREA))
690 IPPI_CALL( ipp_func( src->data.ptr, ssize, srcstep,
1138 CvWarpAffineBackIPPFunc ipp_func = local
1146 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA )
1157 if( ipp_func( src->data.ptr, ssize, srcstep, srcroi,
1409 CvWarpPerspectiveBackIPPFunc ipp_func = local
1417 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA &&
1430 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi,
1436 ipp_func
2050 CvRemapIPPFunc ipp_func = local
[all...]
H A Dcvcolor.cpp311 int blue_idx, CvColorCvtFunc0 ipp_func ) \
320 return ipp_func( src, srcstep, dst, dststep, size ); \
345 status = ipp_func( buffer, CV_STUB_STEP, \
359 int blue_idx, CvColorCvtFunc0 ipp_func )
368 return ipp_func( src, srcstep, dst, dststep, size );
393 status = ipp_func( buffer, CV_STUB_STEP,
413 int blue_idx, CvColorCvtFunc0 ipp_func ) \
422 return ipp_func( src, srcstep, dst, dststep, size ); \
437 status = ipp_func( src1, CV_STUB_STEP, \
H A Dcvtemplmatch.cpp387 CvTemplMatchIPPFunc ipp_func = local
396 if( ipp_func )
400 IPPI_CALL( ipp_func( img->data.ptr, img->step ? img->step : CV_STUB_STEP,
H A Dcvfilter.cpp2636 CvFilterIPPFunc ipp_func =
2647 if( ipp_func )
2692 IPPI_CALL( ipp_func( shifted_ptr, temp_step,
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp1761 CvColorTwistIPPFunc ipp_func = 0; local
1769 ipp_func = type == CV_8UC3 ? icvColorTwist_8u_C3R_p :
1782 ipp_func = type == CV_8UC3 ? icvColorToGray_8u_C3C1R_p :
1787 ipp_func = type == CV_8UC4 ? icvColorToGray_8u_AC4C1R_p :
1831 if( ipp_func )
1865 else if( ipp_func )
1867 IPPI_CALL( ipp_func( src->data.ptr, srcstep, dst->data.ptr,
1896 else if( ipp_func )
1898 IPPI_CALL( ipp_func( srcptr, CV_STUB_STEP, dstptr, CV_STUB_STEP,

Completed in 219 milliseconds