Searched refs:Ncv32s (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHypothesesFilter.cpp | 78 return std::abs((Ncv32s)r1.x - (Ncv32s)r2.x) <= delta && in compareRects() 79 std::abs((Ncv32s)r1.y - (Ncv32s)r2.y) <= delta && in compareRects() 80 std::abs((Ncv32s)r1.x + (Ncv32s)r1.width - (Ncv32s)r2.x - (Ncv32s)r2.width) <= delta && in compareRects() 81 std::abs((Ncv32s)r1.y + (Ncv32s)r1.height - (Ncv32s)r2.y - (Ncv32s)r2.height) <= delta; in compareRects() 129 (Ncv32s)(h_vecDst_groundTruth.ptr()[i].width * this->eps * (randVal - 0.5)); in process() 133 (Ncv32s)(h_vecDst_groundTruth.ptr()[i].height * this->eps * (randVal - 0.5)); in process() 144 (Ncv32s)(h_vecDst_groundTruth.ptr()[i].width * this->eps * (randVal - 0.5)); in process() 148 (Ncv32s)(h_vecDst_groundTruth.ptr()[i].height * this->eps * (randVal - 0.5)); in process()
|
D | TestRectStdDev.cpp | 83 Ncv32s _normWidth = (Ncv32s)this->width - this->rect.x - this->rect.width + 1; in process() 84 Ncv32s _normHeight = (Ncv32s)this->height - this->rect.y - this->rect.height + 1; in process()
|
D | TestResize.cpp | 84 Ncv32s smallWidth = this->width / this->scaleFactor; in process() 85 Ncv32s smallHeight = this->height / this->scaleFactor; in process()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 186 Ncv32s nKernelSize, 187 Ncv32s nAnchor, 220 Ncv32s nKernelSize, 221 Ncv32s nAnchor, 360 NCVStatus nppiStDecimate_32s_C1R(Ncv32s *d_src, Ncv32u srcStep, 361 Ncv32s *d_dst, Ncv32u dstStep, 433 NCVStatus nppiStDecimate_32s_C1R_host(Ncv32s *h_src, Ncv32u srcStep, 434 Ncv32s *h_dst, Ncv32u dstStep, 546 NCVStatus nppiStTranspose_32s_C1R(Ncv32s *d_src, Ncv32u srcStride, 547 Ncv32s *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); [all …]
|
D | NCV.hpp | 127 typedef int Ncv32s; typedef 150 Ncv32s x; ///< x-coordinate of upper left corner. 151 Ncv32s y; ///< y-coordinate of upper left corner. 152 Ncv32s width; ///< Rectangle width. 153 Ncv32s height; ///< Rectangle height. 155 __host__ __device__ NcvRect32s(Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_) in NcvRect32s() 174 Ncv32s width; ///< Rectangle width. 175 Ncv32s height; ///< Rectangle height. 177 … __host__ __device__ NcvSize32s(Ncv32s width_, Ncv32s height_) : width(width_), height(height_) {} in NcvSize32s() 193 Ncv32s x; ///< Point X. [all …]
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPyramid.cu | 60 out.x = ((Ncv32s)p00.x + p01.x + p10.x + p11.x + 2) / 4; in _average4_CN() 84 out.x = ((Ncv32s)p00.x + p01.x + p10.x + p11.x + 2) / 4; in _average4_CN() 85 out.y = ((Ncv32s)p00.y + p01.y + p10.y + p11.y + 2) / 4; in _average4_CN() 86 out.z = ((Ncv32s)p00.z + p01.z + p10.z + p11.z + 2) / 4; in _average4_CN() 114 out.x = ((Ncv32s)p00.x + p01.x + p10.x + p11.x + 2) / 4; in _average4_CN() 115 out.y = ((Ncv32s)p00.y + p01.y + p10.y + p11.y + 2) / 4; in _average4_CN() 116 out.z = ((Ncv32s)p00.z + p01.z + p10.z + p11.z + 2) / 4; in _average4_CN() 117 out.w = ((Ncv32s)p00.w + p01.w + p10.w + p11.w + 2) / 4; in _average4_CN()
|
D | NPP_staging.cu | 1479 for (Ncv32s i=(Ncv32s)partSumNums.size()-3; i>=0; i--) in compactVector_32u_device() 1586 NCVStatus nppsStCompact_32s(Ncv32s *d_src, Ncv32u srcLen, in nppsStCompact_32s() 1587 Ncv32s *d_dst, Ncv32u *p_dstLen, in nppsStCompact_32s() 1588 Ncv32s elemRemove, Ncv8u *pBuffer, in nppsStCompact_32s() 1643 NCVStatus nppsStCompact_32s_host(Ncv32s *h_src, Ncv32u srcLen, in nppsStCompact_32s_host() 1644 Ncv32s *h_dst, Ncv32u *dstLen, Ncv32s elemRemove) in nppsStCompact_32s_host() 1693 Ncv32s nKernelSize, in FilterRowBorderMirror_32f_C1R() 1694 Ncv32s nAnchor, in FilterRowBorderMirror_32f_C1R() 1728 Ncv32s nKernelSize, in FilterColumnBorderMirror_32f_C1R() 1729 Ncv32s nAnchor, in FilterColumnBorderMirror_32f_C1R() [all …]
|
D | NCVPixelOperations.hpp | 56 template<> inline __host__ __device__ Ncv32s _pixMaxVal<Ncv32s>() {return INT_MAX;} in _pixMaxVal() 66 template<> inline __host__ __device__ Ncv32s _pixMinVal<Ncv32s>() {return INT_MIN;} in _pixMinVal()
|
D | NCVHaarObjectDetection.cu | 512 Ncv32s numRootNodesInStage = curStage.getNumClassifierRootNodes(); in applyHaarClassifierClassifierParallel() 1670 if (haar.ClassifierSize.width * (Ncv32s)scale < minObjSize.width || in ncvDetectObjectsMultiScale_device() 1671 haar.ClassifierSize.height * (Ncv32s)scale < minObjSize.height) in ncvDetectObjectsMultiScale_device()
|