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

1 2 3 4 5 6

  /external/eigen/bench/tensors/
tensor_benchmarks_cpu.cc 146 BM_FuncWithKernelDimsCPU(convolution, 7, 1, 4);
147 BM_FuncWithKernelDimsCPU(convolution, 7, 1, 8);
148 BM_FuncWithKernelDimsCPU(convolution, 7, 1, 12);
150 BM_FuncWithKernelDimsCPU(convolution, 1, 7, 4);
151 BM_FuncWithKernelDimsCPU(convolution, 1, 7, 8);
152 BM_FuncWithKernelDimsCPU(convolution, 1, 7, 12);
154 BM_FuncWithKernelDimsCPU(convolution, 7, 4, 4);
155 BM_FuncWithKernelDimsCPU(convolution, 7, 4, 8);
156 BM_FuncWithKernelDimsCPU(convolution, 7, 4, 12);
158 BM_FuncWithKernelDimsCPU(convolution, 4, 7, 4)
    [all...]
tensor_benchmarks_gpu.cu 70 BM_FuncWithKernelDimsGPU(convolution, 7, 1);
71 BM_FuncWithKernelDimsGPU(convolution, 1, 7);
72 BM_FuncWithKernelDimsGPU(convolution, 7, 4);
73 BM_FuncWithKernelDimsGPU(convolution, 4, 7);
74 BM_FuncWithKernelDimsGPU(convolution, 7, 64);
75 BM_FuncWithKernelDimsGPU(convolution, 64, 7);
tensor_benchmarks_fp16_gpu.cu 71 BM_FuncWithKernelDimsGPU(convolution, 7, 1);
72 BM_FuncWithKernelDimsGPU(convolution, 1, 7);
73 BM_FuncWithKernelDimsGPU(convolution, 7, 4);
74 BM_FuncWithKernelDimsGPU(convolution, 4, 7);
75 BM_FuncWithKernelDimsGPU(convolution, 7, 64);
76 BM_FuncWithKernelDimsGPU(convolution, 64, 7);
  /external/skia/include/effects/
SkMatrixConvolutionImageFilter.h 19 Matrix convolution image filter. This filter applies an NxM image
36 /** Construct a matrix convolution image filter.
41 convolution. This can be used to normalize the
43 @param bias A bias factor added to each pixel after convolution.
45 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/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
state_search.c 50 /* Scale to maximum 12 bits to avoid saturation in circular convolution filter */
54 /* Set up the filter coefficients for the circular convolution */
65 /* Run the Zero-Pole filter (Ciurcular convolution) */
state_construct.c 91 /* circular convolution with all-pass filter */
  /external/ImageMagick/MagickCore/
morphology.h 31 GaussianKernel, /* Convolution Kernels, Gaussian Based */
37 LaplacianKernel, /* Convolution Kernels, by Name */
  /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/skia/src/core/
SkConvolver.cpp 182 // row for convolution as the first pixel for the first vertical filter.
188 // We loop over each row in the input doing a horizontal convolution. This
190 // a circular buffer of convolved rows and do vertical convolution as rows
193 // We will need four extra rows to allow horizontal convolution could be done
197 // convolution pass yet. Somehow Windows does not like it.
220 // convolutions to run each subsequent vertical convolution.
SkConvolver.h 23 // We do 2-dimensional convolution by first convolving each row by one
143 // Does a two-dimensional convolution on the given source image.
162 * Returns false if it was unable to perform the convolution/rescale. in which case the output
  /external/ImageMagick/ImageMagick/api/
morphology.html 59 <p>AcquireKernelInfo() takes the given string (generally supplied by the user) and converts it into a Morphology/Convolution Kernel. This allows users to specify a kernel from a number of pre-defined kernels, or to fully specify their own kernel for a specific Convolution or Morphology Operation.</p>
101 <dd>the Morphology/Convolution kernel wanted. </dd>
132 <dd> Convolution Kernels </dd>
162 <dd> Named Constant Convolution Kernels </dd>
170 <dd> Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) | -1, 0, 1 | | -2, 0,-2 | | -1, 0, 1 | </dd>
172 <dd> Roberts:{angle} Roberts convolution kernel (3x3) | 0, 0, 0 | | -1, 1, 0 | | 0, 0, 0 | </dd>
174 <dd> Prewitt:{angle} Prewitt Edge convolution kernel (3x3) | -1, 0, 1 | | -1, 0, 1 | | -1, 0, 1 | </dd>
176 <dd> Compass:{angle} Prewitt's "Compass" convolution kernel (3x3) | -1, 1, 1 | | -1,-2, 1 | | -1, 1, 1 | </dd>
178 <dd> Kirsch:{angle} Kirsch's "Compass" convolution kernel (3x3) | -3,-3, 5 | | -3, 0, 5 | | -3,-3, 5 | </dd
    [all...]
  /external/ImageMagick/www/api/
