Home | History | Annotate | Download | only in src

Lines Matching full:ippfunc

4582         ParallelLoopBody(), src(_src), dst(_dst), map1(_xmap), map2(_ymap), ippFunc(_ippFunc),
4602 if (ippFunc(src.ptr(), ippiSize(src.size()), (int)src.step, srcRoiRect,
4614 ippiRemap ippFunc;
4689 ippiRemap ippFunc =
4700 if (ippFunc)
4703 IPPRemapInvoker invoker(src, dst, map1, map2, ippFunc, ippInterpolation,
5618 ippiWarpAffineBackFunc ippFunc = 0;
5621 ippFunc =
5635 ippFunc =
5652 CV_Assert(mode && ippFunc);
5661 IPPWarpAffineInvoker invoker(src, dst, coeffs, mode, borderType, borderValue, ippFunc, &ok);
6127 ippiWarpPerspectiveFunc ippFunc = 0;
6130 ippFunc = type == CV_8UC1 ? (ippiWarpPerspectiveFunc)ippiWarpPerspectiveBack_8u_C1R :
6142 ippFunc = type == CV_8UC1 ? (ippiWarpPerspectiveFunc)ippiWarpPerspective_8u_C1R :
6156 CV_Assert(mode && ippFunc);
6165 IPPWarpPerspectiveInvoker invoker(src, dst, coeffs, mode, borderType, borderValue, ippFunc, &ok);