Home
last modified time | relevance | path

Searched refs:nDstStep (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNPP_staging.hpp182 Ncv32u nDstStep,
216 Ncv32u nDstStep,
328 Ncv32u nDstStep,
/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu1760 Ncv32u nDstStep, in nppiStFilterRowBorder_32f_C1R() argument
1775 dstSize.width * sizeof (Ncv32f) <= nDstStep && in nppiStFilterRowBorder_32f_C1R()
1777 oROI.width * sizeof (Ncv32f) <= nDstStep && in nppiStFilterRowBorder_32f_C1R()
1779 nDstStep % sizeof (Ncv32f) == 0, NPPST_INVALID_STEP); in nppiStFilterRowBorder_32f_C1R()
1782 Ncv32u dstStep = nDstStep / sizeof (Ncv32f); in nppiStFilterRowBorder_32f_C1R()
1832 Ncv32u nDstStep, in nppiStFilterColumnBorder_32f_C1R() argument
1847 dstSize.width * sizeof (Ncv32f) <= nDstStep && in nppiStFilterColumnBorder_32f_C1R()
1849 oROI.width * sizeof (Ncv32f) <= nDstStep && in nppiStFilterColumnBorder_32f_C1R()
1851 nDstStep % sizeof (Ncv32f) == 0, NPPST_INVALID_STEP); in nppiStFilterColumnBorder_32f_C1R()
1854 Ncv32u dstStep = nDstStep / sizeof (Ncv32f); in nppiStFilterColumnBorder_32f_C1R()
[all …]
/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.cpp338 …e* pSrc1, int nSrc1Step, const Npp32u* pConstants, npp_type* pDst, int nDstStep, NppiSize oSizeR…
344 …pe* pSrc1, int nSrc1Step, const Npp32u pConstants, npp_type* pDst, int nDstStep, NppiSize oSizeR…
464 … (*nppMagnitude_t)(const Npp32fc* pSrc, int nSrcStep, Npp32f* pDst, int nDstStep, NppiSize oSizeRO…
/external/opencv3/modules/cudaarithm/src/cuda/
Dbitwise_scalar.cu95 …* pSrc1, int nSrc1Step, const npp_type* pConstants, npp_type* pDst, int nDstStep, NppiSize oSizeRO…
/external/opencv3/modules/cudafilters/src/
Dfiltering.cpp104 …pedef NppStatus (*nppFilterBox_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstStep,
509 …ppMorfFilter_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstStep, NppiSize oSizeRO…
799 …ppFilterRank_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstStep, NppiSize oSizeRO…
/external/opencv3/modules/cudawarping/src/
Dwarp.cpp471 npp_type* pDst, int nDstStep, NppiRect oDstROI,
/external/opencv3/modules/cudaimgproc/src/
Dcolor.cpp2221 …typedef NppStatus (*func_t)(const Npp8u* pSrc, int nSrcStep, Npp8u* pDst, int nDstStep, NppiSize o… in gammaCorrection()
2265 …rc1, int nSrc1Step, const npp_t* pSrc2, int nSrc2Step, npp_t* pDst, int nDstStep, NppiSize oSizeRO…