Searched refs:ProgramEntry (Results 1 – 20 of 20) sorted by relevance
/external/opencv3/modules/imgproc/ |
D | opencl_kernels_imgproc.hpp | 14 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 …]
|
D | opencl_kernels_imgproc.cpp | 13 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/ |
D | opencl_kernels_core.hpp | 14 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 …]
|
D | opencl_kernels_core.cpp | 13 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/ |
D | opencl_kernels_video.hpp | 14 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;
|
D | opencl_kernels_video.cpp | 13 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/ |
D | opencl_kernels_features2d.hpp | 14 extern const struct ProgramEntry brute_force_match; 16 extern const struct ProgramEntry fast; 18 extern const struct ProgramEntry orb;
|
D | opencl_kernels_features2d.cpp | 13 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/ |
D | opencl_kernels_objdetect.hpp | 14 extern const struct ProgramEntry cascadedetect; 16 extern const struct ProgramEntry objdetect_hog;
|
D | opencl_kernels_objdetect.cpp | 13 const struct ProgramEntry cascadedetect={"cascadedetect", 585 const struct ProgramEntry objdetect_hog={"objdetect_hog",
|
/external/opencv3/modules/stitching/ |
D | opencl_kernels_stitching.hpp | 14 extern const struct ProgramEntry multibandblend; 16 extern const struct ProgramEntry warpers;
|
D | opencl_kernels_stitching.cpp | 13 const struct ProgramEntry multibandblend={"multibandblend", 228 const struct ProgramEntry warpers={"warpers",
|
/external/opencv3/cmake/ |
D | cl2cpp.cmake | 66 …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/ |
D | opencl_kernels_superres.hpp | 14 extern const struct ProgramEntry superres_btvl1;
|
D | opencl_kernels_superres.cpp | 13 const struct ProgramEntry superres_btvl1={"superres_btvl1",
|
/external/opencv3/modules/calib3d/ |
D | opencl_kernels_calib3d.hpp | 14 extern const struct ProgramEntry stereobm;
|
D | opencl_kernels_calib3d.cpp | 13 const struct ProgramEntry stereobm={"stereobm",
|
/external/opencv3/modules/photo/ |
D | opencl_kernels_photo.hpp | 14 extern const struct ProgramEntry nlmeans;
|
D | opencl_kernels_photo.cpp | 13 const struct ProgramEntry nlmeans={"nlmeans",
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | ocl_genbase.hpp | 52 struct ProgramEntry struct
|