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

12 3 4 5 6

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
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/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabase.cpp 75 // Create the interpolated convolution kernels and delays.
ReverbConvolver.h 56 // If not doing multi-threaded convolution, then should not go > 8192.
ReverbConvolverStage.h 44 // A ReverbConvolverStage represents the convolution associated with a sub-section of a large impulse response.
ReverbConvolver.cpp 79 // The total latency is zero because the direct-convolution is used in the leading portion.
125 m_backgroundThread = adoptPtr(blink::Platform::current()->createThread("Reverb convolution background thread"));
DownSampler.cpp 67 // after doing the main convolution using m_reducedKernel.
HRTFKernel.cpp 82 // We need to truncate to fit into 1/2 the FFT size (with zero padding) in order to do proper convolution.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
convolve.c 27 * Image convolution functions.
  /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/mesa3d/src/mesa/main/
convolve.c 27 * Image convolution functions.
  /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[]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
grain.fs 24 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
grain.fs 24 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
grain.fs 24 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits
  /external/chromium_org/third_party/skia/src/core/
SkConvolver.h 22 // We do 2-dimensional convolution by first convolving each row by one
175 // Does a two-dimensional convolution on the given source image.
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 197 // X convolution from reading garbage.
214 // convolution from reading garbage.
  /external/skia/src/core/
SkConvolver.h 22 // We do 2-dimensional convolution by first convolving each row by one
175 // Does a two-dimensional convolution on the given source image.
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 197 // X convolution from reading garbage.
214 // convolution from reading garbage.
  /external/chromium_org/skia/ext/
convolver_unittest.cc 115 // Do the convolution.
362 // Apply convolution in X.
372 // Apply convolution in Y.
392 // This should be a result of 2D convolution.
443 // Apply convolution in X.
convolver_SSE2.cc 58 // multiply with coefficients => accumulate the convolution result.
74 // => accumulate the convolution results.
262 // Does vertical convolution to produce one output row. The filter values and
366 // Store the convolution result (16 bytes) and advance the pixel pointers.
  /external/pixman/demos/
Makefile.in 69 @HAVE_GTK_TRUE@ screen-test$(EXEEXT) convolution-test$(EXEEXT) \
140 am__convolution_test_SOURCES_DIST = convolution-test.c gtk-utils.c \
144 @HAVE_GTK_TRUE@ convolution-test.$(OBJEXT) $(am__objects_1)
460 @HAVE_GTK_TRUE@ convolution-test \
477 @HAVE_GTK_TRUE@convolution_test_SOURCES = convolution-test.c $(GTK_UTILS)
547 convolution-test$(EXEEXT): $(convolution_test_OBJECTS) $(convolution_test_DEPENDENCIES) $(EXTRA_convolution_test_DEPENDENCIES)
548 @rm -f convolution-test$(EXEEXT)
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convolution-test.Po@am__quote@
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
filter.js 201 * Perform an image convolution with a symmetrical 5x5 matrix:
432 * Return a convolution filter function bound to specific weights.
434 * @param {Array.<number>} weights Weights for the convolution matrix
436 * @return {function(ImageData,ImageData,number,number)} Convolution filter.
  /external/chromium_org/media/base/
sinc_resampler.h 83 // Compute convolution of |k1| and |k2| over |input_ptr|, resultant sums are
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ConvolverNode.cpp 81 // Process using the convolution engine.

Completed in 1245 milliseconds

12 3 4 5 6