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

12 3

  /external/skia/include/gpu/
GrSamplerState.h 39 * Apply a separable convolution kernel.
98 * For the filters which perform more than one texture sample (convolution,
GrContext.h 580 * Applies a 1D convolution kernel in the given direction to a rectangle of
584 * @param kernel the convolution kernel (kernelWidth elements)
585 * @param kernelWidth the width of the convolution kernel
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp 88 // Because we're not using direct-convolution in the leading portion, the reverb has an overall latency of half the first-stage FFT size
129 m_backgroundThread = createThread(WebCore::backgroundThreadEntry, this, "convolution background thread");
HRTFElevation.cpp 171 // Load convolution kernels from HRTF files.
189 // Create the interpolated convolution kernels and delays.
HRTFKernel.cpp 89 // We need to truncate to fit into 1/2 the FFT size (with zero padding) in order to do proper convolution.
FFTFrame.cpp 61 // In the time-domain, the 2nd half of the response must be zero, to avoid circular convolution aliasing...
HRTFPanner.cpp 66 // Currently, we truncate the impulse responses to half this size, but an FFT-size of twice impulse response size is needed (for convolution).
SincResampler.cpp 186 // Figure out how much to weight each kernel's "convolution".
  /external/mesa3d/docs/
relnotes-6.5.1.html 76 <li>fixed convolution memory leak (bug 7077)
relnotes-6.5.3.html 68 <li>1D convolution state could effect 2D image transfers
RELNOTES-3.5 67 Adds image convolution to glRead/Copy/DrawPixels/TexImage.
RELNOTES-3.3 266 image convolution. This will (hopefully) be done for Mesa 3.5/3.6.
  /external/opencv/cv/src/
_cvimgproc.h 51 /* performs convolution of 2d floating-point array with 3x1, 1x3 or separable 3x3 mask */
cvderiv.cpp 46 /* lightweight convolution with 3x3 kernel */
64 /* set vars, so that vertical convolution
66 horizontal convolution won't run */
78 /* set vars, so that vertical convolution won't run and
79 horizontal convolution will write results into destination ROI */
    [all...]
cvpyramids.cpp     [all...]
cvoptflowlk.cpp 128 /* buffers for gaussian horisontal convolution */
369 /* ---------Calculating horizontal convolution of processed line----------------------- */
cvsnakes.cpp 112 /* inner buffer of convolution process */
  /external/speex/libspeex/
cb_search_arm4.h 52 /* Compute codeword response using convolution with impulse response */
  /external/webkit/Source/WebCore/webaudio/
ConvolverNode.cpp 73 // Process using the convolution engine.
  /frameworks/base/voip/jni/rtp/
EchoSuppressor.cpp 37 // It is well known that cross-correlation can be computed using convolution,
  /gdk/samples/PhotoEditor/jni/
grain.cpp 36 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits
  /packages/apps/Phone/src/com/android/phone/
BitmapUtils.java 110 // convolution.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
algorithm 541 * If @c {l,m,n} is some convolution of @p {a,b,c} such that @c l<=m<=n
575 * If @c {l,m,n} is some convolution of @p {a,b,c} such that @p comp(l,m)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
algorithm 541 * If @c {l,m,n} is some convolution of @p {a,b,c} such that @c l<=m<=n
575 * If @c {l,m,n} is some convolution of @p {a,b,c} such that @p comp(l,m)
  /external/opencv/cv/include/
cv.hpp 138 /* pointers to convolution functions, initialized by init method.

Completed in 282 milliseconds

12 3