morphology.html 63 <p>AcquireKernelInfo() takes the given string (generally supplied by the user) and converts it into a Morphology/Convolution Kernel. This allows users to specify a kernel from a number of pre-defined kernels, or to fully specify their own kernel for a specific Convolution or Morphology Operation.</p>
105 <dd>the Morphology/Convolution kernel wanted. </dd>
136 <dd> Convolution Kernels </dd>
166 <dd> Named Constant Convolution Kernels </dd>
174 <dd> Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) | -1, 0, 1 | | -2, 0,-2 | | -1, 0, 1 | </dd>
176 <dd> Roberts:{angle} Roberts convolution kernel (3x3) | 0, 0, 0 | | -1, 1, 0 | | 0, 0, 0 | </dd>
178 <dd> Prewitt:{angle} Prewitt Edge convolution kernel (3x3) | -1, 0, 1 | | -1, 0, 1 | | -1, 0, 1 | </dd>
180 <dd> Compass:{angle} Prewitt's "Compass" convolution kernel (3x3) | -1, 1, 1 | | -1,-2, 1 | | -1, 1, 1 | </dd>
182 <dd> Kirsch:{angle} Kirsch's "Compass" convolution kernel (3x3) | -3,-3, 5 | | -3, 0, 5 | | -3,-3, 5 | </dd
    [all...]
morphology.php 59 <p>AcquireKernelInfo() takes the given string (generally supplied by the user) and converts it into a Morphology/Convolution Kernel. This allows users to specify a kernel from a number of pre-defined kernels, or to fully specify their own kernel for a specific Convolution or Morphology Operation.</p>
101 <dd>the Morphology/Convolution kernel wanted. </dd>
132 <dd> Convolution Kernels </dd>
162 <dd> Named Constant Convolution Kernels </dd>
170 <dd> Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) | -1, 0, 1 | | -2, 0,-2 | | -1, 0, 1 | </dd>
172 <dd> Roberts:{angle} Roberts convolution kernel (3x3) | 0, 0, 0 | | -1, 1, 0 | | 0, 0, 0 | </dd>
174 <dd> Prewitt:{angle} Prewitt Edge convolution kernel (3x3) | -1, 0, 1 | | -1, 0, 1 | | -1, 0, 1 | </dd>
176 <dd> Compass:{angle} Prewitt's "Compass" convolution kernel (3x3) | -1, 1, 1 | | -1,-2, 1 | | -1, 1, 1 | </dd>
178 <dd> Kirsch:{angle} Kirsch's "Compass" convolution kernel (3x3) | -3,-3, 5 | | -3, 0, 5 | | -3,-3, 5 | </dd
    [all...]
  /external/mesa3d/docs/relnotes/
6.2 22 ToDo: PBO for polygon stipple, convolution filter, etc.
  /external/mesa3d/docs/
conform.html 200 Convolution test passed.
201 Convolution Border test passed.
313 Convolution test passed.
314 Convolution Border test passed.
426 Convolution test passed.
427 Convolution Border test passed.
539 Convolution test passed.
540 Convolution Border test passed.
652 Convolution test passed.
653 Convolution Border test passed
    [all...]
  /external/skia/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.h 15 * A 1D Gaussian convolution effect. The kernel is computed as an array of 2 * half-width weights.
  /external/skia/gm/
imagefiltersgraph.cpp 112 // Dilate -> matrix convolution.
114 // convolution) correctly handles a non-zero source offset
  /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/skia/src/effects/
SkBlurMask.h 38 // the "ground truth" blur does a gaussian convolution; it's slow
  /external/speex/libspeex/
kiss_fft.h 19 -- a command-line utility to perform fast-convolution filtering
  /external/swiftshader/third_party/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] }
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 20 Description:Perform the convolution between two vectors x[] and h[]

Completed in 540 milliseconds

1 2 3 4 5 6