HomeSort by relevance Sort by last modified time
    Searched full:convolution (Results 1 - 25 of 74) sorted by null

1 2 3

  /gdk/samples/PhotoEditor/jni/
convolution.h 25 namespace convolution { namespace in namespace:android::apps::photoeditor
30 } // namespace convolution
blur.cpp 20 #include "convolution.h"
24 using android::apps::photoeditor::convolution::SpecialConvolution;
51 * kernel is used for convolution, small blur factor causes double edge. */
Android-portable.mk 17 convolution.cpp \
sharpen.cpp 20 #include "convolution.h"
24 using android::apps::photoeditor::convolution::SpecialConvolution;
convolution.cpp 31 namespace convolution { namespace in namespace:android::apps::photoeditor
34 * Used for convolution of following kernel:
113 } // namespace convolution
Android.mk 17 convolution.cpp \
  /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:
  /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.
convolve.cpp 46 Description: Optimized code by calculating two convolution sums per iteration
122 storing the convolution of x and h;
123 L = Length of the convolution; type definition is Word16
126 y buffer contains the new convolution output
140 Perform the convolution between two vectors x[] and h[] and write the result
142 of the convolution are computed.
144 The convolution is given by:
  /external/webkit/Source/WebCore/webaudio/
ConvolverNode.idl 26 // A linear convolution effect
ConvolverNode.h 63 // This synchronizes dynamic changes to the convolution impulse response with process().
  /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/mesa3d/docs/
RELNOTES-6.2 22 ToDo: PBO for polygon stipple, convolution filter, etc.
conform.html 192 Convolution test passed.
193 Convolution Border test passed.
305 Convolution test passed.
306 Convolution Border test passed.
418 Convolution test passed.
419 Convolution Border test passed.
531 Convolution test passed.
532 Convolution Border test passed.
644 Convolution test passed.
645 Convolution Border test passed
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGLShaders.h 72 // flushes the parameters for convolution
  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolverStage.cpp 61 // The convolution stage at offset stageOffset needs to have a corresponding delay to cancel out the offset.
64 // But, the FFT convolution itself incurs fftSize / 2 latency, so subtract this out...
132 // Now, run the convolution (into the delay buffer).
Reverb.h 39 // Multi-channel convolution reverb with channel matrixing - one or more ReverbConvolver objects are used internally.
ReverbConvolverStage.h 42 // A ReverbConvolverStage represents the convolution associated with a sub-section of a large impulse response.
HRTFDatabase.cpp 76 // Create the interpolated convolution kernels and delays.
ReverbConvolver.h 51 // If not doing multi-threaded convolution, then should not go > 8192.
  /external/llvm/test/Transforms/InstCombine/
shufflemask-undef.ll 13 %struct.Convolution = type { %struct.IColor4, %struct.ImagingColorScale, i16, i16, [0 x i32], float*, i32, i32 }
20 %struct.ImagingSubset = type { %struct.Convolution, %struct.Convolution, %struct.Convolution, %struct.ColorMatrix, %struct.Minmax, %struct.Histogram, %struct.ImagingColorScale, %struct.ImagingColorScale, %struct.ImagingColorScale, %struct.ImagingColorScale, i32, [0 x i32] }
  /external/speex/libspeex/
kiss_fft.h 19 -- a command-line utility to perform fast-convolution filtering
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 20 Description:Perform the convolution between two vectors x[] and h[]
  /external/mesa3d/src/mesa/main/
config.h 179 /** Max convolution filter width */
181 /** Max convolution filter height */

Completed in 573 milliseconds

1 2 3