/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 40 /// Convolve with a Gaussian kernel 99 /// 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, 62.1f), 54 INTRINSICS_CONVOLVE_3X3 ("Intrinsics Convolve 3x3", INTRINSIC, 24.5f), 60 CONVOLVE_5X5 ("Convolve 5x5", RELAXED_FP, 215.8f), 61 INTRINSICS_CONVOLVE_5X5 ("Intrinsics Convolve 5x5", INTRINSIC, 29.8f),
|
/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 | 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/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
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
Android.mk | 18 src/convolve.cpp \
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingTest.java | 240 // Test case 18: Convolve 3x3 247 // Test case 19: Intrinsics Convolve 3x3 289 // Test case 25: Convolve 5x5 296 // Test case 26: Intrinsics Convolve 5x5
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
ImageProcessingActivity2.java | 80 CONVOLVE_3X3 ("Convolve 3x3"), 81 INTRINSICS_CONVOLVE_3X3 ("Intrinsics Convolve 3x3"), 87 CONVOLVE_5X5 ("Convolve 5x5"), 88 INTRINSICS_CONVOLVE_5X5 ("Intrinsics Convolve 5x5"),
|