Searched refs:vec16 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Sema/ |
D | ext_vector_components.c | 14 float16 vec16; in test() local 38 vec4.x = vec16.sf; in test() 39 vec4.x = vec16.sF; in test()
|
/external/libyuv/files/source/ |
D | scale_neon.cc | 241 const vec16 kMult38_Div6 = 244 const vec16 kMult38_Div9 =
|
D | row_posix.cc | 1295 vec16 kUVBiasB; // 48 1296 vec16 kUVBiasG; // 64 1297 vec16 kUVBiasR; // 80 1298 vec16 kYSub16; // 96 1299 vec16 kYToRgb; // 112
|
D | row_win.cc | 1515 static const vec16 kYToRgb = { YG, YG, YG, YG, YG, YG, YG, YG }; 1516 static const vec16 kYSub16 = { 16, 16, 16, 16, 16, 16, 16, 16 }; 1517 static const vec16 kUVBiasB = { BB, BB, BB, BB, BB, BB, BB, BB }; 1518 static const vec16 kUVBiasG = { BG, BG, BG, BG, BG, BG, BG, BG }; 1519 static const vec16 kUVBiasR = { BR, BR, BR, BR, BR, BR, BR, BR };
|
D | scale.cc | 158 CONST vec16 kRound34 =
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row.h | 146 typedef __declspec(align(16)) signed short vec16[8]; typedef 151 typedef signed short __attribute__((vector_size(16))) vec16; typedef
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 151 typedef __declspec(align(16)) int16 vec16[8]; typedef 159 typedef int16 __attribute__((vector_size(16))) vec16; 167 typedef int16 vec16[8];
|