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

1 2 3 4 5 6 7

  /external/skia/include/core/
SkUnPreMultiply.h 20 typedef uint32_t Scale;
23 static const Scale* GetScaleTable() {
27 static Scale GetScale(U8CPU alpha) {
34 const Scale* table = SkUnPreMultiply::GetScaleTable();
38 SkUnPreMultiply::Scale scale = table[a];
40 red = SkUnPreMultiply::ApplyScale(scale, red);
45 static U8CPU ApplyScale(Scale scale, U8CPU component) {
47 return (scale * component + (1 << 23)) >> 24
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Filters.h 44 LVM_UINT16 Scale;
57 LVM_UINT16 Scale;
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 20 // (Operand), Base, Scale, Index, Displacement.
48 unsigned Scale;
55 : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(nullptr),
62 assert(Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8);
72 MO.push_back(MachineOperand::CreateImm(Scale));
88 /// with no scale, index or displacement. An example is: DWORD PTR [EAX].
104 /// [Reg + Offset], i.e., one with no scale or index, but with
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 69 Scale RN 2
118 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
123 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
125 SMULTB Temp2, c0w0, Scale ;// Temp2 = T(c0w0) * Scale
126 SMULTB Temp4, c1w0, Scale ;// Temp4 = T(c1w0) * Scal
    [all...]
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 134 Scale RN 14
345 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
352 ;// Scale << Shift once in the beginning and do a right shift by a
361 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Roun
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 12 // another represents a scale. The functions are helpers and live in the
36 /// \brief Maximum scale; same as APFloat for easy debug printing.
39 /// \brief Maximum scale; same as APFloat for easy debug printing.
47 /// Given \c Digits and \c Scale, round up iff \c ShouldRound is \c true.
48 /// Always returns \c Scale unless there's an overflow, in which case it
49 /// returns \c 1+Scale.
51 /// \pre adding 1 to \c Scale will not overflow INT16_MAX.
53 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale,
60 return std::make_pair(DigitsT(1) << (getWidth<DigitsT>() - 1), Scale + 1);
61 return std::make_pair(Digits, Scale);
660 int64_t scale(int64_t N) const { function in class:llvm::ScaledNumber
768 uint64_t ScaledNumber<DigitsT>::scale(uint64_t N) const { function in class:llvm::ScaledNumber
    [all...]
  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 32 getSumForBlock(const MachineBasicBlock *MBB, uint32_t &Scale) const {
38 Scale = 1;
49 // Otherwise, compute the scale necessary to cause the weights to fit, and
50 // re-sum with that scale applied.
52 Scale = (Sum / UINT32_MAX) + 1;
57 Sum += Weight / Scale;
109 uint32_t Scale = 1;
110 uint32_t D = getSumForBlock(Src, Scale);
111 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 50 int Scale = armVCM4P10_VMatrix[QP%6][0];
57 Value = (pDst[i] * Scale) << Shift;
65 Value = (pDst[i] * Scale) >> 1;
omxVCM4P10_TransformDequantLumaDCFromPair.c 50 int Scale = armVCM4P10_VMatrix[QP%6][0];
57 Value = (pDst[i] * Scale) << Shift;
68 Value = (pDst[i] * Scale + Round) >> Shift;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 72 Scale RN 2
128 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
137 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
140 VDUP dScale,Scale
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 74 Scale RN 5
149 ;// Scale factor calculation is done using ARM instructions
157 LDRSB Scale, [pQPModTable, QP] ;// ARM CODE: Scale = pQPModTable[QP]
161 LSL Scale, Scale, Shift ;// ARM CODE: Scale = Scale << Shift
190 ;// Scale << Shift once in the beginning and do a right shift by a
199 VDUP dScale, Scale ;// ARM -> NEON copy 'scale' to vecto
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 174 int64_t Scale;
178 Scale == Other.Scale;
189 /// "A*V + B", where A and B are constant integers. Return the scale and offset
196 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset,
204 Scale = 1;
213 assert(Scale == 0 && "Constant values don't have a scale");
229 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
234 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension
    [all...]
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
Scale.java 28 class Scale extends Transition {
29 private static final String PROPNAME_SCALE = "android:leanback:scale";
31 public Scale() {
67 final float scale = (Float) animation.getAnimatedValue();
68 view.setScaleX(scale);
69 view.setScaleY(scale);
  /external/clang/test/CodeGen/
pragma-loop.cpp 133 const int Scale = 4;
134 #pragma clang loop vectorize_width(Scale * V) interleave_count(Scale * I) unroll_count(Scale * U)
140 #pragma clang loop vectorize_width((Scale * V) + 2)
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 58 // within 32-bits. If scaling is required, sets Scale based on the necessary
59 // adjustment. Any edge weights used with the sum should be divided by Scale.
60 uint32_t getSumForBlock(const MachineBasicBlock *MBB, uint32_t &Scale) const;
  /external/skia/src/images/
transform_scanline.h 89 const SkUnPreMultiply::Scale* SK_RESTRICT table =
100 SkUnPreMultiply::Scale scale = table[a]; local
101 r = SkUnPreMultiply::ApplyScale(scale, r);
102 g = SkUnPreMultiply::ApplyScale(scale, g);
103 b = SkUnPreMultiply::ApplyScale(scale, b);
119 const SkUnPreMultiply::Scale* SK_RESTRICT table =
130 SkUnPreMultiply::Scale scale = table[a]; local
131 r = SkUnPreMultiply::ApplyScale(scale, r)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 79 DXGI_RGB Scale;
icrsint.h 39 #define ADO_NUMERIC_ENTRY(Ordinal,DataType,Buffer,Precision,Scale,Status,Modify) {Ordinal,DataType,Precision,Scale,0,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify},
40 #define ADO_NUMERIC_ENTRY2(Ordinal,DataType,Buffer,Precision,Scale,Modify) {Ordinal,DataType,Precision,Scale,0,offsetof(ADORowClass,Buffer),0,0,classoffset(CADORecordBinding,ADORowClass),Modify},
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 81 DXGI_RGB Scale;
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 140 unsigned Bits, Scale;
144 Scale = 2;
148 Scale = 2;
152 Scale = 2;
156 Scale = 2;
160 Scale = 2;
164 Scale = 2;
168 Scale = 2;
172 Scale = 2;
176 Scale = 2
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 37 import org.eclipse.swt.widgets.Scale;
180 mScaleControl.scale.setMinimum(SCALE_MIN);
181 mScaleControl.scale.setMaximum(SCALE_MAX);
182 mScaleControl.scale.setSelection(2);
183 mScaleControl.scale.addSelectionListener(new SelectionAdapter() {
188 Scale scale = (Scale) event.widget;
189 mListener.scaleChanged(scale.getSelection());
199 mZoomControl.scale.setMinimum(ZOOM_MIN)
308 Scale scale; field in class:StatusPanel.ZoomControl
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h 98 void printUImm12Offset(const MCInst *MI, unsigned OpNum, unsigned Scale,
100 void printAMIndexedWB(const MCInst *MI, unsigned OpNum, unsigned Scale,
103 template <int Scale>
106 printUImm12Offset(MI, OpNum, Scale, O);
118 template <int Scale>
  /external/libyuv/files/include/libyuv/
scale.h 28 // Scale a YUV plane.
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 229 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
231 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
233 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");

Completed in 3555 milliseconds

1 2 3 4 5 6 7