OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caller_t
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/cudafeatures2d/src/
brute_force_matcher.cpp
335
typedef void (*
caller_t
)(const PtrStepSzb& query, const PtrStepSzb& train, const PtrStepSzb& mask,
339
static const
caller_t
callersL1[] =
345
static const
caller_t
callersL2[] =
351
static const
caller_t
callersHamming[] =
358
const
caller_t
* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHamming;
360
const
caller_t
func = callers[query.depth()];
397
typedef void (*
caller_t
)(const PtrStepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& masks,
401
static const
caller_t
callersL1[] =
407
static const
caller_t
callersL2[] =
413
static const
caller_t
callersHamming[]
[
all
...]
/external/opencv3/modules/cudaimgproc/src/cuda/
match_template.cu
125
typedef void (*
caller_t
)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream);
127
static const
caller_t
callers[] =
138
typedef void (*
caller_t
)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream);
140
static const
caller_t
callers[] =
195
typedef void (*
caller_t
)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream);
197
static const
caller_t
callers[] =
207
typedef void (*
caller_t
)(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream);
209
static const
caller_t
callers[] =
252
typedef void (*
caller_t
)(int w, int h, const PtrStepSz<double> image_sqsum, double templ_sqsum, PtrStepSzf result, cudaStream_t stream);
254
static const
caller_t
callers[]
[
all
...]
bilateral_filter.cu
149
typedef void (*
caller_t
)(const PtrStepSzb& src, PtrStepSzb dst, int kernel_size, float sigma_spatial, float sigma_color, cudaStream_t stream);
151
static
caller_t
funcs[] =
/external/opencv3/modules/cudaoptflow/src/cuda/
farneback.cu
524
typedef void (*
caller_t
)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t);
526
static const
caller_t
callers[] =
622
typedef void (*
caller_t
)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t);
624
static const
caller_t
callers[] =
639
typedef void (*
caller_t
)(const PtrStepSzf, int, PtrStepSzf, cudaStream_t);
641
static const
caller_t
callers[] =
/external/opencv3/modules/cudafilters/src/cuda/
column_filter.hpp
184
typedef void (*
caller_t
)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream);
typedef
186
static const
caller_t
callers[5][33] =
row_filter.hpp
183
typedef void (*
caller_t
)(PtrStepSz<T> src, PtrStepSz<D> dst, int anchor, int cc, cudaStream_t stream);
typedef
185
static const
caller_t
callers[5][33] =
/external/opencv3/modules/cudawarping/src/cuda/
remap.cu
209
typedef void (*
caller_t
)(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap,
212
static const
caller_t
callers[3][5] =
Completed in 636 milliseconds