/external/opencv/cv/src/ |
cvdistransform.cpp | 721 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,
|
cvmoments.cpp | 384 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 ));
|
cvpyramids.cpp | 946 CvPyramidIPPFunc ipp_func = 0; local 1039 CvPyramidIPPFunc ipp_func = 0; local [all...] |
cvimgwarp.cpp | 676 CvResizeIPPFunc ipp_func = local 1138 CvWarpAffineBackIPPFunc ipp_func = local 1409 CvWarpPerspectiveBackIPPFunc ipp_func = local 2050 CvRemapIPPFunc ipp_func = local [all...] |
cvtemplmatch.cpp | 387 CvTemplMatchIPPFunc ipp_func = local 396 if( ipp_func ) 400 IPPI_CALL( ipp_func( img->data.ptr, img->step ? img->step : CV_STUB_STEP,
|
cvcolor.cpp | 311 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, \ [all...] |
cvfilter.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxmatmul.cpp | 1761 CvColorTwistIPPFunc ipp_func = 0; local [all...] |