Home
last modified time | relevance | path

Searched defs:Delta (Results 1 – 25 of 28) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
Dquant_common.c39 int vp8_dc_quant(int QIndex, int Delta) in vp8_dc_quant()
54 int vp8_dc2quant(int QIndex, int Delta) in vp8_dc2quant()
69 int vp8_dc_uv_quant(int QIndex, int Delta) in vp8_dc_uv_quant()
101 int vp8_ac2quant(int QIndex, int Delta) in vp8_ac2quant()
122 int vp8_ac_uv_quant(int QIndex, int Delta) in vp8_ac_uv_quant()
/external/clang/lib/Rewrite/
DDeltaTree.cpp41 int Delta; member
44 SourceDelta Delta; in get() local
179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
451 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp745 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
750 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
755 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
781 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation() local
800 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); in resolveSystemZRelocation() local
807 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); in resolveSystemZRelocation() local
813 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset); in resolveSystemZRelocation() local
/external/skia/src/core/
DSkDeviceLooper.h84 enum Delta { enum
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp626 RegPressureDelta &Delta, in computeExcessPressureDelta()
668 RegPressureDelta &Delta) { in computeMaxPressureDelta()
758 RegPressureDelta &Delta, in getMaxUpwardPressureDelta()
826 RegPressureDelta &Delta, in getUpwardPressureDelta()
954 getMaxDownwardPressureDelta(const MachineInstr *MI, RegPressureDelta &Delta, in getMaxDownwardPressureDelta()
DInterferenceCache.h109 void addRef(int Delta) { RefCount += Delta; } in addRef()
DEarlyIfConversion.cpp667 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles()
DMachineInstr.cpp1301 unsigned Delta = i - GroupIdx[TiedGroup]; in findTiedOperandIdx() local
/external/llvm/lib/Support/
DDeltaAlgorithm.cpp44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() function in DeltaAlgorithm
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp922 const SCEV *Delta = SE->getMinusSCEV(X, Y); in isKnownPredicate() local
1044 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() local
1181 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() local
1299 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, in findGCD()
1404 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() local
1617 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in weakZeroSrcSIVtest() local
1727 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakZeroDstSIVtest() local
1810 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactRDIVtest() local
2288 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in gcdMIVtest() local
2464 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest() local
[all …]
DInstructionSimplify.cpp1516 const APInt Delta = CI2V - CI1V; in SimplifyAndOfICmps() local
1675 const APInt Delta = CI2V - CI1V; in SimplifyOrOfICmps() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h79 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() local
/external/clang/test/OpenMP/
Dsimd_codegen.cpp310 IterDouble operator + (int Delta) { in operator +()
/external/freetype/src/pshinter/
Dpshglob.c504 FT_Pos Delta; in psh_blues_scale_zones() local
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.c504 FT_Pos Delta; in psh_blues_scale_zones() local
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp472 RegPressureDelta &Delta, in SchedulingCost()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp383 const MCExpr *Delta = in EmitValueToOffset() local
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp351 int64_t Delta = -int64_t(StackSize); in emitPrologue() local
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp576 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); in emitBump() local
/external/clang/test/Misc/
Ddiag-template-diffing.cpp121 class Delta{}; class
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1257 unsigned Delta = 2; in createNewWater() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1023 int Delta = StackAdj - MaxTCRetDelta; in emitEpilogue() local
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1249 unsigned Delta = isThumb1 ? 2 : 4; in createNewWater() local
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp596 uint32_t Delta = DestIdx - FixupIdx - 2; in resolveTableFixups() local
/external/clang/lib/AST/
DStmtPrinter.cpp82 raw_ostream &Indent(int Delta = 0) { in Indent()

12