Lines Matching refs:ipp_func
676 CvResizeIPPFunc ipp_func = in cvResize() local
686 if( ipp_func && (CV_INTER_NN < method && method < CV_INTER_AREA)) in cvResize()
690 IPPI_CALL( ipp_func( src->data.ptr, ssize, srcstep, in cvResize()
1138 CvWarpAffineBackIPPFunc ipp_func = in cvWarpAffine() local
1146 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA ) in cvWarpAffine()
1157 if( ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvWarpAffine()
1409 CvWarpPerspectiveBackIPPFunc ipp_func = in cvWarpPerspective() local
1417 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA && in cvWarpPerspective()
1430 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvWarpPerspective()
1436 ipp_func = type == CV_8UC1 ? icvWarpPerspective_8u_C1R_p : in cvWarpPerspective()
1443 if( ipp_func ) in cvWarpPerspective()
1448 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvWarpPerspective()
2050 CvRemapIPPFunc ipp_func = in cvRemap() local
2058 if( ipp_func ) in cvRemap()
2071 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvRemap()