Home
last modified time | relevance | path

Searched refs:vec16 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Sema/
Dext_vector_components.c14 float16 vec16; in test() local
38 vec4.x = vec16.sf; in test()
39 vec4.x = vec16.sF; in test()
/external/libyuv/files/source/
Dscale_neon.cc241 const vec16 kMult38_Div6 =
244 const vec16 kMult38_Div9 =
Drow_posix.cc1295 vec16 kUVBiasB; // 48
1296 vec16 kUVBiasG; // 64
1297 vec16 kUVBiasR; // 80
1298 vec16 kYSub16; // 96
1299 vec16 kYToRgb; // 112
Drow_win.cc1515 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 };
Dscale.cc158 CONST vec16 kRound34 =
/external/libvpx/libvpx/third_party/libyuv/source/
Drow.h146 typedef __declspec(align(16)) signed short vec16[8]; typedef
151 typedef signed short __attribute__((vector_size(16))) vec16; typedef
/external/libyuv/files/include/libyuv/
Drow.h151 typedef __declspec(align(16)) int16 vec16[8]; typedef
159 typedef int16 __attribute__((vector_size(16))) vec16;
167 typedef int16 vec16[8];