OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vec8
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
row.h
144
typedef __declspec(align(16)) signed char
vec8
[16];
variable
149
typedef signed char __attribute__((vector_size(16)))
vec8
;
typedef
/external/libyuv/files/include/libyuv/
row.h
149
typedef __declspec(align(16)) int8
vec8
[16];
variable
157
typedef int8 __attribute__((vector_size(16)))
vec8
;
165
typedef int8
vec8
[16];
Completed in 450 milliseconds