Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/boost/libs/gil/test/core/image_processing/
Dsobel_scharr.cpp21 auto const kernel = gil::generate_dx_sobel(1); in test_dx_sobel_kernel() local
27 auto const kernel = gil::generate_dx_scharr(1); in test_dx_scharr_kernel() local
33 auto const kernel = gil::generate_dy_sobel(1); in test_dy_sobel_kernel() local
39 auto const kernel = gil::generate_dy_scharr(1); in test_dy_scharr_kernel() local
Dsimple_kernels.cpp19 auto kernel = gil::generate_normalized_mean(5); in test_normalized_mean_generation() local
29 auto kernel = gil::generate_unnormalized_mean(5); in test_unnormalized_mean_generation() local
38 auto kernel = boost::gil::generate_gaussian_kernel(7, 0.84089642); in test_gaussian_kernel_generation() local
/third_party/boost/boost/gil/extension/numeric/
Dconvolve.hpp55 Kernel const& kernel, in correlate_rows_impl()
196 Kernel const& kernel, in correlate_rows()
214 Kernel const& kernel, in correlate_cols()
232 Kernel const& kernel, in convolve_rows()
249 Kernel const& kernel, in convolve_cols()
267 Kernel const& kernel, in correlate_rows_fixed()
285 Kernel const& kernel, in correlate_cols_fixed()
303 Kernel const& kernel, in convolve_rows_fixed()
320 Kernel const& kernel, in convolve_cols_fixed()
341 Kernel const& kernel, in convolve_1d()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLKernelCL.cpp31 bool GetWorkGroupInfo(cl_kernel kernel, in GetWorkGroupInfo()
43 bool GetArgInfo(cl_kernel kernel, in GetArgInfo()
59 bool GetKernelInfo(cl_kernel kernel, cl::KernelInfo name, T &value, cl_int &errorCode) in GetKernelInfo()
66 bool GetArgString(cl_kernel kernel, in GetArgString()
95 bool GetKernelString(cl_kernel kernel, cl::KernelInfo name, std::string &string, cl_int &errorCode) in GetKernelString()
117 CLKernelCL::CLKernelCL(const cl::Kernel &kernel, cl_kernel native) in CLKernelCL()
/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js40 function createItemMap(kernel) { argument
60 function writeItemMap(kernel, itemMap) { argument
73 static fromKernel(kernel) { argument
90 constructor(kernel, itemMap) { argument
203 static fromKernel(kernel) { argument
211 constructor(kernel) { argument
/third_party/boost/libs/gil/test/extension/numeric/
Dconvolve.cpp34 auto const kernel = fixture::create_kernel<channel_t>({1}); in operator ()() local
57 auto const kernel = fixture::create_kernel<channel_t>({0, 0, 0, 0, 1, 0, 0, 0, 0}); in operator ()() local
79 auto const kernel = fixture::create_kernel<channel_t>({0, 0, 0, 0, 1, 0, 0, 0, 0}); in operator ()() local
101 auto const kernel = fixture::create_kernel<channel_t>({0, 0, 0, 0, 1, 0, 0, 0, 0}); in operator ()() local
Dconvolve_cols.cpp33 auto const kernel = fixture::create_kernel<channel_t>({1}); in operator ()() local
56 auto const kernel = fixture::create_kernel<channel_t>({0, 0, 0, 0, 1, 0, 0, 0, 0}); in operator ()() local
Dconvolve_rows.cpp33 auto const kernel = fixture::create_kernel<channel_t>({1}); in operator ()() local
56 auto const kernel = fixture::create_kernel<channel_t>({0, 0, 0, 0, 1, 0, 0, 0, 0}); in operator ()() local
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp117 SkImage::CubicResampler kernel, in Make()
130 SkImage::CubicResampler kernel, in Make()
148 SkImage::CubicResampler kernel, in MakeSubset()
168 SkImage::CubicResampler kernel, in MakeSubset()
191 SkImage::CubicResampler kernel, in Make()
199 SkImage::CubicResampler kernel, in GrBicubicEffect()
253 auto kernel = d->fRandom->nextBool() ? GrBicubicEffect::gMitchell in TestCreate() local
/third_party/boost/boost/compute/
Dkernel.hpp43 class kernel class
47 kernel() in kernel() function in boost::compute::kernel
54 explicit kernel(cl_kernel kernel, bool retain = true) in kernel() function in boost::compute::kernel
63 kernel(const program &program, const std::string &name) in kernel() function in boost::compute::kernel
74 kernel(const kernel &other) in kernel() function in boost::compute::kernel
102 kernel(kernel&& other) BOOST_NOEXCEPT in kernel() function in boost::compute::kernel
/third_party/boost/boost/compute/types/
Dcomplex.hpp27 meta_kernel& operator<<(meta_kernel &kernel, const std::complex<T> &x) in operator <<()
46 inline meta_kernel& operator<<(meta_kernel &kernel, in operator <<()
102 inline meta_kernel& operator<<(meta_kernel &kernel, in operator <<()
130 inline meta_kernel& operator<<(meta_kernel &kernel, in operator <<()
Dpair.hpp29 operator<<(meta_kernel &kernel, const std::pair<T1, T2> &x) in operator <<()
68 inline meta_kernel& operator<<(meta_kernel &kernel, in operator <<()
/third_party/flutter/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp61 const char* kernel = uniformHandler->getUniformCStr(fKernelUni); in emitCode() local
149 const SkScalar* kernel, in GrMatrixConvolutionEffect()
215 static void fill_in_1D_gaussian_kernel_with_stride(float* kernel, int size, int stride, in fill_in_1D_gaussian_kernel_with_stride()
237 static void fill_in_2D_gaussian_kernel(float* kernel, int width, int height, in fill_in_2D_gaussian_kernel()
307 float kernel[MAX_KERNEL_SIZE]; in MakeGaussian() local
327 std::unique_ptr<SkScalar[]> kernel(new SkScalar[width * height]); in TestCreate() local
DGrMatrixConvolutionEffect.h22 const SkScalar* kernel, in Make()
47 const float* kernel() const { return fKernel; } in kernel() function
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-conv2d-test.c89 float kernel[2*3*3*3] = { in test_with_same_dilate() local
190 float kernel[2*3*3*3] = { in test_with_valid() local
/third_party/skia/bench/
DMatrixConvolutionBench.cpp26 SkScalar kernel[81]; in MatrixConvolutionBench() local
38 SkScalar kernel[9] = { in MatrixConvolutionBench() local
/third_party/flutter/engine/flutter/shell/common/
Disolate_configuration.cc41 KernelIsolateConfiguration(std::unique_ptr<const fml::Mapping> kernel) in KernelIsolateConfiguration()
170 std::unique_ptr<fml::Mapping> kernel = in InferFromSettings() local
200 std::unique_ptr<const fml::Mapping> kernel) { in CreateForKernel()
/third_party/boost/boost/compute/algorithm/
Dfind_end.hpp62 kernel kernel = k.compile(context); in find_end_helper() local
119 vector<uint_>::iterator> kernel; in find_end() local
/third_party/python/Modules/_decimal/libmpdec/
Dnumbertheory.c84 mpd_uint_t kernel, w; in _mpd_init_fnt_params() local
124 mpd_uint_t kernel; in _mpd_init_w3table() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLKernelVk.cpp13 CLKernelVk::CLKernelVk(const cl::Kernel &kernel) : CLKernelImpl(kernel) {} in CLKernelVk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLKernelImpl.cpp37 CLKernelImpl::CLKernelImpl(const cl::Kernel &kernel) : mKernel(kernel) {} in CLKernelImpl()
/third_party/gstreamer/gstplugins_base/ext/gl/effects/
Dgstgleffectlaplacian.c28 static gfloat kernel[9] = { variable
/third_party/boost/libs/gil/doc/html/_downloads/
Dconvolution.cpp57 kernel_1d_fixed<float,9> kernel(gaussian_1,4); in main() local
/third_party/boost/libs/gil/example/
Dconvolution.cpp57 kernel_1d_fixed<float,9> kernel(gaussian_1,4); in main() local
/third_party/boost/libs/compute/test/
Dtest_local_buffer.cpp50 compute::kernel kernel = program.create_kernel("foo"); in BOOST_AUTO_TEST_CASE() local

1234567