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

  /external/opencv3/modules/cudalegacy/test/
TestRectStdDev.h 56 NcvBool bTextureCache);
73 NcvBool bTextureCache;
TestResize.h 55 Ncv32u width, Ncv32u height, Ncv32u scaleFactor, NcvBool bTextureCache);
71 NcvBool bTextureCache;
NCVAutoTestLister.hpp 55 NCVAutoTestLister(std::string testSuiteName_, OutputLevel outputLevel_ = OutputLevelCompact, NcvBool bStopOnFirstFail_=false)
162 NcvBool bStopOnFirstFail;
NCVTestSourceProvider.hpp 118 NcvBool fill(NCVMatrix<T> &dst)
149 NcvBool fill(NCVVector<T> &dst)
181 NcvBool isInit(void)
186 NcvBool bInit;
TestResize.cpp 48 Ncv32u width_, Ncv32u height_, Ncv32u scaleFactor_, NcvBool bTextureCache_)
TestRectStdDev.cpp 48 NcvBool bTextureCache_)
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCVPyramid.hpp 95 NcvBool isInitialized() const;
98 NcvBool bTrilinear,
103 NcvBool _isInitialized;
NCVHaarObjectDetection.hpp 131 __host__ NCVStatus create(NcvBool bTilted, NcvBool bLeftLeaf, NcvBool bRightLeaf,
151 __device__ __host__ NcvBool isTilted(void)
156 __device__ __host__ NcvBool isLeftNodeLeaf(void)
161 __device__ __host__ NcvBool isRightNodeLeaf(void)
339 NcvBool bNeedsTiltedII;
340 NcvBool bHasStumpsOnly;
396 NcvBool bMaskElements,
414 NcvBool bMaskElements
    [all...]
NCV.hpp 118 typedef bool NcvBool;
210 NCV_CT_ASSERT(sizeof(NcvBool) <= 4);
469 virtual NcvBool isInitialized(void) const = 0;
470 virtual NcvBool isCounting(void) const = 0;
497 virtual NcvBool isInitialized(void) const;
498 virtual NcvBool isCounting(void) const;
513 NcvBool bReusesMemory;
530 virtual NcvBool isInitialized(void) const;
531 virtual NcvBool isCounting(void) const;
664 NcvBool isMemAllocated() cons
    [all...]
NPP_staging.hpp 352 NcvBool readThruTexture);
363 NcvBool readThruTexture);
374 NcvBool readThruTexture);
385 NcvBool readThruTexture);
396 NcvBool readThruTexture);
407 NcvBool readThruTexture);
499 Ncv32f scaleArea, NcvBool readThruTexture);
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu 207 template <NcvBool tbCacheTextureCascade>
223 template <NcvBool tbCacheTextureCascade>
242 template <NcvBool tbCacheTextureIImg>
292 template <NcvBool tbInitMaskPositively,
293 NcvBool tbCacheTextureIImg,
294 NcvBool tbCacheTextureCascade,
295 NcvBool tbReadPixelIndexFromVector,
296 NcvBool tbDoAtomicCompaction>
309 NcvBool bInactiveThread = false;
361 NcvBool bPass = true
    [all...]
NCV.cu 75 NcvBool bVertical = blockId & 0x1;
76 NcvBool bTopLeft = blockId & 0x2;
NCVRuntimeTemplates.hpp 179 NcvBool val = templateParamList[templateParamList.size() - 1];
NCVPyramid.cu 378 NcvBool bDeviceCode = alloc.memType() == NCVMemoryTypeDevice;
472 NcvBool NCVImagePyramid<T>::isInitialized() const
481 NcvBool bTrilinear,
499 NcvBool bUse2Refs = false;
528 NcvBool bDeviceCode = this->layer0->memType() == NCVMemoryTypeDevice;
NPP_staging.cu 695 template<class T, NcvBool tbCacheTexture>
731 template <class T, NcvBool tbCacheTexture>
751 NcvBool readThruTexture)
842 NcvSize32u srcRoi, Ncv32u scale, NcvBool readThruTexture) \
885 template <NcvBool tbCacheTexture>
899 template <NcvBool tbCacheTexture>
917 template <NcvBool tbCacheTexture>
    [all...]
  /external/opencv3/samples/gpu/
cascadeclassifier_nvidia_api.cpp 88 NcvBool bFilterRects, NcvBool bLargestFace,
172 NcvBool bQuit = false;
204 NcvBool bUseGPU = true;
205 NcvBool bLargestObject = false;
206 NcvBool bFilterRects = true;
207 NcvBool bHelpScreen = false;
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 339 NcvBool bProperAlignment = (alignment_ & (alignment_ - 1)) == 0;
351 NcvBool bProperAlignment = (alignment_ & (alignment_ - 1)) == 0;
463 NcvBool NCVMemStackAllocator::isInitialized(void) const
469 NcvBool NCVMemStackAllocator::isCounting(void) const
574 NcvBool NCVMemNativeAllocator::isInitialized(void) const
580 NcvBool NCVMemNativeAllocator::isCounting(void) const

Completed in 168 milliseconds