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

  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 89 #define NCV_CT_ASSERT(X) \
210 NCV_CT_ASSERT(sizeof(NcvBool) <= 4);
211 NCV_CT_ASSERT(sizeof(Ncv64s) == 8);
212 NCV_CT_ASSERT(sizeof(Ncv64u) == 8);
213 NCV_CT_ASSERT(sizeof(Ncv32s) == 4);
214 NCV_CT_ASSERT(sizeof(Ncv32u) == 4);
215 NCV_CT_ASSERT(sizeof(Ncv16s) == 2);
216 NCV_CT_ASSERT(sizeof(Ncv16u) == 2);
217 NCV_CT_ASSERT(sizeof(Ncv8s) == 1);
218 NCV_CT_ASSERT(sizeof(Ncv8u) == 1)
    [all...]
NCVHaarObjectDetection.hpp 318 NCV_CT_ASSERT(sizeof(HaarFeature64) == 8);
319 NCV_CT_ASSERT(sizeof(HaarFeatureDescriptor32) == 4);
320 NCV_CT_ASSERT(sizeof(HaarClassifierNodeDescriptor32) == 4);
321 NCV_CT_ASSERT(sizeof(HaarClassifierNode128) == 16);
322 NCV_CT_ASSERT(sizeof(HaarStage64) == 8);
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu 87 NCV_CT_ASSERT(K_WARP_SIZE == 32); //this is required for the manual unroll of the loop in warpScanInclusive
    [all...]
NPP_staging.cu 91 NCV_CT_ASSERT(K_WARP_SIZE == 32); //this is required for the manual unroll of the loop in warpScanInclusive
    [all...]

Completed in 1279 milliseconds