Searched refs:lvec32 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 510 static const lvec32 kPermdRGB24_AVX = {0, 1, 2, 4, 5, 6, 3, 7}; 1115 static const lvec32 kPermdARGBToY_AVX = {0, 4, 1, 5, 2, 6, 3, 7};
|
D | row_win.cc | 1185 static const lvec32 kPermdARGBToY_AVX = {0, 4, 1, 5, 2, 6, 3, 7};
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 379 typedef __declspec(align(32)) int32 lvec32[8]; typedef 395 typedef int32 __attribute__((vector_size(32))) lvec32; 410 typedef int32 lvec32[8];
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 469 typedef __declspec(align(32)) int32 lvec32[8]; typedef 488 typedef int32 __attribute__((vector_size(32))) lvec32; 502 typedef int32 lvec32[8];
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 500 typedef __declspec(align(32)) int32_t lvec32[8]; typedef 519 typedef int32_t __attribute__((vector_size(32))) lvec32; 533 typedef int32_t lvec32[8];
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 741 static const lvec32 kPermdARGBToY_AVX = {
|
D | row_win.cc | 1210 static const lvec32 kPermdARGBToY_AVX = {
|
/external/libyuv/files/source/ |
D | row_gcc.cc | 784 static const lvec32 kPermdARGBToY_AVX = {0, 4, 1, 5, 2, 6, 3, 7};
|
D | row_win.cc | 1185 static const lvec32 kPermdARGBToY_AVX = {0, 4, 1, 5, 2, 6, 3, 7};
|