npp_t              82 modules/cudaarithm/src/core.cpp         typedef typename NppTypeTraits<DEPTH>::npp_t npp_t;
npp_t              84 modules/cudaarithm/src/core.cpp         typedef NppStatus (*func_t)(const npp_t* pSrc, int nSrcStep, npp_t* pDst, int nDstStep, NppiSize oROI, NppiAxis flip);
npp_t              89 modules/cudaarithm/src/core.cpp         typedef typename NppMirrorFunc<DEPTH>::npp_t npp_t;
npp_t              99 modules/cudaarithm/src/core.cpp             nppSafeCall( func(src.ptr<npp_t>(), static_cast<int>(src.step),
npp_t             100 modules/cudaarithm/src/core.cpp                 dst.ptr<npp_t>(), static_cast<int>(dst.step), sz,
npp_t            2265 modules/cudaimgproc/src/color.cpp         typedef NppStatus (*func_t)(const npp_t* pSrc1, int nSrc1Step, const npp_t* pSrc2, int nSrc2Step, npp_t* pDst, int nDstStep, NppiSize oSizeROI, NppiAlphaOp eAlphaOp);
npp_t            2280 modules/cudaimgproc/src/color.cpp             nppSafeCall( func(img1.ptr<npp_t>(), static_cast<int>(img1.step), img2.ptr<npp_t>(), static_cast<int>(img2.step),
npp_t            2281 modules/cudaimgproc/src/color.cpp                               dst.ptr<npp_t>(), static_cast<int>(dst.step), oSizeROI, eAlphaOp) );