OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uvec8
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
row.h
145
typedef __declspec(align(16)) unsigned char
uvec8
[16];
variable
150
typedef unsigned char __attribute__((vector_size(16)))
uvec8
;
typedef
/external/libyuv/files/include/libyuv/
row.h
150
typedef __declspec(align(16)) uint8
uvec8
[16];
variable
158
typedef uint8 __attribute__((vector_size(16)))
uvec8
;
166
typedef uint8
uvec8
[16];
Completed in 517 milliseconds