Searched refs:npp_type (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | bitwise_scalar.cu | 93 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; typedef 95 …typedef NppStatus (*func_t)(const npp_type* pSrc1, int nSrc1Step, const npp_type* pConstants, npp_… 100 typedef typename NppBitwiseCFunc<DEPTH, cn>::npp_type npp_type; typedef 111 const npp_type pConstants[] = in call() 113 cv::saturate_cast<npp_type>(value[0]), in call() 114 cv::saturate_cast<npp_type>(value[1]), in call() 115 cv::saturate_cast<npp_type>(value[2]), in call() 116 cv::saturate_cast<npp_type>(value[3]) in call() 119 …nppSafeCall( func(src.ptr<npp_type>(), static_cast<int>(src.step), pConstants, dst.ptr<npp_type>()… in call()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | private.cuda.hpp | 132 template<> struct NPPTypeTraits<CV_8U> { typedef Npp8u npp_type; }; typedef 133 template<> struct NPPTypeTraits<CV_8S> { typedef Npp8s npp_type; }; typedef 134 template<> struct NPPTypeTraits<CV_16U> { typedef Npp16u npp_type; }; typedef 135 template<> struct NPPTypeTraits<CV_16S> { typedef Npp16s npp_type; }; typedef 136 template<> struct NPPTypeTraits<CV_32S> { typedef Npp32s npp_type; }; typedef 137 template<> struct NPPTypeTraits<CV_32F> { typedef Npp32f npp_type; }; typedef 138 template<> struct NPPTypeTraits<CV_64F> { typedef Npp64f npp_type; }; typedef
|
/external/opencv3/modules/cudawarping/src/ |
D | warp.cpp | 140 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; typedef 142 …typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize srcSize, int srcStep, NppiRect srcRoi, … 149 typedef typename NppWarpFunc<DEPTH>::npp_type npp_type; typedef 173 nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi, in call() 174 dst.ptr<npp_type>(), static_cast<int>(dst.step), dstroi, in call() 468 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; typedef 470 …typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcRO… 471 npp_type* pDst, int nDstStep, NppiRect oDstROI, 477 typedef typename NppRotateFunc<DEPTH>::npp_type npp_type; typedef 498 nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi, in call() [all …]
|
/external/opencv3/modules/cudaarithm/src/ |
D | element_operations.cpp | 336 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; typedef 338 …typedef NppStatus (*func_t)(const npp_type* pSrc1, int nSrc1Step, const Npp32u* pConstants, npp_ty… 342 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; typedef 344 …typedef NppStatus (*func_t)(const npp_type* pSrc1, int nSrc1Step, const Npp32u pConstants, npp_typ… 349 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; typedef 359 …nppSafeCall( func(src.ptr<npp_type>(), static_cast<int>(src.step), sc.val, dst.ptr<npp_type>(), st… in call() 367 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type; typedef 377 …nppSafeCall( func(src.ptr<npp_type>(), static_cast<int>(src.step), sc.val[0], dst.ptr<npp_type>(),… in call()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | histogram.cpp | 266 typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; 273 typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; 346 typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; 364 typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t;
|
D | color.cpp | 2263 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_t; 2270 typedef typename NPPTypeTraits<DEPTH>::npp_type npp_t;
|