npp_type 336 modules/cudaarithm/src/element_operations.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; npp_type 338 modules/cudaarithm/src/element_operations.cpp typedef NppStatus (*func_t)(const npp_type* pSrc1, int nSrc1Step, const Npp32u* pConstants, npp_type* pDst, int nDstStep, NppiSize oSizeROI); npp_type 342 modules/cudaarithm/src/element_operations.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; npp_type 344 modules/cudaarithm/src/element_operations.cpp typedef NppStatus (*func_t)(const npp_type* pSrc1, int nSrc1Step, const Npp32u pConstants, npp_type* pDst, int nDstStep, NppiSize oSizeROI); npp_type 349 modules/cudaarithm/src/element_operations.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; npp_type 359 modules/cudaarithm/src/element_operations.cpp nppSafeCall( func(src.ptr<npp_type>(), static_cast<int>(src.step), sc.val, dst.ptr<npp_type>(), static_cast<int>(dst.step), oSizeROI) ); npp_type 367 modules/cudaarithm/src/element_operations.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; npp_type 377 modules/cudaarithm/src/element_operations.cpp nppSafeCall( func(src.ptr<npp_type>(), static_cast<int>(src.step), sc.val[0], dst.ptr<npp_type>(), static_cast<int>(dst.step), oSizeROI) ); npp_type 2263 modules/cudaimgproc/src/color.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_t; npp_type 2270 modules/cudaimgproc/src/color.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_t; npp_type 266 modules/cudaimgproc/src/histogram.cpp typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; npp_type 273 modules/cudaimgproc/src/histogram.cpp typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; npp_type 346 modules/cudaimgproc/src/histogram.cpp typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; npp_type 364 modules/cudaimgproc/src/histogram.cpp typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; npp_type 140 modules/cudawarping/src/warp.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; npp_type 142 modules/cudawarping/src/warp.cpp typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize srcSize, int srcStep, NppiRect srcRoi, npp_type* pDst, npp_type 149 modules/cudawarping/src/warp.cpp typedef typename NppWarpFunc<DEPTH>::npp_type npp_type; npp_type 173 modules/cudawarping/src/warp.cpp nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi, npp_type 174 modules/cudawarping/src/warp.cpp dst.ptr<npp_type>(), static_cast<int>(dst.step), dstroi, npp_type 468 modules/cudawarping/src/warp.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; npp_type 470 modules/cudawarping/src/warp.cpp typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, npp_type 471 modules/cudawarping/src/warp.cpp npp_type* pDst, int nDstStep, NppiRect oDstROI, npp_type 477 modules/cudawarping/src/warp.cpp typedef typename NppRotateFunc<DEPTH>::npp_type npp_type; npp_type 498 modules/cudawarping/src/warp.cpp nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi, npp_type 499 modules/cudawarping/src/warp.cpp dst.ptr<npp_type>(), static_cast<int>(dst.step), dstroi, angle, xShift, yShift, npp_inter[interpolation]) );