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

1 2 3

  /external/clang/test/Sema/
ast-print.c 6 typedef void func_t(int x); typedef
7 func_t a;
  /external/opencv3/modules/cudawarping/src/
pyramids.cpp 70 typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
71 static const func_t funcs[6][4] =
85 const func_t func = funcs[src.depth()][src.channels() - 1];
110 typedef void (*func_t)(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
111 static const func_t funcs[6][4] =
125 const func_t func = funcs[src.depth()][src.channels() - 1];
warp.cpp 142 typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize srcSize, int srcStep, NppiRect srcRoi, npp_type* pDst,
147 template <int DEPTH, typename NppWarpFunc<DEPTH>::func_t func> struct NppWarp
249 typedef void (*func_t)(const cv::cuda::GpuMat& src, cv::cuda::GpuMat& dst, double coeffs[][3], int flags, cudaStream_t stream);
251 static const func_t funcs[2][6][4] =
277 const func_t func = funcs[(flags & WARP_INVERSE_MAP) != 0][src.depth()][src.channels() - 1];
286 typedef void (*func_t)(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3], PtrStepSzb dst, int interpolation,
289 static const func_t funcs[6][4] =
299 const func_t func = funcs[src.depth()][src.channels() - 1];
388 typedef void (*func_t)(const cv::cuda::GpuMat& src, cv::cuda::GpuMat& dst, double coeffs[][3], int flags, cudaStream_t stream);
390 static const func_t funcs[2][6][4]
    [all...]
remap.cpp 65 typedef void (*func_t)(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap, PtrStepSzb dst, int interpolation, typedef
67 static const func_t funcs[6][4] =
86 const func_t func = funcs[src.depth()][src.channels() - 1];
resize.cpp 61 typedef void (*func_t)(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff, const PtrStepSzb& dst, float fy, float fx, int interpolation, cudaStream_t stream); typedef
62 static const func_t funcs[6][4] =
95 const func_t func = funcs[src.depth()][src.channels() - 1];
  /external/opencv3/modules/cudaarithm/src/cuda/
countnonzero.cu 73 typedef void (*func_t)(const GpuMat& src, GpuMat& dst, Stream& stream);
74 static const func_t funcs[] =
92 const func_t func = funcs[src.depth()];
reduce.cu 116 typedef void (*func_t)(const GpuMat& src, GpuMat& dst, int reduceOp, Stream& stream);
117 static const func_t funcs[4] =
144 typedef void (*func_t)(const GpuMat& _src, GpuMat& _dst, int reduceOp, Stream& stream);
145 static const func_t funcs[7][7] =
212 const func_t func = funcs[src.depth()][dst.depth()];
222 typedef void (*func_t)(const GpuMat& _src, GpuMat& _dst, int reduceOp, Stream& stream);
223 static const func_t funcs[7][7] =
290 const func_t func = funcs[src.depth()][dst.depth()];
sum.cu 109 typedef void (*func_t)(const GpuMat& _src, GpuMat& _dst, const GpuMat& mask, Stream& stream);
110 static const func_t funcs[7][4] =
131 const func_t func = funcs[src_depth][channels - 1];
154 typedef void (*func_t)(const GpuMat& _src, GpuMat& _dst, const GpuMat& mask, Stream& stream);
155 static const func_t funcs[7][4] =
176 const func_t func = funcs[src_depth][channels - 1];
199 typedef void (*func_t)(const GpuMat& _src, GpuMat& _dst, const GpuMat& mask, Stream& stream);
200 static const func_t funcs[7][4] =
221 const func_t func = funcs[src_depth][channels - 1];
minmax.cu 89 typedef void (*func_t)(const GpuMat& _src, const GpuMat& mask, GpuMat& _dst, Stream& stream);
90 static const func_t funcs[] =
112 const func_t func = funcs[src.depth()];
160 typedef void (*func_t)(const GpuMat& _src, const GpuMat& mask, GpuMat& _dst, Stream& stream);
161 static const func_t funcs[] =
183 const func_t func = funcs[src.depth()];
norm.cu 95 typedef void (*func_t)(const GpuMat& _src1, const GpuMat& _src2, GpuMat& _dst, Stream& stream);
96 static const func_t funcs[] =
110 const func_t func = funcs[normType];
163 typedef void (*func_t)(const GpuMat& _src, const GpuMat& mask, GpuMat& _dst, Stream& stream);
164 static const func_t funcs[] =
183 const func_t func = funcs[src.depth()];
absdiff_scalar.cu 91 typedef void (*func_t)(const GpuMat& src, double val, GpuMat& dst, Stream& stream);
92 static const func_t funcs[] =
math.cu 86 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream);
87 static const func_t funcs[] =
131 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream);
132 static const func_t funcs[] =
168 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream);
169 static const func_t funcs[] =
214 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream);
215 static const func_t funcs[] =
251 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream);
252 static const func_t funcs[]
    [all...]
