Searched defs:convolve (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/gm/ |
D | imagefiltersgraph.cpp | 120 sk_sp<SkImageFilter> convolve(SkImageFilters::MatrixConvolution( in onDraw() local
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9mc_neon.S | 433 .macro convolve dst1, dst2, src1, src2, src3, src4, src5, src6, src7, src8, src9, idx1, idx2, tmp1,… macro
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9mc_neon.S | 498 .macro convolve dst1, dst2, src1, src2, src3, src4, src5, src6, src7, src8, src9, idx1, idx2, tmp1,… macro
|
/third_party/ffmpeg/libavfilter/ |
D | af_earwax.c | 130 static void convolve(AVFilterContext *ctx, AVFrame *in, in convolve() function
|
/third_party/ffmpeg/libavcodec/ |
D | ra288.c | 89 static void convolve(float *tgt, const float *src, int len, int n) in convolve() function
|
/third_party/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 242 auto convolve = [&](SkIRect rect) { in convolve_gaussian() local
|