Home
last modified time | relevance | path

Searched refs:caller_t (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp335 … typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask, in matchAsync() typedef
339 static const caller_t callersL1[] = in matchAsync()
345 static const caller_t callersL2[] = in matchAsync()
351 static const caller_t callersHamming[] = in matchAsync()
358 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync()
360 const caller_t func = callers[query.depth()]; in matchAsync()
397 …typedef void (*caller_t)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrSte… in matchAsync() typedef
401 static const caller_t callersL1[] = in matchAsync()
407 static const caller_t callersL2[] = in matchAsync()
413 static const caller_t callersHamming[] = in matchAsync()
[all …]
/external/opencv3/modules/cudaimgproc/src/cuda/
Dmatch_template.cu125 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_CCORR_32F() typedef
127 static const caller_t callers[] = in matchTemplateNaive_CCORR_32F()
138 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_CCORR_8U() typedef
140 static const caller_t callers[] = in matchTemplateNaive_CCORR_8U()
195 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_SQDIFF_32F() typedef
197 static const caller_t callers[] = in matchTemplateNaive_SQDIFF_32F()
207 …typedef void (*caller_t)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaSt… in matchTemplateNaive_SQDIFF_8U() typedef
209 static const caller_t callers[] = in matchTemplateNaive_SQDIFF_8U()
252 …typedef void (*caller_t)(int w, int h, const PtrStepSz<double> image_sqsum, double templ_sqsum, Pt… in matchTemplatePrepared_SQDIFF_8U() typedef
254 static const caller_t callers[] = in matchTemplatePrepared_SQDIFF_8U()
[all …]
Dbilateral_filter.cu149 …typedef void (*caller_t)(const PtrStepSzb& src, PtrStepSzb dst, int kernel_size, float sigma_spati… in bilateral_filter_gpu() typedef
151 static caller_t funcs[] = in bilateral_filter_gpu()
/external/opencv3/modules/cudaoptflow/src/cuda/
Dfarneback.cu524 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlurGpu() typedef
526 static const caller_t callers[] = in gaussianBlurGpu()
622 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlur5Gpu() typedef
624 static const caller_t callers[] = in gaussianBlur5Gpu()
639 typedef void (*caller_t)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t); in gaussianBlur5Gpu_CC11() typedef
641 static const caller_t callers[] = in gaussianBlur5Gpu_CC11()
/external/opencv3/modules/cudawarping/src/cuda/
Dremap.cu209 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf x… in remap_gpu() typedef
212 static const caller_t callers[3][5] = in remap_gpu()
/external/opencv3/modules/cudafilters/src/cuda/
Dcolumn_filter.hpp184 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stre… in linearColumn() typedef
186 static const caller_t callers[5][33] = in linearColumn()
Drow_filter.hpp183 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stre… in linearRow() typedef
185 static const caller_t callers[5][33] = in linearRow()