HomeSort by relevance Sort by last modified time
    Searched refs:__constant__ (Results 1 - 25 of 28) sorted by null

1 2

  /external/opencv3/modules/cudalegacy/src/cuda/
calib3d.cu 56 __constant__ float3 crot0;
57 __constant__ float3 crot1;
58 __constant__ float3 crot2;
59 __constant__ float3 ctransl;
88 __constant__ float3 crot0;
89 __constant__ float3 crot1;
90 __constant__ float3 crot2;
91 __constant__ float3 ctransl;
92 __constant__ float3 cproj0;
93 __constant__ float3 cproj1
    [all...]
gmg.cu 52 __constant__ int c_width;
53 __constant__ int c_height;
54 __constant__ float c_minVal;
55 __constant__ float c_maxVal;
56 __constant__ int c_quantizationLevels;
57 __constant__ float c_backgroundPrior;
58 __constant__ float c_decisionThreshold;
59 __constant__ int c_maxFeatures;
60 __constant__ int c_numInitializationFrames;
  /external/clang/test/CodeGenCUDA/Inputs/
cuda.h 5 #define __constant__ __attribute__((constant)) macro
  /external/clang/test/PCH/Inputs/
cuda.h 5 #define __constant__ __attribute__((constant)) macro
  /external/clang/test/SemaCUDA/Inputs/
cuda.h 5 #define __constant__ __attribute__((constant)) macro
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu 107 __constant__ int c_nmixtures;
108 __constant__ float c_Tb;
109 __constant__ float c_TB;
110 __constant__ float c_Tg;
111 __constant__ float c_varInit;
112 __constant__ float c_varMin;
113 __constant__ float c_varMax;
114 __constant__ float c_tau;
115 __constant__ unsigned char c_shadowVal;
  /external/opencv3/modules/stitching/src/cuda/
build_warp_maps.cu 60 __constant__ float ck_rinv[9];
61 __constant__ float cr_kinv[9];
62 __constant__ float ct[3];
63 __constant__ float cscale;
  /external/opencv3/modules/videostab/src/cuda/
global_motion.cu 52 __constant__ float cml[9];
53 __constant__ float cmr[9];
  /external/opencv3/modules/cudaobjdetect/src/cuda/
hog.cu 60 __constant__ int cnbins;
61 __constant__ int cblock_stride_x;
62 __constant__ int cblock_stride_y;
63 __constant__ int cnblocks_win_x;
64 __constant__ int cnblocks_win_y;
65 __constant__ int cblock_hist_size;
66 __constant__ int cblock_hist_size_2up;
67 __constant__ int cdescr_size;
68 __constant__ int cdescr_width;
    [all...]
  /external/opencv3/modules/cudaoptflow/src/cuda/
farneback.cu 60 __constant__ float c_g[8];
61 __constant__ float c_xg[8];
62 __constant__ float c_xxg[8];
63 __constant__ float c_ig11, c_ig03, c_ig33, c_ig55;
154 __constant__ float c_border[BORDER_SIZE + 1];
453 __constant__ float c_gKer[MAX_KSIZE_HALF + 1];
pyrlk.cu 57 __constant__ int c_winSize_x;
58 __constant__ int c_winSize_y;
59 __constant__ int c_halfWin_x;
60 __constant__ int c_halfWin_y;
61 __constant__ int c_iters;
  /external/clang/test/CodeGen/
builtins-nvptx.c 8 #define __constant__ __attribute__((constant)) macro
  /external/opencv3/modules/cudastereo/src/cuda/
stereobm.cu 63 __constant__ unsigned int* cminSSDImage;
64 __constant__ size_t cminSSD_step;
65 __constant__ int cwidth;
66 __constant__ int cheight;
stereobp.cu 57 __constant__ int cndisp;
58 __constant__ float cmax_data_term;
59 __constant__ float cdata_weight;
60 __constant__ float cmax_disc_term;
61 __constant__ float cdisc_single_jump;
util.cu 54 __constant__ float cq[16];
  /external/opencv3/modules/cudacodec/src/cuda/
