HomeSort by relevance Sort by last modified time
    Searched refs:ScaleFactor (Results 1 - 25 of 61) sorted by null

1 2 3

  /system/chre/ash/platform/slpi/
ash.cc 108 // ScaleFactor will be over-written by compensation matrix.
110 calRequest->ScaleFactor[0] = FX_FLTTOFIX_Q16(1.0);
111 calRequest->ScaleFactor[1] = FX_FLTTOFIX_Q16(1.0);
112 calRequest->ScaleFactor[2] = FX_FLTTOFIX_Q16(1.0);
  /external/skia/src/pathops/
SkPathOpsCommon.h 29 SkScalar ScaleFactor(const SkPath& path);
SkPathOpsTightBounds.cpp 56 SkScalar scaleFactor = ScaleFactor(path);
59 if (scaleFactor > SK_Scalar1) {
60 ScalePath(path, 1.f / scaleFactor, &scaledPath);
78 if (scaleFactor > SK_Scalar1) {
79 bounds.set(bounds.left() * scaleFactor, bounds.top() * scaleFactor,
80 bounds.right() * scaleFactor, bounds.bottom() * scaleFactor);
SkPathOpsOp.cpp 237 SkScalar scaleFactor = SkTMax(ScaleFactor(one), ScaleFactor(two));
240 if (scaleFactor > SK_Scalar1) {
241 ScalePath(one, 1.f / scaleFactor, &scaledOne);
243 ScalePath(two, 1.f / scaleFactor, &scaledTwo);
315 if (scaleFactor > 1) {
316 ScalePath(*result, scaleFactor, result);
SkPathOpsSimplify.cpp 163 SkScalar scaleFactor = ScaleFactor(path);
166 if (scaleFactor > SK_Scalar1) {
167 ScalePath(path, 1.f / scaleFactor, &scaledPath);
216 if (scaleFactor > 1) {
217 ScalePath(*result, scaleFactor, result);
SkPathOpsCommon.cpp 14 SkScalar ScaleFactor(const SkPath& path) {
  /art/compiler/utils/arm/
constants_arm.h 53 enum ScaleFactor {
  /art/compiler/utils/mips/
constants_mips.h 111 enum ScaleFactor {
  /art/compiler/utils/mips64/
constants_mips64.h 86 enum ScaleFactor {
  /art/compiler/utils/x86/
constants_x86.h 71 enum ScaleFactor {
assembler_x86.h 62 ScaleFactor scale() const {
63 return static_cast<ScaleFactor>((encoding_at(1) >> 6) & 3);
101 void SetSIB(ScaleFactor scale_in, Register index_in, Register base_in) {
173 Address(Register index_in, ScaleFactor scale_in, int32_t disp) {
180 Address(Register base_in, Register index_in, ScaleFactor scale_in, int32_t disp) {
186 ScaleFactor scale_in,
221 void Init(Register base_in, Register index_in, ScaleFactor scale_in, int32_t disp) {
  /art/compiler/utils/x86_64/
constants_x86_64.h 80 enum ScaleFactor {
assembler_x86_64.h 70 ScaleFactor scale() const {
71 return static_cast<ScaleFactor>((encoding_at(1) >> 6) & 3);
121 void SetSIB(ScaleFactor scale_in, CpuRegister index_in, CpuRegister base_in) {
211 Address(CpuRegister index_in, ScaleFactor scale_in, int32_t disp) {
218 Address(CpuRegister base_in, CpuRegister index_in, ScaleFactor scale_in, int32_t disp) {
    [all...]
  /external/aac/libAACdec/src/
stereo.cpp 235 SHORT *ScaleFactor;
239 ScaleFactor = &pAacDecoderChannelInfo[R]->pDynData->aScaleFactor[group*16];
256 int bandScale = -(ScaleFactor [band] + 100) ;
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc 131 __ movl(temp2, Address(src, temp1, ScaleFactor::TIMES_4, adjusted_offset));
133 __ leal(temp2, Address(src_pos.AsRegister<Register>(), temp1, ScaleFactor::TIMES_1, 0));
134 __ movl(temp2, Address(src, temp2, ScaleFactor::TIMES_4, offset));
154 __ movl(Address(dest, temp1, ScaleFactor::TIMES_4, adjusted_offset), temp2);
156 __ leal(temp3, Address(dest_pos.AsRegister<Register>(), temp1, ScaleFactor::TIMES_1, 0));
157 __ movl(Address(dest, temp3, ScaleFactor::TIMES_4, offset), temp2);
    [all...]
intrinsics_x86_64.cc     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX8632.cpp 295 X8632::Traits::ScaleFactor(getShift()), Disp,
302 X8632::Traits::ScaleFactor(getShift()), Disp,
IceInstX8664.cpp 290 X8664::Traits::ScaleFactor(getShift()), Disp,
301 X8664::Traits::ScaleFactor(getShift()), Disp,
IceTargetLoweringX8632Traits.h 61 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 };
101 ScaleFactor scale() const {
102 return static_cast<ScaleFactor>((encoding_at(1) >> 6) & 3);
137 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) {
214 Address(GPRRegister Index, ScaleFactor Scale, int32_t Disp,
224 Address(GPRRegister Base, GPRRegister Index, ScaleFactor Scale,
    [all...]
IceTargetLoweringX8664Traits.h 62 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 };
112 ScaleFactor scale() const {
113 return static_cast<ScaleFactor>((encoding_at(1) >> 6) & 3);
141 void SetSIB(ScaleFactor scale, GPRRegister index, GPRRegister base) {
220 Address(GPRRegister Index, ScaleFactor Scale, int32_t Disp,
230 Address(GPRRegister Base, GPRRegister Index, ScaleFactor Scale,
270 static constexpr ScaleFactor NoScale = TIMES_1;
    [all...]
  /external/v8/src/x87/
assembler-x87.h 312 enum ScaleFactor {
342 ScaleFactor scale,
348 ScaleFactor scale,
352 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) {
363 ScaleFactor scale,
394 inline void set_sib(ScaleFactor scale, Register index, Register base);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 146 unsigned Flags, unsigned ScaleFactor,
    [all...]
  /external/skia/src/core/
SkDevice.cpp 518 enum ScaleFactor {
529 ScaleFactor scaleFactor;
531 scaleFactor = kLargeDownscale_ScaleFactor;
533 scaleFactor = kDownscale_ScaleFactor;
535 scaleFactor = kUpscale_ScaleFactor;
537 scaleFactor = kNoScale_ScaleFactor;
542 SK_HISTOGRAM_ENUMERATION("DrawScaleFactor.NoneFilterQuality", scaleFactor,
546 SK_HISTOGRAM_ENUMERATION("DrawScaleFactor.LowFilterQuality", scaleFactor,
550 SK_HISTOGRAM_ENUMERATION("DrawScaleFactor.MediumFilterQuality", scaleFactor,
    [all...]

Completed in 835 milliseconds

1 2 3