minmax_mat.cu 129 typedef void (*func_t)(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, Stream& stream);
130 static const func_t funcs_v1[2][7] =
152 static const func_t funcs_v2[2] =
157 static const func_t funcs_v4[2] =
193 const func_t func = funcs_v1[op][depth];
212 typedef void (*func_t)(const GpuMat& src, double value, GpuMat& dst, Stream& stream);
213 static const func_t funcs[2][7] =
split_merge.cu 117 typedef void (*func_t)(const GpuMat* src, GpuMat& dst, Stream& stream);
118 static const func_t funcs[3][5] =
129 const func_t func = funcs[channels - 2][CV_ELEM_SIZE(depth) / 2];
200 typedef void (*func_t)(const GpuMat& src, GpuMat* dst, Stream& stream);
201 static const func_t funcs[3][5] =
227 const func_t func = funcs[channels - 2][CV_ELEM_SIZE(depth) / 2];
copy_make_border.cu 128 typedef void (*func_t)(const GpuMat& src, GpuMat& dst, int top, int left, int borderMode, cv::Scalar borderValue, Stream& stream);
129 static const func_t funcs[6][4] =
149 const func_t func = funcs[depth][cn - 1];
minmaxloc.cu 77 typedef void (*func_t)(const GpuMat& _src, const GpuMat& mask, GpuMat& _valBuf, GpuMat& _locBuf, Stream& stream);
78 static const func_t funcs[] =
101 const func_t func = funcs[src_depth];
threshold.cu 125 typedef void (*func_t)(const GpuMat& src, GpuMat& dst, double thresh, double maxVal, int type, Stream& stream);
126 static const func_t funcs[] =
  /external/opencv3/modules/cudaimgproc/src/
bilateral_filter.cpp 67 typedef void (*func_t)(const PtrStepSzb& src, PtrStepSzb dst, int kernel_size, float sigma_spatial, float sigma_color, int borderMode, cudaStream_t s);
69 static const func_t funcs[6][4] =
90 const func_t func = funcs[src.depth()][src.channels() - 1];
  /external/opencv3/modules/cudaarithm/src/
core.cpp 84 typedef NppStatus (*func_t)(const npp_t* pSrc, int nSrcStep, npp_t* pDst, int nDstStep, NppiSize oROI, NppiAxis flip);
87 template <int DEPTH, typename NppMirrorFunc<DEPTH>::func_t func> struct NppMirror
111 typedef void (*func_t)(const GpuMat& src, GpuMat& dst, int flipCode, cudaStream_t stream);
112 static const func_t funcs[6][4] =
  /external/valgrind/none/tests/
tls.c 45 typedef int *(*func_t)(void); typedef
48 func_t func;
  /external/opencv3/modules/cudawarping/test/
test_remap.cpp 74 typedef void (*func_t)(const cv::Mat& src, const cv::Mat& xmap, const cv::Mat& ymap, cv::Mat& dst, int borderType, cv::Scalar borderVal); typedef
76 static const func_t nearest_funcs[] =
86 static const func_t linear_funcs[] =
96 static const func_t cubic_funcs[] =
106 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs};
test_resize.cpp 78 typedef void (*func_t)(const cv::Mat& src, cv::Mat& dst, double fx, double fy); typedef
80 static const func_t nearest_funcs[] =
91 static const func_t linear_funcs[] =
101 static const func_t cubic_funcs[] =
111 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs};
test_warp_affine.cpp 135 typedef void (*func_t)(const cv::Mat& src, const cv::Mat& M, cv::Size dsize, cv::Mat& dst, int borderType, cv::Scalar borderVal); typedef
137 static const func_t nearest_funcs[] =
147 static const func_t linear_funcs[] =
157 static const func_t cubic_funcs[] =
167 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs};
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 284 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, const GpuMat& mask, Stream& stream);
285 static const func_t funcs[9][4] =
300 const func_t func = funcs[elemSize1()][0];
306 const func_t func = funcs[elemSize1()][channels() - 1];
369 typedef void (*func_t)(const GpuMat& mat, Scalar scalar, Stream& stream);
370 static const func_t funcs[7][4] =
400 typedef void (*func_t)(const GpuMat& mat, const GpuMat& mask, Scalar scalar, Stream& stream);
401 static const func_t funcs[7][4] =
496 typedef void (*func_t)(const GpuMat& src, const GpuMat& dst, Stream& stream);
497 static const func_t funcs[7][7]
    [all...]
  /external/opencv3/modules/cudastereo/src/
util.cpp 68 typedef void (*func_t)(const PtrStepSzb disp, PtrStepSzb xyz, const float* q, cudaStream_t stream);
69 static const func_t funcs[2][4] =

Completed in 378 milliseconds

1 2 3