OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convolution
(Results
1 - 25
of
140
) sorted by null
1
2
3
4
5
6
/external/pixman/demos/
convolution-test.c
17
pixman_fixed_t
convolution
[] =
local
40
convolution
, 11);
Makefile.am
22
convolution
-test \
40
convolution_test_SOURCES =
convolution
-test.c $(GTK_UTILS)
/external/chromium_org/third_party/skia/include/effects/
SkMatrixConvolutionImageFilter.h
17
Matrix
convolution
image filter. This filter applies an NxM image
31
/** Construct a matrix
convolution
image filter.
36
convolution
. This can be used to normalize the
38
@param bias A bias factor added to each pixel after
convolution
.
40
convolution
. This can be used to center the kernel
/external/skia/include/effects/
SkMatrixConvolutionImageFilter.h
17
Matrix
convolution
image filter. This filter applies an NxM image
31
/** Construct a matrix
convolution
image filter.
36
convolution
. This can be used to normalize the
38
@param bias A bias factor added to each pixel after
convolution
.
40
convolution
. This can be used to center the kernel
/cts/suite/audio_quality/test_description/processing/
calc_delay.py
26
def
convolution
(data0, data1reversed, n):
function
27
"""calculate
convolution
part of data0 with data1 from pos n"""
33
return
convolution
(*args)
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DepthOfFieldFilter.java
42
* blur using a scaled
convolution
filter.
132
* Sets the blur amount by scaling the
convolution
filter up or
134
* distribubted
convolution
at pixel level accuracy. Higher values skip
138
* The sparse
convolution
is as follows:
/external/chromium_org/skia/ext/
convolver.h
39
// We do 2-dimensional
convolution
by first convolving each row by one
167
// Does a two-dimensional
convolution
on the given source image.
194
// Does a 1D
convolution
of the given source image along the X dimension on
197
// The function uses the same
convolution
kernel for each pixel. That kernel
199
// implementation of
convolution
, intended chiefly for development purposes.
212
// Does a 1D
convolution
of the given source image along the Y dimension on
convolver.cc
172
// Does vertical
convolution
to produce one output row. The filter values and
184
// We go through each column in the output and do a vertical
convolution
,
402
// row for
convolution
as the first pixel for the first vertical filter.
408
// We loop over each row in the input doing a horizontal
convolution
. This
410
// a circular buffer of convolved rows and do vertical
convolution
as rows
413
// We will need four extra rows to allow horizontal
convolution
could be done
417
//
convolution
pass yet. Somehow Windows does not like it.
426
// convolutions to run each subsequent vertical
convolution
.
/external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.h
16
* A
convolution
effect. The kernel is specified as an array of 2 * half-width
63
static const char* Name() { return "
Convolution
"; }
/external/skia/src/gpu/effects/
GrConvolutionEffect.h
16
* A
convolution
effect. The kernel is specified as an array of 2 * half-width
63
static const char* Name() { return "
Convolution
"; }
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
convolve.h
39
* Purpose : Perform the
convolution
between two vectors x[]
42
* : L samples of the
convolution
are computed.
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ConvolverNode.idl
25
// A linear
convolution
effect
ConvolverNode.h
69
// This synchronizes dynamic changes to the
convolution
impulse response with process().
/external/chromium_org/third_party/skia/src/effects/
SkBlurMask.h
41
// the "ground truth" blur does a gaussian
convolution
; it's slow
/external/skia/src/effects/
SkBlurMask.h
41
// the "ground truth" blur does a gaussian
convolution
; it's slow
/external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp
161
// Does vertical
convolution
to produce one output row. The filter values and
173
// We go through each column in the output and do a vertical
convolution
,
349
// row for
convolution
as the first pixel for the first vertical filter.
355
// We loop over each row in the input doing a horizontal
convolution
. This
357
// a circular buffer of convolved rows and do vertical
convolution
as rows
360
// We will need four extra rows to allow horizontal
convolution
could be done
364
//
convolution
pass yet. Somehow Windows does not like it.
373
// convolutions to run each subsequent vertical
convolution
.
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
DepthOfField.frag
44
//
convolution
filter
47
// Perform a wide
convolution
filter and we scatter it
/external/skia/src/core/
SkConvolver.cpp
161
// Does vertical
convolution
to produce one output row. The filter values and
173
// We go through each column in the output and do a vertical
convolution
,
349
// row for
convolution
as the first pixel for the first vertical filter.
355
// We loop over each row in the input doing a horizontal
convolution
. This
357
// a circular buffer of convolved rows and do vertical
convolution
as rows
360
// We will need four extra rows to allow horizontal
convolution
could be done
364
//
convolution
pass yet. Somehow Windows does not like it.
373
// convolutions to run each subsequent vertical
convolution
.
/external/chromium_org/third_party/mesa/src/docs/
RELNOTES-6.2
22
ToDo: PBO for polygon stipple,
convolution
filter, etc.
conform.html
193
Convolution
test passed.
194
Convolution
Border test passed.
306
Convolution
test passed.
307
Convolution
Border test passed.
419
Convolution
test passed.
420
Convolution
Border test passed.
532
Convolution
test passed.
533
Convolution
Border test passed.
645
Convolution
test passed.
646
Convolution
Border test passed
[
all
...]
/external/mesa3d/docs/
RELNOTES-6.2
22
ToDo: PBO for polygon stipple,
convolution
filter, etc.
conform.html
193
Convolution
test passed.
194
Convolution
Border test passed.
306
Convolution
test passed.
307
Convolution
Border test passed.
419
Convolution
test passed.
420
Convolution
Border test passed.
532
Convolution
test passed.
533
Convolution
Border test passed.
645
Convolution
test passed.
646
Convolution
Border test passed
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolverStage.cpp
69
// The
convolution
stage at offset stageOffset needs to have a corresponding delay to cancel out the offset.
72
// But, the FFT
convolution
itself incurs fftSize / 2 latency, so subtract this out...
145
// Now, run the
convolution
(into the delay buffer).
Reverb.h
40
// Multi-channel
convolution
reverb with channel matrixing - one or more ReverbConvolver objects are used internally.
UpSampler.h
69
// The source samples are delayed exactly to match the linear phase delay of the FIR filter (
convolution
)
Completed in 361 milliseconds
1
2
3
4
5
6