Home
last modified time | relevance | path

Searched refs:ScaleFactor (Results 1 – 25 of 27) sorted by relevance

12

/external/aac/libAACdec/src/
Dstereo.cpp235 SHORT *ScaleFactor; in CJointStereo_ApplyIS() local
239 ScaleFactor = &pAacDecoderChannelInfo[R]->pDynData->aScaleFactor[group*16]; in CJointStereo_ApplyIS()
256 int bandScale = -(ScaleFactor [band] + 100) ; in CJointStereo_ApplyIS()
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DMainPage.xaml.cs48 …th.Floor(DrawingSurface.ActualWidth * Application.Current.Host.Content.ScaleFactor / 100.0f + 0.5f… in DrawingSurface_Loaded()
49 …h.Floor(DrawingSurface.ActualHeight * Application.Current.Host.Content.ScaleFactor / 100.0f + 0.5f) in DrawingSurface_Loaded()
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DMainPage.xaml.cs43 …th.Floor(DrawingSurface.ActualWidth * Application.Current.Host.Content.ScaleFactor / 100.0f + 0.5f… in DrawingSurface_Loaded()
44 …h.Floor(DrawingSurface.ActualHeight * Application.Current.Host.Content.ScaleFactor / 100.0f + 0.5f) in DrawingSurface_Loaded()
/external/v8/src/x87/
Dassembler-x87.h300 enum ScaleFactor { enum
330 ScaleFactor scale,
336 ScaleFactor scale,
340 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) { in JumpTable()
351 ScaleFactor scale, in StaticArray()
382 inline void set_sib(ScaleFactor scale, Register index, Register base);
Dmacro-assembler-x87.h564 void Allocate(int header_size, ScaleFactor element_size,
952 inline Operand FieldOperand(Register object, Register index, ScaleFactor scale, in FieldOperand()
Dmacro-assembler-x87.cc1338 ScaleFactor element_size, in Allocate()
1389 STATIC_ASSERT(static_cast<ScaleFactor>(times_2 - 1) == times_1); in Allocate()
1390 STATIC_ASSERT(static_cast<ScaleFactor>(times_4 - 1) == times_2); in Allocate()
1391 STATIC_ASSERT(static_cast<ScaleFactor>(times_8 - 1) == times_4); in Allocate()
1394 element_size = static_cast<ScaleFactor>(element_size - 1); in Allocate()
Dassembler-x87-inl.h517 void Operand::set_sib(ScaleFactor scale, Register index, Register base) { in set_sib()
Dassembler-x87.cc130 ScaleFactor scale, in Operand()
154 ScaleFactor scale, in Operand()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp147 unsigned Flags, unsigned ScaleFactor,
957 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
958 if (!ScaleFactor) in simplifyAddress()
964 if (((Offset < 0) || (Offset & (ScaleFactor - 1))) && !isInt<9>(Offset)) in simplifyAddress()
966 else if (Offset > 0 && !(Offset & (ScaleFactor - 1)) && in simplifyAddress()
967 !isUInt<12>(Offset / ScaleFactor)) in simplifyAddress()
1052 unsigned ScaleFactor, in addLoadStoreOperands() argument
1054 int64_t Offset = Addr.getOffset() / ScaleFactor; in addLoadStoreOperands()
1715 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
1716 if (!ScaleFactor) in emitLoad()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc98 static ScaleFactor ScaleFor(AddressingMode one, AddressingMode mode) { in ScaleFor()
105 return static_cast<ScaleFactor>(scale); in ScaleFor()
127 ScaleFactor scale = ScaleFor(kMode_MR1, mode); in MemoryOperand()
137 ScaleFactor scale = ScaleFor(kMode_MR1I, mode); in MemoryOperand()
146 ScaleFactor scale = ScaleFor(kMode_M1, mode); in MemoryOperand()
155 ScaleFactor scale = ScaleFor(kMode_M1I, mode); in MemoryOperand()
/external/v8/src/ic/x64/
Dstub-cache-x64.cc29 ScaleFactor scale_factor = kPointerSize == kInt64Size ? times_2 : times_1; in ProbeTable()
/external/v8/src/ia32/
Dassembler-ia32.h300 enum ScaleFactor { enum
333 ScaleFactor scale,
339 ScaleFactor scale,
343 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) { in JumpTable()
354 ScaleFactor scale, in StaticArray()
385 inline void set_sib(ScaleFactor scale, Register index, Register base);
Dmacro-assembler-ia32.h575 void Allocate(int header_size, ScaleFactor element_size,
972 inline Operand FieldOperand(Register object, Register index, ScaleFactor scale, in FieldOperand()
Dmacro-assembler-ia32.cc1372 ScaleFactor element_size, in Allocate()
1423 STATIC_ASSERT(static_cast<ScaleFactor>(times_2 - 1) == times_1); in Allocate()
1424 STATIC_ASSERT(static_cast<ScaleFactor>(times_4 - 1) == times_2); in Allocate()
1425 STATIC_ASSERT(static_cast<ScaleFactor>(times_8 - 1) == times_4); in Allocate()
1428 element_size = static_cast<ScaleFactor>(element_size - 1); in Allocate()
Dassembler-ia32-inl.h516 void Operand::set_sib(ScaleFactor scale, Register index, Register base) { in set_sib()
Dassembler-ia32.cc215 ScaleFactor scale, in Operand()
239 ScaleFactor scale, in Operand()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc92 static ScaleFactor ScaleFor(AddressingMode one, AddressingMode mode) { in ScaleFor()
99 return static_cast<ScaleFactor>(scale); in ScaleFor()
121 ScaleFactor scale = ScaleFor(kMode_MR1, mode); in MemoryOperand()
131 ScaleFactor scale = ScaleFor(kMode_MR1I, mode); in MemoryOperand()
140 ScaleFactor scale = ScaleFor(kMode_M1, mode); in MemoryOperand()
149 ScaleFactor scale = ScaleFor(kMode_M1I, mode); in MemoryOperand()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc64 static ScaleFactor ScaleFor(AddressingMode one, AddressingMode mode) { in ScaleFor()
71 return static_cast<ScaleFactor>(scale); in ScaleFor()
93 ScaleFactor scale = ScaleFor(kMode_MR1, mode); in MemoryOperand()
103 ScaleFactor scale = ScaleFor(kMode_MR1I, mode); in MemoryOperand()
118 ScaleFactor scale = ScaleFor(kMode_M1, mode); in MemoryOperand()
127 ScaleFactor scale = ScaleFor(kMode_M1I, mode); in MemoryOperand()
/external/v8/src/x64/
Dmacro-assembler-x64.h77 SmiIndex(Register index_register, ScaleFactor scale) in SmiIndex()
81 ScaleFactor scale;
1269 ScaleFactor element_size,
1688 ScaleFactor scale, in FieldOperand()
Dassembler-x64.h350 enum ScaleFactor { enum
368 ScaleFactor scale,
373 ScaleFactor scale,
407 inline void set_sib(ScaleFactor scale, Register index, Register base);
Dassembler-x64-inl.h603 void Operand::set_sib(ScaleFactor scale, Register index, Register base) { in set_sib()
Dassembler-x64.cc142 ScaleFactor scale, in Operand()
162 ScaleFactor scale, in Operand()
Dmacro-assembler-x64.cc2336 return SmiIndex(dst, static_cast<ScaleFactor>(shift - 1)); in SmiToIndex()
2368 return SmiIndex(dst, static_cast<ScaleFactor>(shift - 1)); in SmiToNegativeIndex()
4728 ScaleFactor element_size, in Allocate()
/external/opencv3/modules/superres/src/
Doptical_flow.cpp491 CV_IMPL_PROPERTY(double, ScaleFactor, scaleFactor_)
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3048 ScaleFactor scale_factor = static_cast<ScaleFactor>(shift_size); in BuildFastArrayOperand()

12