Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavfilter/
Daf_earwax.c130 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()
Dvf_convolve.c626 FRAMESYNC_DEFINE_CLASS(convolve, ConvolveContext, fs);
/third_party/ffmpeg/libavcodec/
Dra288.c88 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/
DEXT_convolution.txt352 … 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/
DEXT_convolution.txt352 … 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/
Dvp9mc_neon.S498 .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
570convolve q3, q8, q11, q12, q13, q14, q15, q4, q5, q6, q7, \idx1, \idx2, q9, q10
577convolve q1, q2, q13, q14, q15, q4, q5, q6, q7, q8, q9, \idx1, \idx2, q12, q13
578convolve 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/
Dvp9mc_neon.S433 .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/
Dimagefiltersgraph.cpp120 sk_sp<SkImageFilter> convolve(SkImageFilters::MatrixConvolution( in onDraw() local
125 paint.setImageFilter(std::move(convolve)); in onDraw()
/third_party/flutter/skia/gm/
Dimagefiltersgraph.cpp121 sk_sp<SkImageFilter> convolve(SkImageFilters::MatrixConvolution( in onDraw() local
126 paint.setImageFilter(std::move(convolve)); in onDraw()
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp242 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/
Dmeson.build4 'convolve.c',
/third_party/ltp/testcases/realtime/tools/
Dftqviz.py47 y = convolve(w/w.sum(), s, mode='same')
/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl129 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/
DREADME.image_pipeline.txt45 the example set for the convolve and color matrix extensions, we may want
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DREADME.image_pipeline.txt45 the example set for the convolve and color matrix extensions, we may want
/third_party/openGLES/extensions/SGI/
DSGI_fft.txt87 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/
DSGI_fft.txt87 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/
Ditertools.rst791 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/
Dpainting.dart1939 /// The standard deviation of the Gaussian to convolve with the shadow's shape.
/third_party/ffmpeg/
DChangelog535 - convolve video filter
/third_party/mesa3d/ohos/
Ddependency_inputs.gni5686 "../src/mesa/main/convolve.c",
5687 "../src/mesa/main/convolve.h",
/third_party/mesa3d/docs/relnotes/
D7.10.rst2759 - mesa: Clean up header file inclusion in convolve.h.
/third_party/flutter/engine/flutter/lib/ui/
Dpainting.dart3942 /// The standard deviation of the Gaussian to convolve with the shadow's shape.
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.82394 * gst/monoscope/convolve.c: Relicense to LGPL
2395 * gst/monoscope/convolve.h: Relicense to LGPL
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.84565 * gst/monoscope/convolve.c: Relicense to LGPL
4566 * gst/monoscope/convolve.h: Relicense to LGPL

12