Home
last modified time | relevance | path

Searched refs:NPPST_INVALID_STEP (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu381 dstStep % sizeof(T_out) == 0, NPPST_INVALID_STEP); in ncvIntegralImage_device()
436 dstStep % sizeof(Ncv64u) == 0, NPPST_INVALID_STEP); in ncvSquaredIntegralImage_device()
594 dstStep % sizeof(Ncv32u) == 0, NPPST_INVALID_STEP); in nppiStIntegral_8u32u_C1R_host()
627 dstStep % sizeof(Ncv32f) == 0, NPPST_INVALID_STEP); in nppiStIntegral_32f32f_C1R_host()
660 dstStep % sizeof(Ncv64u) == 0, NPPST_INVALID_STEP); in nppiStSqrIntegral_8u64u_C1R_host()
757 dstStep >= (Ncv32u)(srcRoi.width * sizeof(T) / scale), NPPST_INVALID_STEP); in decimateWrapperDevice()
819 srcStep % sizeof(T) == 0 && dstStep % sizeof(T) == 0, NPPST_INVALID_STEP); in decimateWrapperHost()
994 normStep % sizeof(Ncv32f) == 0, NPPST_INVALID_STEP); in nppiStRectStdDev_32f_C1R()
1051 normStep % sizeof(Ncv32f) == 0, NPPST_INVALID_STEP); in nppiStRectStdDev_32f_C1R_host()
1181 srcStride % sizeof(T) == 0 && dstStride % sizeof(T) == 0, NPPST_INVALID_STEP); in transposeWrapperDevice()
[all …]
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp111 error_entry( NPPST_INVALID_STEP ),
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp366NPPST_INVALID_STEP, ///< Invalid image lines step argument (check sign, alig… enumerator