Searched refs:lvec8 (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/source/ |
D | row_gcc.cc | 129 static const lvec8 kShuffleYUY2Y = {0, 0, 2, 2, 4, 4, 6, 6, 8, 8, 10, 134 static const lvec8 kShuffleYUY2UV = {1, 3, 1, 3, 5, 7, 5, 7, 9, 11, 9, 139 static const lvec8 kShuffleUYVYY = {1, 1, 3, 3, 5, 5, 7, 7, 9, 9, 11, 144 static const lvec8 kShuffleUYVYUV = {0, 2, 0, 2, 4, 6, 4, 6, 8, 10, 8, 149 static const lvec8 kShuffleNV21 = { 939 static const lvec8 kShufARGBToUV_AVX = {
|
D | row_win.cc | 150 static const lvec8 kShufARGBToUV_AVX = { 232 static const lvec8 kShuffleYUY2Y = {0, 0, 2, 2, 4, 4, 6, 6, 8, 8, 10, 237 static const lvec8 kShuffleYUY2UV = {1, 3, 1, 3, 5, 7, 5, 7, 9, 11, 9, 242 static const lvec8 kShuffleUYVYY = {1, 1, 3, 3, 5, 5, 7, 7, 9, 9, 11, 247 static const lvec8 kShuffleUYVYUV = {0, 2, 0, 2, 4, 6, 4, 6, 8, 10, 8, 252 static const lvec8 kShuffleNV21 = {
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 158 static const lvec8 kShuffleYUY2Y = { 164 static const lvec8 kShuffleYUY2UV = { 170 static const lvec8 kShuffleUYVYY = { 176 static const lvec8 kShuffleUYVYUV = { 182 static const lvec8 kShuffleNV21 = { 963 static const lvec8 kShufARGBToUV_AVX = {
|
D | row_win.cc | 156 static const lvec8 kShufARGBToUV_AVX = { 262 static const lvec8 kShuffleYUY2Y = { 268 static const lvec8 kShuffleYUY2UV = { 274 static const lvec8 kShuffleUYVYY = { 280 static const lvec8 kShuffleUYVYUV = { 286 static const lvec8 kShuffleNV21 = {
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 389 typedef __declspec(align(32)) int8 lvec8[32]; typedef 408 typedef int8 __attribute__((vector_size(32))) lvec8; 422 typedef int8 lvec8[32];
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 470 typedef __declspec(align(32)) int8 lvec8[32]; typedef 489 typedef int8 __attribute__((vector_size(32))) lvec8; 503 typedef int8 lvec8[32];
|