OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vec32
(Results
1 - 4
of
4
) sorted by null
/external/libyuv/files/include/libyuv/
row.h
379
typedef __declspec(align(16)) int32
vec32
[4];
variable
395
typedef int32 __attribute__((vector_size(16)))
vec32
;
410
typedef int32
vec32
[4];
431
vec32
kYToRgb;
439
vec32
kYToRgb;
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h
372
typedef __declspec(align(16)) int32
vec32
[4];
variable
388
typedef int32 __attribute__((vector_size(16)))
vec32
;
403
typedef int32
vec32
[4];
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
row_neon.cc
158
static
vec32
kYToRgb = { 0x0101 * YG, 0, 0, 0 };
[
all
...]
row_neon64.cc
149
static
vec32
kYToRgb = { 0x0101 * YG, 0, 0, 0 };
[
all
...]
Completed in 5815 milliseconds