Home
last modified time | relevance | path

Searched refs:vec32 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h494 typedef __declspec(align(16)) int32_t vec32[4]; typedef
513 typedef int32_t __attribute__((vector_size(16))) vec32;
527 typedef int32_t vec32[4];
548 vec32 kYToRgb;
556 vec32 kYToRgb;
/external/libyuv/files/include/libyuv/
Drow.h576 typedef __declspec(align(16)) int32_t vec32[4]; typedef
595 typedef int32_t __attribute__((vector_size(16))) vec32;
609 typedef int32_t vec32[4];
630 vec32 kYToRgb;
638 vec32 kYToRgb;
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h373 typedef __declspec(align(16)) int32 vec32[4]; typedef
389 typedef int32 __attribute__((vector_size(16))) vec32;
404 typedef int32 vec32[4];
/external/libaom/libaom/third_party/libyuv/source/
Drow_neon.cc158 static vec32 kYToRgb = { 0x0101 * YG, 0, 0, 0 };
Drow_neon64.cc149 static vec32 kYToRgb = { 0x0101 * YG, 0, 0, 0 };