HomeSort by relevance Sort by last modified time
    Searched defs:ipp_func (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvpyramids.cpp 946 CvPyramidIPPFunc ipp_func = 0; local
1039 CvPyramidIPPFunc ipp_func = 0; local
    [all...]
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 ));
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,
cvimgwarp.cpp 676 CvResizeIPPFunc ipp_func = local
1138 CvWarpAffineBackIPPFunc ipp_func = local
1409 CvWarpPerspectiveBackIPPFunc ipp_func = local
2050 CvRemapIPPFunc ipp_func = local
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 1761 CvColorTwistIPPFunc ipp_func = 0; local
    [all...]

Completed in 1180 milliseconds