Searched refs:kernel (Results 51 - 75 of 192) sorted by relevance

12345678

/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DNamedThreadFactory.java33 package com.jme3.network.kernel;
H A DAbstractKernel.java33 package com.jme3.network.kernel;
44 * assumes that the kernel will be managing its own internal threads
77 log.log( Level.SEVERE, "Unhanddled kernel error", e );
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c29 const InterpKernel *kernel,
33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd);
41 const InterpKernel *kernel,
54 sf, w, h, ref, kernel, sf->x_step_q4, sf->y_step_q4, bd);
63 const InterpKernel *kernel,
76 sf, w, h, ref, kernel, sf->x_step_q4, sf->y_step_q4);
163 const InterpKernel *kernel = vp9_filter_kernels[mi->mbmi.interp_filter]; local
208 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys,
212 subpel_x, subpel_y, sf, w, h, ref, kernel, x
23 high_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, int bd) argument
36 vp9_highbd_build_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, enum mv_precision precision, int x, int y, int bd) argument
58 vp9_build_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, enum mv_precision precision, int x, int y) argument
[all...]
H A Dvp9_postproc.c92 int row, col, i, v, kernel; local
103 kernel = 4;
110 kernel += kernel5[2 + i] * p_src[col + i * pitch];
113 v = (kernel >> 3);
126 kernel = 4;
135 kernel += kernel5[2 + i] * p_src[col + i];
138 d[col & 7] = (kernel >> 3);
166 int row, col, i, v, kernel; local
176 kernel = 4;
183 kernel
[all...]
/external/f2fs-tools/scripts/
H A Dspo_test.sh20 echo 8 > /proc/sys/kernel/printk
53 echo 8 > /proc/sys/kernel/printk
/external/skia/include/effects/
H A DSkMatrixConvolutionImageFilter.h18 processing kernel to a given input image. This can be used to produce
35 @param kernelSize The kernel size in pixels, in each dimension (N by M).
36 @param kernel The image processing kernel. Must contain N * M
40 kernel, if it does not sum to 1.
43 convolution. This can be used to center the kernel
44 over the image (e.g., a 3x3 kernel should have an
56 const SkScalar* kernel,
70 const SkScalar* kernel,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_filters.c284 const VGshort * kernel,
310 if (!kernel || !is_aligned_to(kernel, 2)) {
363 /* transpose the kernel */
366 buffer[idx + index*4 + 0] = kernel[kindex];
367 buffer[idx + index*4 + 1] = kernel[kindex];
368 buffer[idx + index*4 + 2] = kernel[kindex];
369 buffer[idx + index*4 + 3] = kernel[kindex];
397 VGshort *kernel; local
422 kernel
281 vegaConvolve(VGImage dst, VGImage src, VGint kernelWidth, VGint kernelHeight, VGint shiftX, VGint shiftY, const VGshort * kernel, VGfloat scale, VGfloat bias, VGTilingMode tilingMode) argument
452 compute_gaussian_kernel(VGfloat *kernel, VGint width, VGint height, VGfloat stdDeviationX, VGfloat stdDeviationY) argument
485 VGfloat *buffer, *kernel; local
[all...]
/external/srtp/
H A DMakefile91 err = crypto/kernel/err.o
93 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \ macro
94 crypto/kernel/key.o $(rng) $(err) # $(ust)
96 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h3 #include <linux/kernel.h>
22 /* Used inside the kernel */
24 } kernel; member in union:xt_entry_match::__anon6085
45 /* Used inside the kernel */
47 } kernel; member in union:xt_entry_target::__anon6088
75 * kernel supports, if >= revision. */
/external/iptables/include/linux/netfilter/
H A Dx_tables.h3 #include <linux/kernel.h>
22 /* Used inside the kernel */
24 } kernel; member in union:xt_entry_match::__anon6356
45 /* Used inside the kernel */
47 } kernel; member in union:xt_entry_target::__anon6359
75 * kernel supports, if >= revision. */
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dx_tables.h3 #include <linux/kernel.h>
22 /* Used inside the kernel */
24 } kernel; member in union:xt_entry_match::__anon7011
45 /* Used inside the kernel */
47 } kernel; member in union:xt_entry_target::__anon7014
75 * kernel supports, if >= revision. */
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_mode_18_34.s131 kernel: label
152 bne kernel
159 beq kernel
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_mode_18_34.s133 kernel: label
154 bne kernel
161 beq kernel
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp35 typedef struct _cl_kernel kernel; typedef in namespace:clover
43 /// kernel.
46 exec_context(clover::kernel &kern);
52 clover::kernel &kern;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DConnectorAdapter.java38 import com.jme3.network.kernel.Connector;
39 import com.jme3.network.kernel.ConnectorException;
/external/vboot_reference/tests/futility/
H A Dtest_sign_kernel.sh74 --keyblock ${DEVKEYS}/kernel.keyblock \
88 --keyblock ${DEVKEYS}/kernel.keyblock \
110 --keyblock ${DEVKEYS}/kernel.keyblock \
172 --keyblock ${DEVKEYS}/kernel.keyblock \
182 # extract just the kernel blob
194 --keyblock ${DEVKEYS}/kernel.keyblock \
207 # extract just the kernel blob
219 # Now lets repack some kernel partitions, not just blobs.
236 --keyblock ${DEVKEYS}/kernel.keyblock \
254 --keyblock ${DEVKEYS}/kernel
[all...]
/external/vboot_reference/utility/
H A Ddev_debug_vboot43 those keys to validate all the ChromeOS kernel partitions it can find. A
54 -k FILE, --kernel FILE Specify the kernel partition image to use
140 debug "Extracting kernel partitions from $1 ..."
141 cgpt find -v -t kernel "$1" | grep 'Label:' |
186 TEMP=$(getopt -o hvb:i:k:cf --long help,bios:,image:,kernel:,cleanup,force \
203 -k|--kernel)
347 kernparts=$(cgpt find -t kernel "${OPT_IMAGE}")
350 kernparts=$(cgpt find -t kernel)
354 # Okay if any of the kernel verification
[all...]
/external/opencv/cv/src/
H A Dcvfilter.cpp160 CV_ERROR( CV_StsOutOfRange, "invalid kernel size and/or anchor position" );
1784 void CvSepFilter::init_gaussian_kernel( CvMat* kernel, double sigma )
1804 if( !CV_IS_MAT(kernel) )
1805 CV_ERROR( CV_StsBadArg, "kernel is not a valid matrix" );
1807 type = CV_MAT_TYPE(kernel->type);
1809 if( (kernel->cols != 1 && kernel->rows != 1) ||
1810 (kernel->cols + kernel->rows - 1) % 2 == 0 ||
1812 CV_ERROR( CV_StsBadSize, "kernel shoul
[all...]
/external/libnl/include/netlink/
H A Dhandlers.h19 #include <netlink/netlink-kernel.h>
/external/linux-tools-perf/src/tools/lib/lk/
H A Ddebugfs.c8 #include <linux/kernel.h>
12 char debugfs_mountpoint[PATH_MAX + 1] = "/sys/kernel/debug";
15 "/sys/kernel/debug/",
92 mountpoint = "/sys/kernel/debug";
/external/linux-tools-perf/src/tools/perf/util/
H A Dpstack.c9 #include <linux/kernel.h>
H A Dmachine.c231 snprintf(bf, size, "[%s]", "kernel.kallsyms");
233 snprintf(bf, size, "[%s]", "guest.kernel.kallsyms");
235 snprintf(bf, size, "[%s.%d]", "guest.kernel.kallsyms",
434 struct dso *kernel; local
439 vmlinux_name = "[kernel.kallsyms]";
441 kernel = dso__kernel_findnew(machine, vmlinux_name,
442 "[kernel]",
453 kernel = dso__kernel_findnew(machine, vmlinux_name,
454 "[guest.kernel]",
458 if (kernel !
507 __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) argument
852 struct dso *kernel = machine__get_kernel(machine); local
965 struct dso *kernel = __dsos__findnew(&machine->kernel_dsos, local
[all...]
/external/lzma/xz-embedded/
H A Dxz.h52 * or XZ_DEC_DYNALLOC. The xz_dec kernel module is always compiled
74 * which is not used in the kernel. Unsupported
163 * In the kernel, dictionary sizes of 64 KiB, 128 KiB, 256 KiB,
165 * except for kernel and initramfs images where a bigger
241 * Standalone build (userspace build or in-kernel build for boot time use)
242 * needs a CRC32 implementation. For normal in-kernel use, kernel's own
264 # error Using CRC64 in the kernel has not been implemented.
/external/compiler-rt/make/
H A Doptions.mk26 # Whether the library is being built for kernel use.
/external/libvpx/libvpx/vp8/common/x86/
H A Ddequantize_mmx.asm30 pmullw mm1, [rax+0] ; mm4 *= kernel 0 modifiers.
34 pmullw mm1, [rax+8] ; mm4 *= kernel 0 modifiers.
38 pmullw mm1, [rax+16] ; mm4 *= kernel 0 modifiers.
42 pmullw mm1, [rax+24] ; mm4 *= kernel 0 modifiers.

Completed in 4289 milliseconds

12345678