/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 179 Ncv32u nSrcStep, 213 Ncv32u nSrcStep, 235 Ncv32u nSrcStep, 262 Ncv32u nSrcStep, 294 Ncv32u nSrcStep, 324 Ncv32u nSrcStep,
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 963 Ncv32u nSrcStep = kLevelStride * sizeof(float); in NCVBroxOpticalFlow() local 967 …Stat( nppiStFilterRowBorder_32f_C1R (I0->ptr(), srcSize, nSrcStep, Ix0.ptr(), srcSize, nSrcStep, o… in NCVBroxOpticalFlow() 971 …t( nppiStFilterColumnBorder_32f_C1R (I0->ptr(), srcSize, nSrcStep, Iy0.ptr(), srcSize, nSrcStep, o… in NCVBroxOpticalFlow() 975 …vStat( nppiStFilterRowBorder_32f_C1R (I1->ptr(), srcSize, nSrcStep, Ix.ptr(), srcSize, nSrcStep, o… in NCVBroxOpticalFlow() 979 …at( nppiStFilterColumnBorder_32f_C1R (I1->ptr(), srcSize, nSrcStep, Iy.ptr(), srcSize, nSrcStep, o… in NCVBroxOpticalFlow() 983 …vStat( nppiStFilterRowBorder_32f_C1R (Ix.ptr(), srcSize, nSrcStep, Ixx.ptr(), srcSize, nSrcStep, o… in NCVBroxOpticalFlow() 987 …at( nppiStFilterColumnBorder_32f_C1R (Iy.ptr(), srcSize, nSrcStep, Iyy.ptr(), srcSize, nSrcStep, o… in NCVBroxOpticalFlow() 991 …vStat( nppiStFilterRowBorder_32f_C1R (Iy.ptr(), srcSize, nSrcStep, Ixy.ptr(), srcSize, nSrcStep, o… in NCVBroxOpticalFlow()
|
D | NPP_staging.cu | 1757 Ncv32u nSrcStep, in nppiStFilterRowBorder_32f_C1R() argument 1774 ncvAssertReturn (srcSize.width * sizeof (Ncv32f) <= nSrcStep && in nppiStFilterRowBorder_32f_C1R() 1776 oROI.width * sizeof (Ncv32f) <= nSrcStep && in nppiStFilterRowBorder_32f_C1R() 1778 nSrcStep % sizeof (Ncv32f) == 0 && in nppiStFilterRowBorder_32f_C1R() 1781 Ncv32u srcStep = nSrcStep / sizeof (Ncv32f); in nppiStFilterRowBorder_32f_C1R() 1799 cudaBindTexture (0, texSrc, pSrc, floatChannel, srcSize.height * nSrcStep); in nppiStFilterRowBorder_32f_C1R() 1829 Ncv32u nSrcStep, in nppiStFilterColumnBorder_32f_C1R() argument 1846 ncvAssertReturn (srcSize.width * sizeof (Ncv32f) <= nSrcStep && in nppiStFilterColumnBorder_32f_C1R() 1848 oROI.width * sizeof (Ncv32f) <= nSrcStep && in nppiStFilterColumnBorder_32f_C1R() 1850 nSrcStep % sizeof (Ncv32f) == 0 && in nppiStFilterColumnBorder_32f_C1R() [all …]
|
/external/opencv3/modules/cudaimgproc/src/ |
D | histogram.cpp | 268 … typedef NppStatus (*func_ptr)(const src_t* pSrc, int nSrcStep, NppiSize oSizeROI, Npp32s * pHist, 275 typedef NppStatus (*func_ptr)(const src_t* pSrc, int nSrcStep, NppiSize oSizeROI, 350 … typedef NppStatus (*func_ptr)(const src_t* pSrc, int nSrcStep, NppiSize oSizeROI, Npp32s* pHist, 359 … typedef NppStatus (*func_ptr)(const Npp32f* pSrc, int nSrcStep, NppiSize oSizeROI, Npp32s* pHist, 368 …typedef NppStatus (*func_ptr)(const src_t* pSrc, int nSrcStep, NppiSize oSizeROI, Npp32s* pHist[4], 377 …typedef NppStatus (*func_ptr)(const Npp32f* pSrc, int nSrcStep, NppiSize oSizeROI, Npp32s* pHist[4…
|
D | color.cpp | 2221 …typedef NppStatus (*func_t)(const Npp8u* pSrc, int nSrcStep, Npp8u* pDst, int nDstStep, NppiSize o… in gammaCorrection()
|
/external/opencv3/modules/cudaarithm/src/ |
D | core.cpp | 84 …typedef NppStatus (*func_t)(const npp_t* pSrc, int nSrcStep, npp_t* pDst, int nDstStep, NppiSize o…
|
D | element_operations.cpp | 464 …typedef NppStatus (*nppMagnitude_t)(const Npp32fc* pSrc, int nSrcStep, Npp32f* pDst, int nDstStep,…
|
/external/opencv3/modules/cudafilters/src/ |
D | filtering.cpp | 104 …typedef NppStatus (*nppFilterBox_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstSt… 509 …typedef NppStatus (*nppMorfFilter_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstS… 799 …typedef NppStatus (*nppFilterRank_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstS…
|
/external/opencv3/modules/cudawarping/src/ |
D | warp.cpp | 470 …typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcRO…
|