Searched refs:NCVMatrixReuse (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | brox.cpp | 172 …NCVMatrixReuse<Ncv32f> frame0Mat(frame0MemSeg, static_cast<Ncv32u>(textureAlignment), frame0.cols,… in calc() 173 …NCVMatrixReuse<Ncv32f> frame1Mat(frame1MemSeg, static_cast<Ncv32u>(textureAlignment), frame1.cols,… in calc() 174 …NCVMatrixReuse<Ncv32f> uMat(uMemSeg, static_cast<Ncv32u>(textureAlignment), u.cols, u.rows, static… in calc() 175 …NCVMatrixReuse<Ncv32f> vMat(vMemSeg, static_cast<Ncv32u>(textureAlignment), v.cols, v.rows, static… in calc()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 919 class NCVMatrixReuse : public NCVMatrix<T> class 921 NCVMatrixReuse(); 922 NCVMatrixReuse(const NCVMatrixReuse &); 926 …NCVMatrixReuse(const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, N… in NCVMatrixReuse() function in NCVMatrixReuse 961 NCVMatrixReuse(const NCVMatrix<T> &mat, NcvRect32u roi) in NCVMatrixReuse() function in NCVMatrixReuse
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | cascadeclassifier.cpp | 329 …NCVMatrixReuse<Ncv8u> d_src(src_seg, static_cast<int>(devProp.textureAlignment), src.cols, src.row… in process()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 453 …NCVMatrixReuse<Ncv32u> Tmp32_2(Tmp64.getSegment(), gpuAllocator.alignment(), PaddedWidthII32, Padd… in ncvSquaredIntegralImage_device() 455 …NCVMatrixReuse<Ncv64u> Tmp64_2(Tmp64.getSegment(), gpuAllocator.alignment(), PaddedWidthII64, Padd… in ncvSquaredIntegralImage_device()
|