Home | History | Annotate | Download | only in src

Lines Matching refs:ipp_func

676         CvResizeIPPFunc ipp_func =
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 =
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 =
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 = type == CV_8UC1 ? icvWarpPerspective_8u_C1R_p :
1443 if( ipp_func )
1448 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi,
2050 CvRemapIPPFunc ipp_func =
2058 if( ipp_func )
2071 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi,