Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dimagefiltersgraph.cpp120 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.c89 static void convolve(float *tgt, const float *src, int len, int n) in convolve() function
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp242 auto convolve = [&](SkIRect rect) { in convolve_gaussian() local