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

1 2 3 4

  /external/chromium_org/media/base/
sinc_resampler_perftest.cc 20 // Helper function to provide no input to SincResampler's Convolve benchmark.
23 // Define platform independent function name for Convolve* tests.
52 // Benchmark for the various Convolve() methods. Make sure to build with
54 TEST(SincResamplerPerfTest, Convolve) {
sinc_resampler_unittest.cc 109 // Define platform independent function name for Convolve* tests.
116 // Ensure various optimized Convolve() methods return the same value. Only run
117 // this test if other optimized methods exist, otherwise the default Convolve()
122 TEST(SincResamplerTest, Convolve) {
129 // The optimized Convolve methods are slightly more precise than Convolve_C(),
143 // Test Convolve() w/ unaligned input pointer.
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSConvolveTest.java 60 ScriptIntrinsicConvolve3x3 convolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.A_8(mRS)); local
61 convolve.setInput(rsInput);
62 convolve.setCoefficients(coeffs);
63 convolve.forEach(rsOutput);
117 ScriptIntrinsicConvolve5x5 convolve = ScriptIntrinsicConvolve5x5.create(mRS, Element.A_8(mRS)); local
118 convolve.setInput(rsInput);
119 convolve.setCoefficients(coeffs);
120 convolve.forEach(rsOutput);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.h 24 /// Convolve with an arbitrary user-specified kernel
39 /// Convolve with a Gaussian kernel
97 /// Convolve with a Gaussian kernel
  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 24 /// Convolve with an arbitrary user-specified kernel
40 /// Convolve with a Gaussian kernel
99 /// Convolve with a Gaussian kernel
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java 20 * Intrinsic for applying a 3x3 convolve to an allocation.
81 * Set the coefficients for the convolve.
83 * The convolve layout is
ScriptIntrinsicConvolve5x5.java 20 * Intrinsic for applying a 5x5 convolve to an allocation.
80 * Set the coefficients for the convolve.
82 * The convolve layout is
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 22 * Intrinsic for applying a 3x3 convolve to an allocation.
78 * Set the coefficients for the convolve.
80 * The convolve layout is
ScriptIntrinsicConvolve5x5.java 22 * Intrinsic for applying a 5x5 convolve to an allocation.
72 * Set the coefficients for the convolve.
74 * The convolve layout is
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 135 sp<ScriptIntrinsicConvolve3x3> convolve = ScriptIntrinsicConvolve3x3::create(rs, e); local
136 convolve->setInput(inputAlloc);
137 convolve->setCoefficients(coeffs);
138 convolve->forEach(outputAlloc);
140 sp<ScriptIntrinsicConvolve5x5> convolve = ScriptIntrinsicConvolve5x5::create(rs, e); local
141 convolve->setInput(inputAlloc);
142 convolve->setCoefficients(coeffs);
143 convolve->forEach(outputAlloc);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
convolve.h 38 * File : convolve.h
72 void Convolve(
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 53 CONVOLVE_3X3 ("Convolve 3x3", RELAXED_FP, 74.2f),
54 INTRINSICS_CONVOLVE_3X3 ("Intrinsics Convolve 3x3", INTRINSIC, 33.3f),
60 CONVOLVE_5X5 ("Convolve 5x5", RELAXED_FP, 236.f),
61 INTRINSICS_CONVOLVE_5X5 ("Intrinsics Convolve 5x5", INTRINSIC, 39.6f),
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_subpixel_8t_intrin_avx2.c 182 // convolve result and the second lane contain the second convolve
291 // convolve result and the second lane contain the second convolve
450 // convolve result and the second lane contain the second convolve
537 // convolve result and the second lane contain the second convolve
vp9_subpixel_8t_intrin_ssse3.c 296 // convolve result and the second lane contain the second convolve
380 // save only 8 bytes convolve result
481 // convolve result and the second lane contain the second convolve
487 // save 16 bytes convolve result
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 116 // Define platform independent function name for Convolve* tests.
123 // Ensure various optimized Convolve() methods return the same value. Only run
124 // this test if other optimized methods exist, otherwise the default Convolve()
127 TEST(SincResamplerTest, Convolve) {
139 // The optimized Convolve methods are slightly more precise than Convolve_C(),
153 // Test Convolve() w/ unaligned input pointer.
164 // Benchmark for the various Convolve() methods. Make sure to build with
166 // benchmarks were run with --convolve-iterations=50000000.
  /external/libvpx/libvpx/vp9/common/x86/
vp9_subpixel_8t_intrin_avx2.c 182 // convolve result and the second lane contain the second convolve
291 // convolve result and the second lane contain the second convolve
450 // convolve result and the second lane contain the second convolve
537 // convolve result and the second lane contain the second convolve
vp9_subpixel_8t_intrin_ssse3.c 294 // convolve result and the second lane contain the second convolve
378 // save only 8 bytes convolve result
479 // convolve result and the second lane contain the second convolve
485 // save 16 bytes convolve result
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 18 File: convolve.c
30 void Convolve (
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_subpixel_8t_intrin_avx2.c 181 // convolve result and the second lane contain the second convolve
290 // convolve result and the second lane contain the second convolve
449 // convolve result and the second lane contain the second convolve
536 // convolve result and the second lane contain the second convolve
vp9_subpixel_8t_intrin_ssse3.c 294 // convolve result and the second lane contain the second convolve
378 // save only 8 bytes convolve result
479 // convolve result and the second lane contain the second convolve
485 // save 16 bytes convolve result
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
descrip.mms 37 convolve.c \
112 convolve.obj,\
197 convolve.obj : convolve.c
  /external/mesa3d/src/mesa/main/
descrip.mms 37 convolve.c \
112 convolve.obj,\
197 convolve.obj : convolve.c
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicConvolve3x3.java 86 //android.util.Log.e("RSI test", "test convolve U8_" + vecSize + " 1 " + w + ", " + h);
123 //android.util.Log.e("RSI test", "test convolve U8_" + vecSize + " 2 " + w + ", " + h);
160 //android.util.Log.e("RSI test", "test convolve U8_" + vecSize + " 2 " + w + ", " + h);
IntrinsicConvolve5x5.java 103 test5(sr, si, e, cf1, "test convolve", 1, w, h, sc);
104 test5(sr, si, e, cf2, "test convolve", 2, w, h, sc);
105 test5(sr, si, e, cf3, "test convolve", 3, w, h, sc);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
Android.mk 18 src/convolve.cpp \

Completed in 1997 milliseconds

1 2 3 4