Home
last modified time | relevance | path

Searched defs:YB (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Modules/Inputs/merge-using-decls/
Db.h6 struct YB { struct
7 typedef YB Y; argument
12 struct YBRev { argument
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp202 struct YB { struct
207 // CHECK-NEXT: 0 | struct YB argument
/external/libyuv/files/source/
Drow_common.cc1437 #define YUVCONSTANTSBODY(YG, YB, UB, UG, VG, VR) \ argument
1442 #define YUVCONSTANTSBODY(YG, YB, UB, UG, VG, VR) \ argument
1455 #define MAKEYUVCONSTANTS(name, YG, YB, UB, UG, VG, VR) \ argument
1481 #define YB -1160 /* 1.164 * 64 * -16 + 64 / 2 */ macro
1483 MAKEYUVCONSTANTS(I601, YG, YB, UB, UG, VG, VR) in MAKEYUVCONSTANTS() argument
1506 #define YB 32 /* 64 / 2 */ in MAKEYUVCONSTANTS() macro
1535 #define YB -1160 /* 1.164 * 64 * -16 + 64 / 2 */ in MAKEYUVCONSTANTS() macro
1560 #define YB 32 /* 64 / 2 */ in MAKEYUVCONSTANTS() macro
1589 #define YB -1160 /* 1.164384 * 64 * -16 + 64 / 2 */ in MAKEYUVCONSTANTS() macro
1613 #define YB 32 /* 64 / 2 */ in MAKEYUVCONSTANTS() macro
/external/pdfium/third_party/libopenjpeg/
Dmct.c224 const __m128 YB = _mm_set1_ps(0.114f); in opj_mct_encode_real() local