/external/clang/test/CodeGenCUDA/Inputs/ |
cuda.h | 7 #define __global__ __attribute__((global)) macro
|
/external/clang/test/PCH/Inputs/ |
cuda.h | 7 #define __global__ __attribute__((global)) macro
|
/external/clang/test/SemaCUDA/Inputs/ |
cuda.h | 7 #define __global__ __attribute__((global)) macro
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
hough_lines.cu | 61 __global__ void linesAccumGlobal(const unsigned int* list, const int count, PtrStepi accum, const float irho, const float theta, const int numrho) 89 __global__ void linesAccumShared(const unsigned int* list, const int count, PtrStepi accum, const float irho, const float theta, const int numrho) 149 __global__ void linesGetResult(const PtrStepSzi accum, float2* out, int* votes, const int maxSize, const float rho, const float theta, const int threshold, const int numrho)
|
corners.cu | 64 __global__ void cornerHarris_kernel(const int block_size, const float k, PtrStepSzf dst) 98 __global__ void cornerHarris_kernel(const int block_size, const float k, PtrStepSzf dst, const BR border_row, const BC border_col) 169 __global__ void cornerMinEigenVal_kernel(const int block_size, PtrStepSzf dst) 207 __global__ void cornerMinEigenVal_kernel(const int block_size, PtrStepSzf dst, const BR border_row, const BC border_col)
|
blend.cu | 52 __global__ void blendLinearKernel(int rows, int cols, int cn, const PtrStep<T> img1, const PtrStep<T> img2, 86 __global__ void blendLinearKernel8UC4(int rows, int cols, const PtrStepb img1, const PtrStepb img2,
|
hough_circles.cu | 62 __global__ void circlesAccumCenters(const unsigned int* list, const int count, const PtrStepi dx, const PtrStepi dy, 130 __global__ void buildCentersList(const PtrStepSzi accum, unsigned int* centers, const int threshold) 180 __global__ void circlesAccumRadius(const unsigned int* centers, const unsigned int* list, const int count,
|
clahe.cu | 57 __global__ void calcLutKernel(const PtrStepb src, PtrStepb lut, 137 __global__ void tranformKernel(const PtrStepSzb src, PtrStepb dst, const PtrStepb lut, const int2 tileSize, const int tilesX, const int tilesY)
|
hist.cu | 55 __global__ void histogram256Kernel(const uchar* src, int cols, int rows, size_t step, int* hist) 123 __global__ void histEven8u(const uchar* src, const size_t step, const int rows, const int cols,
|
build_point_list.cu | 55 __global__ void buildPointList(const PtrStepSzb src, unsigned int* list)
|
generalized_hough.cu | 64 __global__ void buildEdgePointList(const PtrStepSzb edges, const PtrStep<T> dx, const PtrStep<T> dy, 168 __global__ void buildRTable(const unsigned int* coordList, const float* thetaList, const int pointsCount, 208 __global__ void Ballard_Pos_calcHist(const unsigned int* coordList, const float* thetaList, const int pointsCount, 258 __global__ void Ballard_Pos_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, 463 __global__ void Guil_Full_buildFeatureList(const unsigned int* coordList, const float* thetaList, const int pointsCount, 565 __global__ void Guil_Full_calcOHist(const int* templSizes, const int* imageSizes, int* OHist, 623 __global__ void Guil_Full_calcSHist(const int* templSizes, const int* imageSizes, int* SHist, 688 __global__ void Guil_Full_calcPHist(const int* templSizes, const int* imageSizes, PtrStepSzi PHist, 763 __global__ void Guil_Full_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, const int maxSize, [all...] |
match_template.cu | 86 __global__ void matchTemplateNaiveKernel_CCORR(int w, int h, const PtrStepb image, const PtrStepb templ, PtrStepSzf result) 152 __global__ void matchTemplateNaiveKernel_SQDIFF(int w, int h, const PtrStepb image, const PtrStepb templ, PtrStepSzf result) 221 __global__ void matchTemplatePreparedKernel_SQDIFF_8U(int w, int h, const PtrStep<double> image_sqsum, double templ_sqsum, PtrStepSzf result) 289 __global__ void matchTemplatePreparedKernel_SQDIFF_NORMED_8U( 337 __global__ void matchTemplatePreparedKernel_CCOFF_8U(int w, int h, float templ_sum_scale, const PtrStep<int> image_sum, PtrStepSzf result) 366 __global__ void matchTemplatePreparedKernel_CCOFF_8UC2( 410 __global__ void matchTemplatePreparedKernel_CCOFF_8UC3( 468 __global__ void matchTemplatePreparedKernel_CCOFF_8UC4( 537 __global__ void matchTemplatePreparedKernel_CCOFF_NORMED_8U( 585 __global__ void matchTemplatePreparedKernel_CCOFF_NORMED_8UC2 [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
split_merge.hpp | 63 __global__ void mergeC2(const Src1Ptr src1, const Src2Ptr src2, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) 93 __global__ void mergeC3(const Src1Ptr src1, const Src2Ptr src2, const Src3Ptr src3, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) 124 __global__ void mergeC4(const Src1Ptr src1, const Src2Ptr src2, const Src3Ptr src3, const Src4Ptr src4, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) 187 __global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, const MaskPtr mask, const int rows, const int cols) 217 __global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstType> dst3, const MaskPtr mask, const int rows, const int cols) 248 __global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstType> dst3, GlobPtr<DstType> dst4, const MaskPtr mask, const int rows, const int cols)
|
copy.hpp | 60 __global__ void copy(const SrcPtr src, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) 105 __global__ void copy_tuple(const SrcPtrTuple src, DstPtrTuple dst, const MaskPtr mask, const int rows, const int cols)
|
histogram.hpp | 57 __global__ void histogram(const SrcPtr src, ResType* hist, const MaskPtr mask, const int rows, const int cols)
|
reduce_to_row.hpp | 58 __global__ void reduceToRow(const SrcPtr src, ResType* dst, const MaskPtr mask, const int rows, const int cols)
|
transpose.hpp | 59 __global__ void transpose(const SrcPtr src, GlobPtr<DstType> dst, const int rows, const int cols)
|
minmaxloc.hpp | 60 __global__ void minMaxLoc_pass_1(const SrcPtr src, ResType* minVal, ResType* maxVal, int* minLoc, int* maxLoc, const MaskPtr mask, const int rows, const int cols, const int patch_y, const int patch_x) 117 __global__ void minMaxLoc_pass_2(T* minMal, T* maxVal, int* minLoc, int* maxLoc, int count)
|
/external/opencv3/modules/cudastereo/src/cuda/ |
util.cu | 57 __global__ void reprojectImageTo3D(const PtrStepSz<T> disp, PtrStep<D> xyz) 166 __global__ void drawColorDisp(uchar* disp, size_t disp_step, uchar* out_image, size_t out_step, int width, int height, int ndisp) 186 __global__ void drawColorDisp(short* disp, size_t disp_step, uchar* out_image, size_t out_step, int width, int height, int ndisp)
|
/external/opencv3/modules/superres/src/cuda/ |
btv_l1_gpu.cu | 73 __global__ void buildMotionMapsKernel(const PtrStepSzf forwardMotionX, const PtrStepf forwardMotionY, 115 __global__ void upscaleKernel(const PtrStepSz<T> src, PtrStep<T> dst, const int scale) 195 __global__ void calcBtvRegularizationKernel(const PtrStepSz<T> src, PtrStep<T> dst, const int ksize)
|
/external/opencv3/modules/cudacodec/src/cuda/ |
rgb_to_yv12.cu | 71 __global__ void Gray_to_YV12(const GlobPtrSz<uchar> src, GlobPtr<uchar> dst) 108 __global__ void RGB_to_YV12(const GlobPtrSz<T> src, GlobPtr<uchar> dst)
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
orb.cu | 72 __global__ void HarrisResponses(const PtrStepb img, const short2* loc_, float* response, const int npoints, const int blockSize, const float harris_k) 151 __global__ void IC_Angle(const PtrStepb image, const short2* loc_, float* angle, const int npoints, const int half_k) 343 __global__ void computeOrbDescriptor(const PtrStepb img, const short2* loc, const float* angle_, const int npoints, 394 __global__ void mergeLocation(const short2* loc_, float* x, float* y, const int npoints, float scale)
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
tvl1flow.cu | 57 __global__ void centeredGradientKernel(const PtrStepSzf src, PtrStepf dx, PtrStepf dy) 108 __global__ void warpBackwardKernel(const PtrStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrStepf I1w, PtrStepf I1wx, PtrStepf I1wy, PtrStepf grad, PtrStepf rho) 215 __global__ void estimateUKernel(const PtrStepSzf I1wx, const PtrStepf I1wy, 319 __global__ void estimateDualVariablesKernel(const PtrStepSzf u1, const PtrStepf u2, const PtrStepSzf u3,
|
/external/opencv3/modules/videostab/src/cuda/ |
global_motion.cu | 68 __global__ void calcWobbleSuppressionMapsKernel(
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
hog.cu | 118 __global__ void compute_hists_kernel_many_blocks(const int img_block_width, const PtrStepf grad, 263 __global__ void normalize_hists_kernel_many_blocks(const int block_hist_size, 334 __global__ void compute_confidence_hists_kernel_many_blocks(const int img_win_width, const int img_block_width, 396 __global__ void classify_hists_kernel_many_blocks(const int img_win_width, const int img_block_width, 459 __global__ void extract_descrs_by_rows_kernel(const int img_block_width, const int win_block_stride_x, const int win_block_stride_y, 501 __global__ void extract_descrs_by_cols_kernel(const int img_block_width, const int win_block_stride_x, 553 __global__ void compute_gradients_8UC4_kernel(int height, int width, const PtrStepb img, 675 __global__ void compute_gradients_8UC1_kernel(int height, int width, const PtrStepb img, [all...] |