Home
last modified time | relevance | path

Searched defs:convolve (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/gm/
Dimagefiltersgraph.cpp120 sk_sp<SkImageFilter> convolve(SkImageFilters::MatrixConvolution( in onDraw() local
/third_party/flutter/skia/gm/
Dimagefiltersgraph.cpp121 sk_sp<SkImageFilter> convolve(SkImageFilters::MatrixConvolution( in onDraw() local
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9mc_neon.S433 .macro convolve dst1, dst2, src1, src2, src3, src4, src5, src6, src7, src8, src9, idx1, idx2, tmp1,… macro
/third_party/ffmpeg/libavcodec/arm/
Dvp9mc_neon.S498 .macro convolve dst1, dst2, src1, src2, src3, src4, src5, src6, src7, src8, src9, idx1, idx2, tmp1,… macro
/third_party/ffmpeg/libavfilter/
Daf_earwax.c130 static void convolve(AVFilterContext *ctx, AVFrame *in, in convolve() function
/third_party/ffmpeg/libavcodec/
Dra288.c88 static void convolve(float *tgt, const float *src, int len, int n) in convolve() function
/third_party/boost/boost/polygon/
Dinterval_concept.hpp452 >::type& convolve( in convolve() function
499 >::type& convolve(IntervalType1& lvalue, const IntervalType2& rvalue) { in convolve() function
Dpoint_concept.hpp349 PointType1>::type& convolve(PointType1& lvalue, const PointType2& rvalue) { in convolve() function
Drectangle_concept.hpp402 convolve(rectangle_type_1& rectangle, in convolve() function
467 convolve(rectangle_type& rectangle, const point_type& convolution_point) { in convolve() function
Dsegment_concept.hpp522 Segment>::type& convolve(Segment& segment, const Point& point) { in convolve() function
Dpolygon_traits.hpp584 convolve(polygon_type& polygon, const point_type& point) { in convolve() function
604 convolve(polygon_type& polygon, const point_type& point) { in convolve() function
622 convolve(polygon_type& polygon, const point_type& point) { in convolve() function
/third_party/mindspore/tests/vm_impl/
Dvm_me.py206 def convolve(x, w, b=None, pad_mode="valid"): function
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp242 auto convolve = [&](SkIRect rect) { in convolve_gaussian() local
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py2185 def convolve(a, v, mode='full'): function