/external/libyuv/files/source/ |
D | row_gcc.cc | 128 static const lvec8 kShuffleYUY2Y = {0, 0, 2, 2, 4, 4, 6, 6, 8, 8, 10, 133 static const lvec8 kShuffleYUY2UV = {1, 3, 1, 3, 5, 7, 5, 7, 9, 11, 9, 138 static const lvec8 kShuffleUYVYY = {1, 1, 3, 3, 5, 5, 7, 7, 9, 9, 11, 143 static const lvec8 kShuffleUYVYUV = {0, 2, 0, 2, 4, 6, 4, 6, 8, 10, 8, 148 static const lvec8 kShuffleNV21 = { 1266 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 | 128 static const lvec8 kShuffleYUY2Y = {0, 0, 2, 2, 4, 4, 6, 6, 8, 8, 10, 133 static const lvec8 kShuffleYUY2UV = {1, 3, 1, 3, 5, 7, 5, 7, 9, 11, 9, 138 static const lvec8 kShuffleUYVYY = {1, 1, 3, 3, 5, 5, 7, 7, 9, 9, 11, 143 static const lvec8 kShuffleUYVYUV = {0, 2, 0, 2, 4, 6, 4, 6, 8, 10, 8, 148 static const lvec8 kShuffleNV21 = { 1266 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/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 892 static const lvec8 kShufARGBToUV_AVX = { 1417 lvec8 kUVToB; // 0 1418 lvec8 kUVToG; // 32 1419 lvec8 kUVToR; // 64
|
D | row_win.cc | 29 lvec8 kUVToB; // 0 30 lvec8 kUVToG; // 32 31 lvec8 kUVToR; // 64 232 static const lvec8 kShufARGBToUV_AVX = {
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 380 typedef __declspec(align(32)) int8 lvec8[32]; typedef 396 typedef int8 __attribute__((vector_size(32))) lvec8; 411 typedef int8 lvec8[32];
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 501 typedef __declspec(align(32)) int8_t lvec8[32]; typedef 520 typedef int8_t __attribute__((vector_size(32))) lvec8; 534 typedef int8_t lvec8[32];
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 583 typedef __declspec(align(32)) int8_t lvec8[32]; typedef 602 typedef int8_t __attribute__((vector_size(32))) lvec8; 616 typedef int8_t lvec8[32];
|