Searched refs:BU (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libswscale/x86/ |
H A 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 280 pmaddwd m0, coeffU1 ; (dword) { B0*BU + G0*GU, B1*BU, B2*BU [all...] |
H A D | rgb2rgb.c | 78 #define BU ((int)( 0.439*(1<<RGB2YUV_SHIFT)+0.5)) macro
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.h | 342 V(W, int32_t) V(HU, uint16_t) V(H, int16_t) V(BU, uint8_t) V(B, int8_t)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 950 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions() 951 FuncletBundleOperand = BU->Inputs.front(); in removeImplausibleInstructions()
|
H A 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/ffmpeg/libswscale/ |
H A D | rgb2rgb.c | 119 #define BU ((int)( 0.439 * (1 << RGB2YUV_SHIFT) + 0.5)) macro
|
H A D | swscale.c | 778 #define BU ( (int) (0.500 * 224 / 255 * (1 << RGB2YUV_SHIFT) + 0.5)) in update_palette() macro 787 u = av_clip_uint8((RU * r + GU * g + BU * b + (257 << (RGB2YUV_SHIFT - 1))) >> RGB2YUV_SHIFT); in update_palette()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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()
|
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8946 if (const SCEVUnknown *BU = dyn_cast<SCEVUnknown>(B)) 8948 if (const Instruction *BI = dyn_cast<Instruction>(BU->getValue()))
|
Completed in 40 milliseconds