/third_party/ffmpeg/libavfilter/ |
D | af_earwax.c | 130 static void convolve(AVFilterContext *ctx, AVFrame *in, in convolve() function 196 convolve(ctx, in, 0, 0, 0, 0); in filter_frame() 197 convolve(ctx, in, 0, 1, 1, 1); in filter_frame() 198 convolve(ctx, in, 1, 0, 0, 2); in filter_frame() 199 convolve(ctx, in, 1, 1, 1, 3); in filter_frame()
|
D | vf_convolve.c | 626 FRAMESYNC_DEFINE_CLASS(convolve, ConvolveContext, fs);
|
/third_party/ffmpeg/libavcodec/ |
D | ra288.c | 88 static void convolve(float *tgt, const float *src, int len, int n) in convolve() function 159 convolve(buffer1, work + order , n , order); in do_hybrid_window() 160 convolve(buffer2, work + order + n, non_rec, order); in do_hybrid_window()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_convolution.txt | 352 … R = Rs G = Gs B = Bs A = convolve(As,Af) 353 …LUMINANCE R = convolve(Rs,Lf) G = convolve(Gs,Lf) B = convolve(Bs,Lf) A … 354 …LUMINANCE_ALPHA R = convolve(Rs,Lf) G = convolve(Gs,Lf) B = convolve(Bs,Lf) A … 355 …INTENSITY R = convolve(Rs,If) G = convolve(Gs,If) B = convolve(Bs,If) A … 356 …RGB R = convolve(Rs,Rf) G = convolve(Gs,Gf) B = convolve(Bs,Bf) A … 357 …RGBA R = convolve(Rs,Rf) G = convolve(Gs,Gf) B = convolve(Bs,Bf) A …
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_convolution.txt | 352 … R = Rs G = Gs B = Bs A = convolve(As,Af) 353 …LUMINANCE R = convolve(Rs,Lf) G = convolve(Gs,Lf) B = convolve(Bs,Lf) A … 354 …LUMINANCE_ALPHA R = convolve(Rs,Lf) G = convolve(Gs,Lf) B = convolve(Bs,Lf) A … 355 …INTENSITY R = convolve(Rs,If) G = convolve(Gs,If) B = convolve(Bs,If) A … 356 …RGB R = convolve(Rs,Rf) G = convolve(Gs,Gf) B = convolve(Bs,Bf) A … 357 …RGBA R = convolve(Rs,Rf) G = convolve(Gs,Gf) B = convolve(Bs,Bf) A …
|
/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 561 convolve q1, q2, q5, q6, q7, q8, q9, q10, q11, q12, q13, \idx1, \idx2, q4, q5 562 convolve q3, q4, q7, q8, q9, q10, q11, q12, q13, q14, q15, \idx1, \idx2, q5, q6 569 convolve q1, q2, q9, q10, q11, q12, q13, q14, q15, q4, q5, \idx1, \idx2, q8, q9 570 … convolve q3, q8, q11, q12, q13, q14, q15, q4, q5, q6, q7, \idx1, \idx2, q9, q10 577 … convolve q1, q2, q13, q14, q15, q4, q5, q6, q7, q8, q9, \idx1, \idx2, q12, q13 578 … convolve q3, q12, q15, q4, q5, q6, q7, q8, q9, q10, q11, \idx1, \idx2, q13, q14 655 convolve q1, q2, q5, q6, q7, q8, q9, q10, q11, q12, q13, \idx1, \idx2, q4, q3 671 convolve q1, q2, q9, q10, q11, q12, q13, q14, q15, q5, q6, \idx1, \idx2, q4, q3
|
/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 500 convolve v1, v2, v17, v18, v19, v20, v21, v22, v23, v24, v25, \idx1, \idx2, v5, v6 501 convolve v3, v4, v19, v20, v21, v22, v23, v24, v25, v26, v27, \idx1, \idx2, v5, v6 508 convolve v1, v2, v21, v22, v23, v24, v25, v26, v27, v16, v17, \idx1, \idx2, v5, v6 509 convolve v3, v4, v23, v24, v25, v26, v27, v16, v17, v18, v19, \idx1, \idx2, v5, v6 516 convolve v1, v2, v25, v26, v27, v16, v17, v18, v19, v20, v21, \idx1, \idx2, v5, v6 517 convolve v3, v4, v27, v16, v17, v18, v19, v20, v21, v22, v23, \idx1, \idx2, v5, v6 596 convolve v1, v2, v17, v18, v19, v20, v21, v22, v23, v24, v25, \idx1, \idx2, v3, v4 613 convolve v1, v2, v21, v22, v23, v24, v25, v26, v27, v28, v29, \idx1, \idx2, v3, v4
|
/third_party/skia/gm/ |
D | imagefiltersgraph.cpp | 120 sk_sp<SkImageFilter> convolve(SkImageFilters::MatrixConvolution( in onDraw() local 125 paint.setImageFilter(std::move(convolve)); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | imagefiltersgraph.cpp | 121 sk_sp<SkImageFilter> convolve(SkImageFilters::MatrixConvolution( in onDraw() local 126 paint.setImageFilter(std::move(convolve)); in onDraw()
|
/third_party/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 242 auto convolve = [&](SkIRect rect) { in convolve_gaussian() local 279 convolve(top); in convolve_gaussian() 287 convolve(bottom); in convolve_gaussian() 292 convolve(left); in convolve_gaussian() 294 convolve(left); in convolve_gaussian() 295 convolve(right); in convolve_gaussian() 296 convolve(mid); in convolve_gaussian()
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | meson.build | 4 'convolve.c',
|
/third_party/ltp/testcases/realtime/tools/ |
D | ftqviz.py | 47 y = convolve(w/w.sum(), s, mode='same')
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | deshake.cl | 129 static float convolve( 157 ret += convolve(grayscale, get_local_id(0) + j, get_local_id(1) + i, mask_x) * 158 convolve(grayscale, get_local_id(0) + j, get_local_id(1) + i, mask_y); 172 float deriv = convolve(grayscale, get_local_id(0) + j, get_local_id(1) + i, mask);
|
/third_party/openGLES/extensions/HP/ |
D | README.image_pipeline.txt | 45 the example set for the convolve and color matrix extensions, we may want
|
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/ |
D | README.image_pipeline.txt | 45 the example set for the convolve and color matrix extensions, we may want
|
/third_party/openGLES/extensions/SGI/ |
D | SGI_fft.txt | 87 scale and bias is to select convolve as the transform and use disable 88 the convolve using Disable. Is there a better way?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | SGI_fft.txt | 87 scale and bias is to select convolve as the transform and use disable 88 the convolve using Disable. Is there a better way?
|
/third_party/python/Doc/library/ |
D | itertools.rst | 791 def convolve(signal, kernel): 793 # convolve(data, [0.25, 0.25, 0.25, 0.25]) --> Moving average (blur) 794 # convolve(data, [1, -1]) --> 1st finite difference (1st derivative) 795 # convolve(data, [1, -2, 1]) --> 2nd finite difference (2nd derivative)
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | painting.dart | 1939 /// The standard deviation of the Gaussian to convolve with the shadow's shape.
|
/third_party/ffmpeg/ |
D | Changelog | 535 - convolve video filter
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 5686 "../src/mesa/main/convolve.c", 5687 "../src/mesa/main/convolve.h",
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 2759 - mesa: Clean up header file inclusion in convolve.h.
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | painting.dart | 3942 /// The standard deviation of the Gaussian to convolve with the shadow's shape.
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 2394 * gst/monoscope/convolve.c: Relicense to LGPL 2395 * gst/monoscope/convolve.h: Relicense to LGPL
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 4565 * gst/monoscope/convolve.c: Relicense to LGPL 4566 * gst/monoscope/convolve.h: Relicense to LGPL
|