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

  /external/opencv3/modules/cudaoptflow/src/
brox.cpp 172 NCVMatrixReuse<Ncv32f> frame0Mat(frame0MemSeg, static_cast<Ncv32u>(textureAlignment), frame0.cols, frame0.rows, static_cast<Ncv32u>(frame0.step));
173 NCVMatrixReuse<Ncv32f> frame1Mat(frame1MemSeg, static_cast<Ncv32u>(textureAlignment), frame1.cols, frame1.rows, static_cast<Ncv32u>(frame1.step));
174 NCVMatrixReuse<Ncv32f> uMat(uMemSeg, static_cast<Ncv32u>(textureAlignment), u.cols, u.rows, static_cast<Ncv32u>(u.step));
175 NCVMatrixReuse<Ncv32f> vMat(vMemSeg, static_cast<Ncv32u>(textureAlignment), v.cols, v.rows, static_cast<Ncv32u>(v.step));
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 916 * NCVMatrixReuse
919 class NCVMatrixReuse : public NCVMatrix<T>
921 NCVMatrixReuse();
922 NCVMatrixReuse(const NCVMatrixReuse &);
926 NCVMatrixReuse(const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0, NcvBool bSkipPitchCheck=false)
940 "NCVMatrixReuse ctor:: incorrect pitch passed", );
944 ncvAssertPrintReturn(pitch_ >= widthBytes, "NCVMatrixReuse ctor:: incorrect pitch passed", );
950 "NCVMatrixReuse ctor:: memory binding failed due to size mismatch", );
961 NCVMatrixReuse(const NCVMatrix<T> &mat, NcvRect32u roi
    [all...]
  /external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp 329 NCVMatrixReuse<Ncv8u> d_src(src_seg, static_cast<int>(devProp.textureAlignment), src.cols, src.rows, static_cast<int>(src.step), true);
  /external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu 453 NCVMatrixReuse<Ncv32u> Tmp32_2(Tmp64.getSegment(), gpuAllocator.alignment(), PaddedWidthII32, PaddedHeightII32);
455 NCVMatrixReuse<Ncv64u> Tmp64_2(Tmp64.getSegment(), gpuAllocator.alignment(), PaddedWidthII64, PaddedHeightII64);
    [all...]

Completed in 173 milliseconds