nv12_to_rgb.cu 67 __constant__ float constHueColorSpaceMat[9] = {1.1644f, 0.0f, 1.596f, 1.1644f, -0.3918f, -0.813f, 1.1644f, 2.0172f, 0.0f};
  /external/opencv3/modules/cudaimgproc/src/cuda/
hist.cu 194 __constant__ int c_lut[256];
canny.cu 355 __constant__ int c_dx[8] = {-1, 0, 1, -1, 1, -1, 0, 1};
356 __constant__ int c_dy[8] = {-1, -1, -1, 0, 0, 1, 1, 1};
generalized_hough.cu 334 __constant__ FeatureTable c_templFeatures;
335 __constant__ FeatureTable c_imageFeatures;
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 331 __constant__ float c_RGB2YUVCoeffs_f[5] = { 0.114f, 0.587f, 0.299f, 0.492f, 0.877f };
332 __constant__ int c_RGB2YUVCoeffs_i[5] = { B2Y, G2Y, R2Y, 8061, 14369 };
380 __constant__ float c_YUV2RGBCoeffs_f[5] = { 2.032f, -0.395f, -0.581f, 1.140f };
381 __constant__ int c_YUV2RGBCoeffs_i[5] = { 33292, -6472, -9519, 18678 };
425 __constant__ float c_RGB2YCrCbCoeffs_f[5] = { 0.299f, 0.587f, 0.114f, 0.713f, 0.564f };
426 __constant__ int c_RGB2YCrCbCoeffs_i[5] = { R2Y, G2Y, B2Y, 11682, 9241 };
474 __constant__ float c_YCrCb2RGBCoeffs_f[5] = {1.403f, -0.714f, -0.344f, 1.773f};
475 __constant__ int c_YCrCb2RGBCoeffs_i[5] = {22987, -11698, -5636, 29049};
519 __constant__ float c_RGB2XYZ_D65f[9] = { 0.412453f, 0.357580f, 0.180423f, 0.212671f, 0.715160f, 0.072169f, 0.019334f, 0.119193f, 0.950227f };
520 __constant__ int c_RGB2XYZ_D65i[9] = { 1689, 1465, 739, 871, 2929, 296, 79, 488, 3892 }
    [all...]
  /external/opencv3/modules/superres/src/cuda/
btv_l1_gpu.cu 192 __constant__ float c_btvRegWeights[16*16];
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 497 __constant__ float c_RGB2YUVCoeffs_f[5] = { 0.114f, 0.587f, 0.299f, 0.492f, 0.877f };
498 __constant__ int c_RGB2YUVCoeffs_i[5] = { B2Y, G2Y, R2Y, 8061, 14369 };
546 __constant__ float c_YUV2RGBCoeffs_f[5] = { 2.032f, -0.395f, -0.581f, 1.140f };
547 __constant__ int c_YUV2RGBCoeffs_i[5] = { 33292, -6472, -9519, 18678 };
636 __constant__ float c_RGB2YCrCbCoeffs_f[5] = {0.299f, 0.587f, 0.114f, 0.713f, 0.564f};
637 __constant__ int c_RGB2YCrCbCoeffs_i[5] = {R2Y, G2Y, B2Y, 11682, 9241};
713 __constant__ float c_YCrCb2RGBCoeffs_f[5] = {1.403f, -0.714f, -0.344f, 1.773f};
714 __constant__ int c_YCrCb2RGBCoeffs_i[5] = {22987, -11698, -5636, 29049};
794 __constant__ float c_RGB2XYZ_D65f[9] = { 0.412453f, 0.357580f, 0.180423f, 0.212671f, 0.715160f, 0.072169f, 0.019334f, 0.119193f, 0.950227f };
795 __constant__ int c_RGB2XYZ_D65i[9] = { 1689, 1465, 739, 871, 2929, 296, 79, 488, 3892 }
    [all...]
  /external/opencv3/modules/cudafeatures2d/src/cuda/
orb.cu 144 __constant__ int c_u_max[32];
  /external/opencv3/modules/cudafilters/src/cuda/
column_filter.hpp 55 __constant__ float c_kernel[MAX_KERNEL_SIZE];
row_filter.hpp 55 __constant__ float c_kernel[MAX_KERNEL_SIZE];

Completed in 423 milliseconds

1 2