Home | History | Annotate | Download | only in src

Lines Matching refs:ipp_func

946     CvPyramidIPPFunc ipp_func = 0;
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;
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,