Searched refs:NPPST_INVALID_STEP (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 381 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/ |
D | NCV.cpp | 111 error_entry( NPPST_INVALID_STEP ),
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 366 …NPPST_INVALID_STEP, ///< Invalid image lines step argument (check sign, alig… enumerator
|