OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernel5
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl
11
kernel __attribute__((vec_type_hint(int))) __attribute__((vec_type_hint(float))) void
kernel5
() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different parameters}}
/external/libvpx/libvpx/vp9/common/
vp9_postproc.c
79
static const short
kernel5
[] = {
variable
163
kernel +=
kernel5
[2 + i] * p_src[col + i * pitch];
188
kernel +=
kernel5
[2 + i] * p_src[col + i];
/external/libvpx/libvpx/vp8/common/
postproc.c
74
static const short
kernel5
[] =
variable
[
all
...]
Completed in 565 milliseconds