HomeSort by relevance Sort by last modified time
    Searched refs:Convolve (Results 1 - 24 of 24) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
convolve.h 38 * File : convolve.h
72 void Convolve(
convolve.cpp 34 Pathname: ./audio/gsm-amr/c/src/convolve.c
49 file (convolve.asm). Left Pseudo-code section blank.
84 #include "convolve.h"
113 FUNCTION NAME: Convolve
156 convolve.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
161 void Convolve (
208 void Convolve(
cl_ltp.cpp 87 #include "convolve.h"
533 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
541 Convolve(exc, h1, y1, L_SUBFR);
676 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
690 Convolve(exc, h1, yl, L_SUBFR);
cod_amr.cpp 101 #include "convolve.h"
    [all...]
pitch_fr.cpp 96 #include "convolve.h"
221 Convolve (&exc[k], h, excf, L_subfr);
345 Convolve(&exc[k], h, excf, L_subfr);
    [all...]
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h 88 FRIEND_TEST_ALL_PREFIXES(SincResamplerTest, Convolve);
147 // Stores the runtime selection of which Convolve function to use.
sinc_resampler_unittest.cc 117 // Define platform independent function name for Convolve* tests.
124 // Ensure various optimized Convolve() methods return the same value. Only run
125 // this test if other optimized methods exist, otherwise the default Convolve()
128 TEST(SincResamplerTest, Convolve) {
140 // The optimized Convolve methods are slightly more precise than Convolve_C(),
154 // Test Convolve() w/ unaligned input pointer.
165 // Benchmark for the various Convolve() methods. Make sure to build with
167 // Original benchmarks were run with --convolve-iterations=50000000.
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
convolution_thunk.h 74 Status Convolve(
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 171 #define Convolve voAWB_Convolve
acelp.h 250 void Convolve(
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 18 File: convolve.c
30 void Convolve (
pitch_f4.c 184 Convolve(&exc[k], h, excf, 64);
voAMRWBEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
convolve_opt.s 18 @*void Convolve (
Norm_Corr_opt.s 61 @transfer Convolve function
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
convolve_neon.s 17 @*void Convolve (
Norm_Corr_neon.s 61 @transfer Convolve function
  /external/ImageMagick/PerlMagick/demo/
demo.pl 131 print "Convolve...\n";
133 $example->Label('Convolve');
134 $example->Convolve([0.125, 0.125, 0.125, 0.125, 0.5, 0.125, 0.125, 0.125, 0.125]);
  /external/ImageMagick/www/source/
examples.pl 130 print "Convolve...\n";
132 $example->Label('Convolve');
133 $example->Convolve([1, 1, 1, 1, 4, 1, 1, 1, 1]);
  /external/ImageMagick/www/api/
morphology.php 394 <p>User defined settings include... * Output Bias for Convolution and correlation ("-define convolve:bias=??") * Kernel Scale/normalize settings ("-define convolve:scale=??") This can also includes the addition of a scaled unity kernel. * Show Kernel being applied ("-define morphology:showkernel=1")</p>
396 <p>Other operators that do not want user supplied options interfering, especially "convolve:bias" and "morphology:showkernel" should use MorphologyApply() directly.</p>
425 <dd>An array of double representing the morphology kernel. Warning: kernel may be normalized for the Convolve method. </dd>
435 <p>ScaleGeometryKernelInfo() takes a geometry argument string, typically provided as a "-set option:convolve:scale {geometry}" user setting, and modifies the kernel according to the parsed arguments of that setting.</p>
459 "-set option:convolve:scale {geometry}" setting.
472 <p>Kernel normalization ('normalize_flags' given) is designed to ensure that any use of the kernel scaling factor with 'Convolve' or 'Correlate' morphology methods will fall into -1.0 to +1.0 range. Note that for non-HDRI versions of IM this may cause images to have any negative results clipped, unless some 'bias' is used.</p>
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
shape_inference_test.cc 390 TEST_F(ShapeInferenceTest, Convolve) {
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 390 { "Convolve", { {"coefficients", ArrayReference},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 390 { "Convolve", { {"coefficients", ArrayReference},
    [all...]

Completed in 454 milliseconds