/external/opencv3/samples/cpp/tutorial_code/ImgTrans/ |
filter2D_demo.cpp | 23 Mat kernel; local 46 /// Loop - Will filter the image with different kernel sizes each 0.5 seconds 55 /// Update kernel size for a normalized box filter 57 kernel = Mat::ones( kernel_size, kernel_size, CV_32F )/ (float)(kernel_size*kernel_size); 60 filter2D(src, dst, ddepth , kernel, anchor, delta, BORDER_DEFAULT );
|
/external/vboot_reference/tests/futility/ |
test_show_kernel.sh | 15 echo 'Creating test kernel' 17 # Dummy kernel data 20 dd if=/dev/urandom bs=32768 count=1 of=${TMP}.kernel.bin 22 # Pack kernel data key using original vboot utilities. 26 # Keyblock with kernel data key is signed by kernel subkey 33 # Kernel preamble is signed with the kernel data key 35 --pack ${TMP}.kernel.test \ 40 --vmlinuz ${TMP}.kernel.bin [all...] |
/cts/apps/cts-usb-accessory/ |
Android.mk | 30 bionic/libc/kernel/uapi \ 31 bionic/libc/kernel/uapi/asm-x86 \
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestFrexp.rs | 24 float __attribute__((kernel)) testFrexpFloatIntFloat(float inV, unsigned int x) { 31 float2 __attribute__((kernel)) testFrexpFloat2Int2Float2(float2 inV, unsigned int x) { 38 float3 __attribute__((kernel)) testFrexpFloat3Int3Float3(float3 inV, unsigned int x) { 45 float4 __attribute__((kernel)) testFrexpFloat4Int4Float4(float4 inV, unsigned int x) {
|
TestModf.rs | 24 float __attribute__((kernel)) testModfFloatFloatFloat(float inV, unsigned int x) { 31 float2 __attribute__((kernel)) testModfFloat2Float2Float2(float2 inV, unsigned int x) { 38 float3 __attribute__((kernel)) testModfFloat3Float3Float3(float3 inV, unsigned int x) { 45 float4 __attribute__((kernel)) testModfFloat4Float4Float4(float4 inV, unsigned int x) {
|
TestRemquo.rs | 25 float __attribute__((kernel)) testRemquoFloatFloatIntFloat(float inNumerator, unsigned int x) { 33 float2 __attribute__((kernel)) testRemquoFloat2Float2Int2Float2(float2 inNumerator, unsigned int x) { 41 float3 __attribute__((kernel)) testRemquoFloat3Float3Int3Float3(float3 inNumerator, unsigned int x) { 49 float4 __attribute__((kernel)) testRemquoFloat4Float4Int4Float4(float4 inNumerator, unsigned int x) {
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
matrix.rs | 26 float4 __attribute__((kernel)) multiply(float4 in)
|
/device/generic/goldfish/ |
init.goldfish.sh | 7 # ro.kernel.android.qemud is normally set when we 24 qemud=`getprop ro.kernel.android.qemud` 27 radio_ril=`getprop ro.kernel.android.ril` 40 num_dns=`getprop ro.kernel.ndns` 54 boot_anim=`getprop ro.kernel.android.bootanim`
|
/external/autotest/client/tests/kernbench/ |
kernbench.py | 16 # else let the kernel object use the defined mirrors 19 # http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.bz2 39 # Do the extraction of the kernel tree 40 kernel = self.job.kernel(tarball, self.outputdir, self.tmpdir) 41 kernel.config(defconfig=True, logged=False) 42 return kernel 51 self.kernel = self.__init_tree(version) 55 self.kernel.build_timed(self.threads, output=logfile) # warmup ru [all...] |
/external/opencv3/modules/cudafilters/src/cuda/ |
column_filter.16sc3.cu | 49 template void linearColumn<float3, short3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.16sc4.cu | 49 template void linearColumn<float4, short4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.16uc3.cu | 49 template void linearColumn<float3, ushort3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.16uc4.cu | 49 template void linearColumn<float4, ushort4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.32fc3.cu | 49 template void linearColumn<float3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.32fc4.cu | 49 template void linearColumn<float4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.32sc3.cu | 49 template void linearColumn<float3, int3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.32sc4.cu | 49 template void linearColumn<float4, int4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.8uc3.cu | 49 template void linearColumn<float3, uchar3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
column_filter.8uc4.cu | 49 template void linearColumn<float4, uchar4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
row_filter.16sc3.cu | 49 template void linearRow<short3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
row_filter.16sc4.cu | 49 template void linearRow<short4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
row_filter.16uc3.cu | 49 template void linearRow<ushort3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
row_filter.16uc4.cu | 49 template void linearRow<ushort4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
row_filter.32fc3.cu | 49 template void linearRow<float3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|
row_filter.32fc4.cu | 49 template void linearRow<float4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
|