Home
last modified time | relevance | path

Searched refs:convolve (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddescrip.mms37 convolve.c \
112 convolve.obj,\
197 convolve.obj : convolve.c
/external/skia/gm/
Dimagefiltersgraph.cpp204 SkAutoTUnref<SkImageFilter> convolve( in onDraw() local
215 paint.setImageFilter(convolve); in onDraw()
/external/opencv3/modules/cudaarithm/perf/
Dperf_arithm.cpp239 TEST_CYCLE() convolution->convolve(d_image, d_templ, dst, ccorr);
/external/opencv3/modules/cudaarithm/src/
Darithm.cpp409 …void convolve(InputArray image, InputArray templ, OutputArray result, bool ccorr = false, Stream& …
471 …void ConvolutionImpl::convolve(InputArray _image, InputArray _templ, OutputArray _result, bool cco… in convolve() function in __anon9ba760c90411::ConvolutionImpl
/external/opencv3/modules/cudaimgproc/src/
Dmatch_template.cpp207 conv_->convolve(image.reshape(1), templ.reshape(1), result, true, _stream); in match()
211 conv_->convolve(image.reshape(1), templ.reshape(1), result_, true, _stream); in match()
/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c114 static void convolve(const uint8_t *src, ptrdiff_t src_stride, in convolve() function
229 convolve(src, src_stride, dst, dst_stride, in vpx_convolve8_c()
Dvpx_dsp.mk70 DSP_SRCS-$(ARCH_X86)$(ARCH_X86_64) += x86/convolve.h
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/
Dpy_histogram_backprojection.markdown82 backproject function. It returns the probability image. Then we convolve the image with a disc
/external/opencv3/doc/tutorials/imgproc/imgtrans/copyMakeBorder/
DcopyMakeBorder.markdown18 naturally arises is how to handle the boundaries. How can we convolve them if the evaluated
/external/opencv3/modules/cudaarithm/include/opencv2/
Dcudaarithm.hpp827 …virtual void convolve(InputArray image, InputArray templ, OutputArray result, bool ccorr = false, …
/external/opencv3/doc/py_tutorials/py_imgproc/py_filtering/
Dpy_filtering.markdown18 OpenCV provides a function **cv2.filter2D()** to convolve a kernel with an image. As an example, we
/external/opencv3/modules/cudaarithm/test/
Dtest_arithm.cpp388 conv->convolve(loadMat(src), loadMat(kernel), dst, ccorr); in CUDA_TEST_P()
/external/mesa3d/src/mesa/
Dsources.mak29 $(SRCDIR)main/convolve.c \
DSConscript59 'main/convolve.c',
/external/libvpx/config/x86/
Dlibvpx_srcs.txt348 vpx_dsp/x86/convolve.h
/external/libvpx/config/x86_64/
Dlibvpx_srcs.txt351 vpx_dsp/x86/convolve.h