Searched refs:kernel (Results 26 - 50 of 192) sorted by relevance

12345678

/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.h15 * A convolution effect. The kernel is specified as an array of 2 * half-width
23 /// Convolve with an arbitrary user-specified kernel
27 const float* kernel,
33 kernel,
38 /// Convolve with a Gaussian kernel
55 const float* kernel() const { return fKernel; } function in class:GrConvolutionEffect
69 // on a blur filter gives a kernel width of 25 while a sigma of 5.0
70 // would exceed a 32 wide kernel.
86 const float* kernel,
90 /// Convolve with a Gaussian kernel
24 Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel, bool useBounds, float bounds[2]) argument
[all...]
H A DGrMatrixConvolutionEffect.h16 // Allows for a 5x5 kernel (or 25x1, for that matter).
24 const SkScalar* kernel,
33 kernel,
57 const float* kernel() const { return fKernel; } function in class:GrMatrixConvolutionEffect
73 const SkScalar* kernel,
21 Create(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrTextureDomain::Mode tileMode, bool convolveAlpha) argument
H A DGrConvolutionEffect.cpp78 const GrGLShaderVar& kernel = builder->getUniformVariable(fKernelUni); local
88 kernel.appendArrayAccess(index.c_str(), &kernelIndex);
110 // the code we generated was for a specific kernel radius
134 pdman.set1fv(fKernelUni, this->width(), conv.kernel());
154 const float* kernel,
160 SkASSERT(kernel);
163 fKernel[i] = kernel[i];
184 // is dropped here, since we renormalize the kernel below.
188 // Normalize the kernel
229 float kernel[kMaxKernelWidt local
151 GrConvolutionEffect(GrTexture* texture, Direction direction, int radius, const float* kernel, bool useBounds, float bounds[2]) argument
[all...]
H A DGrMatrixConvolutionEffect.cpp71 const char* kernel = builder->getUniformCStr(fKernelUni); local
87 fsBuilder->codeAppendf("float k = %s[%d * %d + %d];", kernel, y, kWidth, x);
128 // the code we generated was for a specific kernel size
136 pdman.set1fv(fKernelUni, fKernelSize.width() * fKernelSize.height(), conv.kernel());
145 const SkScalar* kernel,
159 fKernel[i] = SkScalarToFloat(kernel[i]);
180 !memcmp(fKernel, s.kernel(),
201 float kernel[MAX_KERNEL_SIZE]; local
217 // is dropped here, since we renormalize the kernel below.
218 kernel[
142 GrMatrixConvolutionEffect(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrTextureDomain::Mode tileMode, bool convolveAlpha) argument
[all...]
/external/elfutils/src/src/
H A Dmake-debug-archive.in6 # make-debug-archive --kernel [--force] [RELEASE]
11 # The archive installed by --kernel be used automatically by -K.
30 echo " or: $0 --kernel [--sudo] [--force] [RELEASE]"
35 echo "The --kernel form updates the file used by -K if the"
36 echo "kernel installation has changed, or always with --force."
57 kernel=no
63 x--kernel) kernel=yes ;;
71 if [ $kernel = no ] && [ $force_kernel = yes -o -n "$sudo" ]; then
75 if [ $kernel
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DKernelAdapter.java39 import com.jme3.network.kernel.Endpoint;
40 import com.jme3.network.kernel.EndpointEvent;
41 import com.jme3.network.kernel.Envelope;
42 import com.jme3.network.kernel.Kernel;
55 * by DefaultServer to manage its kernel objects.
71 private Kernel kernel; field in class:KernelAdapter
83 public KernelAdapter( DefaultServer server, Kernel kernel, MessageListener<HostedConnection> messageDispatcher, argument
86 super( String.valueOf(kernel) );
88 this.kernel = kernel;
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h29 const InterpKernel *kernel,
33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
43 const InterpKernel *kernel,
70 const InterpKernel *kernel,
80 const InterpKernel *kernel,
23 inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys) argument
/external/skia/tools/skpdiff/
H A DSkCLImageDiffer.cpp36 bool SkCLImageDiffer::loadKernelFile(const char file[], const char name[], cl_kernel* kernel) { argument
37 // Open the kernel source file
40 SkDebugf("Failed to open kernel source file");
44 return loadKernelStream(&sourceStream, name, kernel);
47 bool SkCLImageDiffer::loadKernelStream(SkStream* stream, const char name[], cl_kernel* kernel) { argument
48 // Read the kernel source into memory
53 SkDebugf("Failed to read kernel source file");
57 return loadKernelSource(sourceString.c_str(), name, kernel);
60 bool SkCLImageDiffer::loadKernelSource(const char source[], const char name[], cl_kernel* kernel) { argument
61 // Build the kernel sourc
[all...]
/external/iproute2/etc/iproute2/
H A Drt_protos6 2 kernel
/external/srtp/
H A DAndroid.mk23 crypto/kernel/err.c \
24 crypto/kernel/crypto_kernel.c \
25 crypto/kernel/alloc.c \
26 crypto/kernel/key.c \
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DEnvelope.java33 package com.jme3.network.kernel;
H A DKernel.java33 package com.jme3.network.kernel;
40 * kernel.
55 * Initializes the kernel and starts any internal processing.
60 * Gracefully terminates the kernel and stops any internal
68 * kernel that match the specified endpoint filter..
H A DEndpointEvent.java33 package com.jme3.network.kernel;
/external/netperf/
H A Dnetcpu_pstatnew.c33 original psp_idlecycles - one for user, one for kernel and one for
44 uint64_t kernel; member in struct:cpu_time_counters
85 64-bit kernel the ".psc_hi" and ".psc_lo" fields are 64 bits,
122 res[i].kernel = (((uint64_t)psp[i].psp_systemcycles.psc_hi << 32) +
128 res[i].kernel);
165 "\t kernel %llu\n",counters[instance].kernel);
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kernel, interrupt and idle
238 math with user, kernel an
[all...]
H A Dnetcpu_kstat10.c47 uint64_t kernel; member in struct:cpu_time_counters
65 "\t kernel %llu\n",counters[instance].kernel);
152 counters[cpu_num].kernel = knp->value.ui64;
352 spent in user, idle and kernel. We also have nanoseconds spent
355 accounting. this means that time accounted in user, kernel or
357 porpoises we do not really care about that for user and kernel,
366 time from each of user, kernel and idle in proportion to their
367 numbers. then we sum the corrected user, kernel and idle along
374 more interrupt time than the sum of user, kernel an
[all...]
/external/srtp/crypto/
H A DMakefile80 err = kernel/err.o
82 kernel = kernel/crypto_kernel.o kernel/alloc.o \ macro
83 kernel/key.o $(rng) $(err)
87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSocketConnector.java33 package com.jme3.network.kernel.tcp;
35 import com.jme3.network.kernel.Connector;
36 import com.jme3.network.kernel.ConnectorException;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java33 package com.jme3.network.kernel.udp;
35 import com.jme3.network.kernel.Connector;
36 import com.jme3.network.kernel.ConnectorException;
/external/vboot_reference/tests/
H A Dgen_fuzz_test_cases.sh34 # Kernel key block - RSA4096/SHA512 kernel signing subkey, RSA4096/SHA512
35 # kernel signing key.
37 --pack ${TESTCASE_DIR}/kernel.keyblock \
53 echo "Generating signed kernel test image..."
55 --pack ${TESTCASE_DIR}/kernel.vblock.image \
56 --keyblock ${TESTCASE_DIR}/kernel.keyblock \
68 # Generate a file to serve as random bytes for firmware/kernel contents.
69 # NOTE: The kernel and config file can't really be random, but the bootloader
H A Dload_kernel_tests.sh7 # End-to-end test for vboot2 kernel verification
16 echo 'Creating test kernel'
21 echo "Testing kernel verification in $DIR"
24 # Dummy kernel data
29 # Pack kernel data key using original vboot utilities.
33 # Keyblock with kernel data key is signed by kernel subkey
40 # Kernel preamble is signed with the kernel data key
42 --pack "kernel.test" \
51 echo 'Verifying test kernel'
[all...]
/external/blktrace/
H A Dbtrace.spec19 URL: http://brick.kernel.dk/snaps
32 Jens Axboe <axboe@kernel.dk>
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DNetwork.java38 import com.jme3.network.kernel.tcp.SelectorKernel;
39 import com.jme3.network.kernel.tcp.SocketConnector;
40 import com.jme3.network.kernel.udp.UdpConnector;
41 import com.jme3.network.kernel.udp.UdpKernel;
/external/srtp/crypto/include/
H A Dkernel_compat.h4 * Compatibility stuff for building in kernel context where standard
51 #include <linux/kernel.h>
/external/skia/bench/
H A DMatrixConvolutionBench.cpp19 SkScalar kernel[9] = { local
26 fFilter = SkMatrixConvolutionImageFilter::Create(kernelSize, kernel, gain, bias, kernelOffset, tileMode, convolveAlpha);
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp289 vector<float> kernel(3);
290 kernel[0] = kernel[2] = 0.1f; kernel[1]= 0.8f;
291 int shift = (int)(kernel.size() - 1) / 2;
295 case TextureFormat::RGBA: separableConvolve<4, 4>(refFiltered, ref, shift, shift, kernel, kernel); break;
296 case TextureFormat::RGB: separableConvolve<4, 3>(refFiltered, ref, shift, shift, kernel, kernel); break;
303 case TextureFormat::RGBA: separableConvolve<4, 4>(cmpFiltered, cmp, shift, shift, kernel, kerne
[all...]

Completed in 644 milliseconds

12345678