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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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...]
  /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/chromium_org/ui/gfx/geometry/
insets.h 25 Insets Scale(float scale) const {
26 return Scale(scale, scale);
29 Insets Scale(float x_scale, float y_scale) const {
size_f.h 23 void Scale(float scale) {
24 Scale(scale, scale);
27 void Scale(float x_scale, float y_scale) {
44 inline SizeF ScaleSize(const SizeF& p, float scale) {
45 return ScaleSize(p, scale, scale);
point_f.cc 19 scaled_p.Scale(x_scale, y_scale);
size_f.cc 19 scaled_s.Scale(x_scale, y_scale);
point_f.h 23 void Scale(float scale) {
24 Scale(scale, scale);
27 void Scale(float x_scale, float y_scale) {
65 inline PointF ScalePoint(const PointF& p, float scale) {
66 return ScalePoint(p, scale, scale);
point3_unittest.cc 48 TEST(Point3Test, Scale) {
59 zero.Scale(2.f);
60 zero.Scale(6.f, 3.f, 1.5f);
64 point.Scale(2.f);
65 point.Scale(6.f, 3.f, 1.5f);
  /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 55 Scale RN 2
104 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
109 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
111 SMULTB Temp2, c0w0, Scale ;// Temp2 = T(c0w0) * Scale
112 SMULTB Temp4, c1w0, Scale ;// Temp4 = T(c1w0) * Scal
    [all...]
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 120 Scale RN 14
331 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
338 ;// Scale << Shift once in the beginning and do a right shift by a
347 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Roun
    [all...]
  /external/chromium_org/cc/debug/
debug_colors.cc 13 static float Scale(float width, const LayerTreeImpl* tree_impl) {
24 return Scale(2, tree_impl);
32 return Scale(2, tree_impl);
40 return Scale(2, tree_impl);
48 return Scale(20, tree_impl);
56 return Scale(2, tree_impl);
64 return Scale(2, tree_impl);
72 return Scale(2, tree_impl);
80 return Scale(2, tree_impl);
90 return Scale(1, tree_impl)
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 12 // another represents a scale. The functions are helpers and live in the
37 /// \brief Maximum scale; same as APFloat for easy debug printing.
40 /// \brief Maximum scale; same as APFloat for easy debug printing.
48 /// Given \c Digits and \c Scale, round up iff \c ShouldRound is \c true.
49 /// Always returns \c Scale unless there's an overflow, in which case it
50 /// returns \c 1+Scale.
52 /// \pre adding 1 to \c Scale will not overflow INT16_MAX.
54 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale,
61 return std::make_pair(DigitsT(1) << (getWidth<DigitsT>() - 1), Scale + 1);
62 return std::make_pair(Digits, Scale);
661 int64_t scale(int64_t N) const { function in class:llvm::ScaledNumber
769 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;
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 109 separation.Scale(1.0 / static_cast<double>(separation_count));
112 alignment.Scale(1.0 / static_cast<double>(align_count));
127 attractor_direction.Scale(1000); // Each attractor acts like 1000 geese.
136 cohesion.Scale(1.0 / static_cast<double>(cohesion_count));
140 separation.Scale(kSeparationWeight);
141 alignment.Scale(kAlignmentWeight);
142 cohesion.Scale(kCohesionWeight);
160 desired_direction.Scale(kMaxSpeed * distance / 100.0);
162 desired_direction.Scale(kMaxSpeed);
177 weighted_direction.Scale(1.0 / distance)
    [all...]
vector2.h 44 Scale(1.0 / mag);
47 // Scale the vector in-place by |scale|.
48 void Scale(double scale) {
49 x_ *= scale;
50 y_ *= scale;
58 Scale(max_mag / mag); // Does Normalize() followed by Scale(max_mag).
  /external/chromium_org/third_party/webrtc/common_video/libyuv/include/
scaler.h 45 // Scale frame
51 int Scale(const I420VideoFrame& src_frame,
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
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 35 int Scale = armVCM4P10_VMatrix[QP%6][0];
42 Value = (pDst[i] * Scale) << Shift;
50 Value = (pDst[i] * Scale) >> 1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 58 Scale RN 2
114 LDRSB Scale, [pQPModTable, QP] ;// Scale = pQPModTable[QP]
123 LSL Scale, Scale, Shift ;// Scale = Scale << Shift
126 VDUP dScale,Scale
  /external/chromium_org/net/quic/
quic_bandwidth_test.cc 60 TEST_F(QuicBandwidthTest, Scale) {
62 QuicBandwidth::FromKBytesPerSecond(1000).Scale(0.5f));
64 QuicBandwidth::FromKBytesPerSecond(1000).Scale(0.75f));
66 QuicBandwidth::FromKBytesPerSecond(1000).Scale(1.25f));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp 97 transform.operations().append(ScaleTransformOperation::create(1.0, -1.0, ScaleTransformOperation::Scale));
101 transform.operations().append(ScaleTransformOperation::create(1.0, -1.0, ScaleTransformOperation::Scale));
113 transform.operations().append(ScaleTransformOperation::create(-1.0, 1.0, ScaleTransformOperation::Scale));
117 transform.operations().append(ScaleTransformOperation::create(-1.0, 1.0, ScaleTransformOperation::Scale));
  /external/chromium_org/third_party/webrtc/modules/utility/source/
frame_scaler.cc 34 // Set correct scale settings and scale |video_frame| into |scaled_frame_|.
37 int ret = scaler_->Scale(*video_frame, &scaled_frame_);
  /external/chromium_org/ui/gfx/
shadow_value.h 36 ShadowValue Scale(float scale) const;

Completed in 905 milliseconds

1 2 3 4 5 6 7 8 91011>>