Home
last modified time | relevance | path

Searched refs:ProgramEntry (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp14 extern const struct ProgramEntry accumulate;
16 extern const struct ProgramEntry bilateral;
18 extern const struct ProgramEntry blend_linear;
20 extern const struct ProgramEntry boxFilter;
22 extern const struct ProgramEntry calc_back_project;
24 extern const struct ProgramEntry canny;
26 extern const struct ProgramEntry clahe;
28 extern const struct ProgramEntry corner;
30 extern const struct ProgramEntry covardata;
32 extern const struct ProgramEntry cvtcolor;
[all …]
Dopencl_kernels_imgproc.cpp13 const struct ProgramEntry accumulate={"accumulate",
92 const struct ProgramEntry bilateral={"bilateral",
177 const struct ProgramEntry blend_linear={"blend_linear",
217 const struct ProgramEntry boxFilter={"boxFilter",
387 const struct ProgramEntry calc_back_project={"calc_back_project",
470 const struct ProgramEntry canny={"canny",
783 const struct ProgramEntry clahe={"clahe",
949 const struct ProgramEntry corner={"corner",
1111 const struct ProgramEntry covardata={"covardata",
1370 const struct ProgramEntry cvtcolor={"cvtcolor",
[all …]
/external/opencv3/modules/core/src/
Dopencl_kernels_core.hpp14 extern const struct ProgramEntry arithm;
16 extern const struct ProgramEntry convert;
18 extern const struct ProgramEntry copymakeborder;
20 extern const struct ProgramEntry copyset;
22 extern const struct ProgramEntry fft;
24 extern const struct ProgramEntry flip;
26 extern const struct ProgramEntry gemm;
28 extern const struct ProgramEntry inrange;
30 extern const struct ProgramEntry lut;
32 extern const struct ProgramEntry meanstddev;
[all …]
Dopencl_kernels_core.cpp13 const struct ProgramEntry arithm={"arithm",
390 const struct ProgramEntry convert={"convert",
419 const struct ProgramEntry copymakeborder={"copymakeborder",
518 const struct ProgramEntry copyset={"copyset",
613 const struct ProgramEntry fft={"fft",
1341 const struct ProgramEntry flip={"flip",
1459 const struct ProgramEntry gemm={"gemm",
1550 const struct ProgramEntry inrange={"inrange",
1628 const struct ProgramEntry lut={"lut",
1741 const struct ProgramEntry meanstddev={"meanstddev",
[all …]
/external/opencv3/modules/video/
Dopencl_kernels_video.hpp14 extern const struct ProgramEntry bgfg_mog2;
16 extern const struct ProgramEntry optical_flow_farneback;
18 extern const struct ProgramEntry optical_flow_tvl1;
20 extern const struct ProgramEntry pyrlk;
Dopencl_kernels_video.cpp13 const struct ProgramEntry bgfg_mog2={"bgfg_mog2",
229 const struct ProgramEntry optical_flow_farneback={"optical_flow_farneback",
543 const struct ProgramEntry optical_flow_tvl1={"optical_flow_tvl1",
809 const struct ProgramEntry pyrlk={"pyrlk",
/external/opencv3/modules/features2d/
Dopencl_kernels_features2d.hpp14 extern const struct ProgramEntry brute_force_match;
16 extern const struct ProgramEntry fast;
18 extern const struct ProgramEntry orb;
Dopencl_kernels_features2d.cpp13 const struct ProgramEntry brute_force_match={"brute_force_match",
444 const struct ProgramEntry fast={"fast",
582 const struct ProgramEntry orb={"orb",
/external/opencv3/modules/objdetect/
Dopencl_kernels_objdetect.hpp14 extern const struct ProgramEntry cascadedetect;
16 extern const struct ProgramEntry objdetect_hog;
Dopencl_kernels_objdetect.cpp13 const struct ProgramEntry cascadedetect={"cascadedetect",
585 const struct ProgramEntry objdetect_hog={"objdetect_hog",
/external/opencv3/modules/stitching/
Dopencl_kernels_stitching.hpp14 extern const struct ProgramEntry multibandblend;
16 extern const struct ProgramEntry warpers;
Dopencl_kernels_stitching.cpp13 const struct ProgramEntry multibandblend={"multibandblend",
228 const struct ProgramEntry warpers={"warpers",
/external/opencv3/cmake/
Dcl2cpp.cmake66 …set(STR_CPP_DECL "const struct ProgramEntry ${cl_filename}={\"${cl_filename}\",\n\"${lines}, \"${h…
67 set(STR_HPP_DECL "extern const struct ProgramEntry ${cl_filename};\n")
/external/opencv3/modules/superres/
Dopencl_kernels_superres.hpp14 extern const struct ProgramEntry superres_btvl1;
Dopencl_kernels_superres.cpp13 const struct ProgramEntry superres_btvl1={"superres_btvl1",
/external/opencv3/modules/calib3d/
Dopencl_kernels_calib3d.hpp14 extern const struct ProgramEntry stereobm;
Dopencl_kernels_calib3d.cpp13 const struct ProgramEntry stereobm={"stereobm",
/external/opencv3/modules/photo/
Dopencl_kernels_photo.hpp14 extern const struct ProgramEntry nlmeans;
Dopencl_kernels_photo.cpp13 const struct ProgramEntry nlmeans={"nlmeans",
/external/opencv3/modules/core/include/opencv2/core/
Docl_genbase.hpp52 struct ProgramEntry struct