Searched refs:lvec32 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 388 typedef __declspec(align(32)) int32 lvec32[8]; typedef 407 typedef int32 __attribute__((vector_size(32))) lvec32; 421 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/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};
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 812 static const lvec32 kPermdARGBToY_AVX = {
|
D | row_win.cc | 1203 static const lvec32 kPermdARGBToY_AVX = {
|