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

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h376 typedef __declspec(align(16)) uint8 uvec8[16]; variable
392 typedef uint8 __attribute__((vector_size(16))) uvec8;
407 typedef uint8 uvec8[16];
/external/libyuv/files/include/libyuv/
H A Drow.h383 typedef __declspec(align(16)) uint8 uvec8[16]; variable
399 typedef uint8 __attribute__((vector_size(16))) uvec8;
414 typedef uint8 uvec8[16];
436 uvec8 kUVToRB;
437 uvec8 kUVToG;

Completed in 91 milliseconds