Home
last modified time | relevance | path

Searched refs:nSrcStep (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNPP_staging.hpp179 Ncv32u nSrcStep,
213 Ncv32u nSrcStep,
235 Ncv32u nSrcStep,
262 Ncv32u nSrcStep,
294 Ncv32u nSrcStep,
324 Ncv32u nSrcStep,
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu963 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()
DNPP_staging.cu1757 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/
Dhistogram.cpp268 … 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…
Dcolor.cpp2221 …typedef NppStatus (*func_t)(const Npp8u* pSrc, int nSrcStep, Npp8u* pDst, int nDstStep, NppiSize o… in gammaCorrection()
/external/opencv3/modules/cudaarithm/src/
Dcore.cpp84 …typedef NppStatus (*func_t)(const npp_t* pSrc, int nSrcStep, npp_t* pDst, int nDstStep, NppiSize o…
Delement_operations.cpp464 …typedef NppStatus (*nppMagnitude_t)(const Npp32fc* pSrc, int nSrcStep, Npp32f* pDst, int nDstStep,…
/external/opencv3/modules/cudafilters/src/
Dfiltering.cpp104 …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/
Dwarp.cpp470 …typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcRO…