/third_party/ffmpeg/libswscale/x86/ |
D | input.asm | 33 %define BU 0x3838 70 ; bgr_Ucoeff_12x4: times 2 dw BU, GU, 0, BU 73 ; rgb_Ucoeff_3x56: times 2 dw BU, 0, GU, BU 83 ; rgba_Ucoeff_rb: times 4 dw RU, BU 84 ; rgba_Ucoeff_br: times 4 dw BU, RU 265 pmaddwd m0, coeffU1 ; (dword) { B0*BU + G0*GU, B1*BU, B2*BU + G2*GU, B3*BU } 266 pmaddwd m1, coeffU2 ; (dword) { R0*BU, G1*GU + R1*BU, R2*BU, G3*GU + R3*BU } 267 paddd m0, m1 ; (dword) { Bx*BU + Gx*GU + Rx*RU }[0-3] 283 pmaddwd m1, m4, coeffU1 ; (dword) { B4*BU + G4*GU, B5*BU, B6*BU + G6*GU, B7*BU } 284 pmaddwd m3, m5, coeffU2 ; (dword) { R4*BU, G5*GU + R5*BU, R6*BU, G7*GU + R7*BU } [all …]
|
D | rgb2rgb.c | 78 #define BU ((int)( 0.439*(1<<RGB2YUV_SHIFT)+0.5)) macro
|
/third_party/icu/icu4c/source/data/translit/ |
D | ja_Hrkt_ja_Latn_BGN.txt | 175 ブ → bu ; # KATAKANA LETTER BU 318 ぶ → bu ; # HIRAGANA LETTER BU
|
D | Fullwidth_Halfwidth.txt | 33 ブ↔ブ; # to KATAKANA LETTER BU
|
D | am_am_Latn_BGN.txt | 153 ቡ → bu ; # ETHIOPIC SYLLABLE BU
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | ja_Hrkt_ja_Latn_BGN.txt | 174 ブ → bu ; # KATAKANA LETTER BU 317 ぶ → bu ; # HIRAGANA LETTER BU
|
D | Fullwidth_Halfwidth.txt | 32 ブ↔ブ; # to KATAKANA LETTER BU
|
D | am_am_Latn_BGN.txt | 152 ቡ → bu ; # ETHIOPIC SYLLABLE BU
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | ja_Hrkt_ja_Latn_BGN.txt | 175 ブ → bu ; # KATAKANA LETTER BU 318 ぶ → bu ; # HIRAGANA LETTER BU
|
D | Fullwidth_Halfwidth.txt | 33 ブ↔ブ; # to KATAKANA LETTER BU
|
D | am_am_Latn_BGN.txt | 153 ቡ → bu ; # ETHIOPIC SYLLABLE BU
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-Windows.txt | 232 ctrl_interface=SDDL=D:(A;;GA;;;BU)(A;;GA;;;AN) 234 (BU == "builtin users", "AN" == "anonymous")
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-Windows.txt | 232 ctrl_interface=SDDL=D:(A;;GA;;;BU)(A;;GA;;;AN) 234 (BU == "builtin users", "AN" == "anonymous")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE500.td | 25 // 6 pipelined execution units: SU0, SU1, BU, LSU, MU.
|
D | PPCScheduleE500mc.td | 25 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX.
|
D | PPCScheduleE5500.td | 26 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX.
|
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 870 #define BU ( (int) (0.500 * 224 / 255 * (1 << RGB2YUV_SHIFT) + 0.5)) in sws_scale() macro 879 … u = av_clip_uint8((RU * r + GU * g + BU * b + (257 << (RGB2YUV_SHIFT - 1))) >> RGB2YUV_SHIFT); in sws_scale()
|
D | rgb2rgb.c | 119 #define BU ((int)( 0.439 * (1 << RGB2YUV_SHIFT) + 0.5)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 950 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions() local 951 FuncletBundleOperand = BU->Inputs.front(); in removeImplausibleInstructions()
|
D | MachinePipeliner.cpp | 1239 SmallPtrSet<SUnit *, 4> &BU = B[U]; in unblock() local 1240 while (!BU.empty()) { in unblock() 1241 SmallPtrSet<SUnit *, 4>::iterator SI = BU.begin(); in unblock() 1242 assert(SI != BU.end() && "Invalid B set."); in unblock() 1244 BU.erase(W); in unblock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 3013 OperandBundleUse BU = Call.getOperandBundleAt(i); in visitCallBase() local 3014 uint32_t Tag = BU.getTagID(); in visitCallBase() 3025 Assert(BU.Inputs.size() == 1, in visitCallBase() 3027 Assert(isa<FuncletPadInst>(BU.Inputs.front()), in visitCallBase() 3034 Assert(BU.Inputs.size() == 1, in visitCallBase()
|
D | AsmWriter.cpp | 2553 OperandBundleUse BU = Call->getOperandBundleAt(i); in writeOperandBundles() local 2560 printEscapedString(BU.getTagName(), Out); in writeOperandBundles() 2566 for (const auto &Input : BU.Inputs) { in writeOperandBundles()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | supplementalData.txt | 812 BU{
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | supplementalData.txt | 817 BU{
|
/third_party/icu/icu4c/source/data/curr/ |
D | supplementalData.txt | 817 BU{
|