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

1 2 3 4 5 6 7 8 9

  /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
771 uint64_t ScaledNumber<DigitsT>::scale(uint64_t N) const { function in class:llvm::ScaledNumber
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/include/
scaler.h 46 // Scale frame
51 int Scale(const VideoFrame& src_frame, VideoFrame* dst_frame);
  /external/webrtc/webrtc/modules/utility/include/
audio_frame_operations.h 51 static int Scale(float left, float right, AudioFrame& frame);
53 static int ScaleWithSat(float scale, AudioFrame& frame);
  /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
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 174 /// Returns the scale and offset values as APInts and return V as a Value*, and
182 const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits,
189 Scale = 1;
201 assert(Scale == 0 && "Constant values don't have a scale");
208 // If we've been called recursively then Offset and Scale will be wider
217 Scale = 1;
225 Scale = 1;
231 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits,
236 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits
    [all...]
  /external/ImageMagick/PerlMagick/demo/
single-pixels.pl 40 # crop, scale, display the changed pixels
43 $im->Scale('1000%');
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
Scale.java 25 class Scale extends Transition {
26 private static final String PROPNAME_SCALE = "android:leanback:scale";
28 public Scale() {
64 final float scale = (Float) animation.getAnimatedValue();
65 view.setScaleX(scale);
66 view.setScaleY(scale);
  /external/clang/test/CodeGenCXX/
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/lib/Support/
BranchProbability.cpp 53 // Scale down Denominator to fit in a 32-bit integer.
54 int Scale = 0;
57 Scale++;
59 return BranchProbability(Numerator >> Scale, Denominator);
66 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { function
108 uint64_t BranchProbability::scale(uint64_t Num) const { function in class:BranchProbability
109 return ::scale<D>(Num, N, D);
113 return ::scale<0>(Num, D, N);
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 85 // SExtBits), ZExtBits) * Scale + Offset.
98 int64_t Scale;
102 SExtBits == Other.SExtBits && Scale == Other.Scale;
135 GetLinearExpression(const Value *V, APInt &Scale, APInt &Offset,
  /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/llvm/include/llvm/Transforms/
Instrumentation.h 157 /// \brief Calculate what to divide by to scale counts.
159 /// Given the maximum count, calculate a divisor that will scale all the
165 /// \brief Scale an individual branch count.
167 /// Scale a 64-bit weight down to 32-bits using \c Scale.
169 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) {
170 uint64_t Scaled = Count / Scale;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 81 DXGI_RGB Scale;
  /external/webrtc/webrtc/modules/utility/source/
audio_frame_operations_unittest.cc 157 EXPECT_EQ(-1, AudioFrameOperations::Scale(1.0, 1.0, frame_));
160 EXPECT_EQ(-1, AudioFrameOperations::Scale(1.0, 1.0, frame_));
163 EXPECT_EQ(-1, AudioFrameOperations::Scale(-1.0, 1.0, frame_));
164 EXPECT_EQ(-1, AudioFrameOperations::Scale(1.0, -1.0, frame_));
170 EXPECT_EQ(0, AudioFrameOperations::Scale(10.0, 10.0, frame_));
181 EXPECT_EQ(0, AudioFrameOperations::Scale(2.0, 3.0, frame_));
190 // TODO(andrew): should fail with a negative 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...]

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 9