Searched defs:uvec8 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow.h145 typedef __declspec(align(16)) unsigned char uvec8[16]; variable
150 typedef unsigned char __attribute__((vector_size(16))) uvec8; typedef
/external/libyuv/files/include/libyuv/
H A Drow.h150 typedef __declspec(align(16)) uint8 uvec8[16]; variable
158 typedef uint8 __attribute__((vector_size(16))) uvec8;
166 typedef uint8 uvec8[16];
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h461 typedef __declspec(align(16)) uint8 uvec8[16]; variable
477 typedef uint8 __attribute__((vector_size(16))) uvec8;
485 typedef uint8 uvec8[16];
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h369 typedef __declspec(align(16)) uint8 uvec8[16]; variable
385 typedef uint8 __attribute__((vector_size(16))) uvec8;
393 typedef uint8 uvec8[16];

Completed in 617 milliseconds