Searched refs:uvec16 (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_gcc.cc | 73 static const uvec16 kScaleAc33 = {65536 / 9, 65536 / 9, 65536 / 6, 65536 / 9, 89 static const uvec16 kScaleAb2 = {65536 / 3, 65536 / 3, 65536 / 2, 65536 / 3, 858 static const uvec16 kFadd40 = {0x4040, 0x4040, 0x4040, 0x4040,
|
D | scale_win.cc | 72 static const uvec16 kScaleAc33 = {65536 / 9, 65536 / 9, 65536 / 6, 65536 / 9, 88 static const uvec16 kScaleAb2 = {65536 / 3, 65536 / 3, 65536 / 2, 65536 / 3, 878 static const uvec16 kFadd40 = {0x4040, 0x4040, 0x4040, 0x4040,
|
D | row_gcc.cc | 86 static const uvec16 kAddUVJ128 = {0x8080u, 0x8080u, 0x8080u, 0x8080u,
|
D | row_win.cc | 193 static const uvec16 kAddUVJ128 = {0x8080u, 0x8080u, 0x8080u, 0x8080u,
|
/external/libyuv/files/source/ |
D | scale_gcc.cc | 73 static const uvec16 kScaleAc33 = {65536 / 9, 65536 / 9, 65536 / 6, 65536 / 9, 89 static const uvec16 kScaleAb2 = {65536 / 3, 65536 / 3, 65536 / 2, 65536 / 3, 858 static const uvec16 kFadd40 = {0x4040, 0x4040, 0x4040, 0x4040,
|
D | scale_win.cc | 72 static const uvec16 kScaleAc33 = {65536 / 9, 65536 / 9, 65536 / 6, 65536 / 9, 88 static const uvec16 kScaleAb2 = {65536 / 3, 65536 / 3, 65536 / 2, 65536 / 3, 878 static const uvec16 kFadd40 = {0x4040, 0x4040, 0x4040, 0x4040,
|
D | row_gcc.cc | 86 static const uvec16 kAddUVJ128 = {0x8080u, 0x8080u, 0x8080u, 0x8080u,
|
D | row_win.cc | 193 static const uvec16 kAddUVJ128 = {0x8080u, 0x8080u, 0x8080u, 0x8080u,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_gcc.cc | 76 static uvec16 kScaleAc33 = 92 static uvec16 kScaleAb2 =
|
D | scale_win.cc | 78 static uvec16 kScaleAc33 = 94 static uvec16 kScaleAb2 =
|
D | row_gcc.cc | 106 static uvec16 kAddUVJ128 = {
|
D | row_win.cc | 290 static const uvec16 kAddUVJ128 = {
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 496 typedef __declspec(align(16)) uint16_t uvec16[8]; typedef 515 typedef uint16_t __attribute__((vector_size(16))) uvec16; 529 typedef uint16_t uvec16[8]; 543 uvec16 kUVToRB; 544 uvec16 kUVToRB2; 545 uvec16 kUVToG; 546 uvec16 kUVToG2;
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 578 typedef __declspec(align(16)) uint16_t uvec16[8]; typedef 597 typedef uint16_t __attribute__((vector_size(16))) uvec16; 611 typedef uint16_t uvec16[8]; 625 uvec16 kUVToRB; 626 uvec16 kUVToRB2; 627 uvec16 kUVToG; 628 uvec16 kUVToG2;
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 375 typedef __declspec(align(16)) uint16 uvec16[8]; typedef 391 typedef uint16 __attribute__((vector_size(16))) uvec16; 406 typedef uint16 uvec16[8];
|