/third_party/boost/libs/gil/test/core/image_processing/ |
D | sobel_scharr.cpp | 21 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
|
D | simple_kernels.cpp | 19 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/ |
D | convolve.hpp | 55 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/ |
D | CLKernelCL.cpp | 31 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/ |
D | message_set.js | 40 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/ |
D | convolve.cpp | 34 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
|
D | convolve_cols.cpp | 33 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
|
D | convolve_rows.cpp | 33 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/ |
D | GrBicubicEffect.cpp | 117 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/ |
D | kernel.hpp | 43 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/ |
D | complex.hpp | 27 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 <<()
|
D | pair.hpp | 29 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/ |
D | GrMatrixConvolutionEffect.cpp | 61 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
|
D | GrMatrixConvolutionEffect.h | 22 const SkScalar* kernel, in Make() 47 const float* kernel() const { return fKernel; } in kernel() function
|
/third_party/ffmpeg/tests/dnn/ |
D | dnn-layer-conv2d-test.c | 89 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/ |
D | MatrixConvolutionBench.cpp | 26 SkScalar kernel[81]; in MatrixConvolutionBench() local 38 SkScalar kernel[9] = { in MatrixConvolutionBench() local
|
/third_party/flutter/engine/flutter/shell/common/ |
D | isolate_configuration.cc | 41 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/ |
D | find_end.hpp | 62 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/ |
D | numbertheory.c | 84 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/ |
D | CLKernelVk.cpp | 13 CLKernelVk::CLKernelVk(const cl::Kernel &kernel) : CLKernelImpl(kernel) {} in CLKernelVk()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | CLKernelImpl.cpp | 37 CLKernelImpl::CLKernelImpl(const cl::Kernel &kernel) : mKernel(kernel) {} in CLKernelImpl()
|
/third_party/gstreamer/gstplugins_base/ext/gl/effects/ |
D | gstgleffectlaplacian.c | 28 static gfloat kernel[9] = { variable
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | convolution.cpp | 57 kernel_1d_fixed<float,9> kernel(gaussian_1,4); in main() local
|
/third_party/boost/libs/gil/example/ |
D | convolution.cpp | 57 kernel_1d_fixed<float,9> kernel(gaussian_1,4); in main() local
|
/third_party/boost/libs/compute/test/ |
D | test_local_buffer.cpp | 50 compute::kernel kernel = program.create_kernel("foo"); in BOOST_AUTO_TEST_CASE() local
|