HomeSort by relevance Sort by last modified time
    Searched refs:NPPST_INVALID_STEP (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu 381 dstStep % sizeof(T_out) == 0, NPPST_INVALID_STEP);
436 dstStep % sizeof(Ncv64u) == 0, NPPST_INVALID_STEP);
594 dstStep % sizeof(Ncv32u) == 0, NPPST_INVALID_STEP);
627 dstStep % sizeof(Ncv32f) == 0, NPPST_INVALID_STEP);
660 dstStep % sizeof(Ncv64u) == 0, NPPST_INVALID_STEP);
757 dstStep >= (Ncv32u)(srcRoi.width * sizeof(T) / scale), NPPST_INVALID_STEP);
819 srcStep % sizeof(T) == 0 && dstStep % sizeof(T) == 0, NPPST_INVALID_STEP);
    [all...]
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 366 NPPST_INVALID_STEP, ///< Invalid image lines step argument (check sign, alignment, relation to image width)
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 111 error_entry( NPPST_INVALID_STEP ),

Completed in 36 milliseconds