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

1 2 3 4 56 7 8 9

  /external/webrtc/webrtc/voice_engine/
output_mixer.cc 505 // Scale left and/or right channel(s) if balance is active
518 AudioFrameOperations::Scale(_panLeft, _panRight, _audioFrame);
  /external/ImageMagick/PerlMagick/demo/
demo.pl 391 print "Scale...\n";
393 $example->Label('Scale');
394 $example->Scale('60%');
  /external/ImageMagick/www/source/
examples.pl 358 print "Scale...\n";
360 $example->Label('Scale');
361 $example->Scale('60%');
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 422 const float Scale = 1.0f / MBFI.getEntryFreq();
423 PBQP::PBQPNum CBenefit = MBFI.getBlockFreq(&MBB).getFrequency() * Scale;
  /external/opencv/cvaux/include/
cvvidsurv.hpp 938 /* Without scale optimization: */
941 /* With scale optimization: */
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 159 void Scale(baseType sx, baseType sy) { FXT_PSV::x *= sx, FXT_PSV::y *= sy; }
668 void Scale(FX_FLOAT sx, FX_FLOAT sy, FX_BOOL bPrepended = FALSE);
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 790 const SkUnPreMultiply::Scale* SK_RESTRICT table =
796 const SkUnPreMultiply::Scale s = table[a];
    [all...]
  /external/v8/src/interpreter/
bytecodes.h 295 #define DECLARE_OPERAND_SCALE(Name, Scale) k##Name = Scale,
474 // Returns the prefix bytecode representing an operand scale to be
478 // Returns true if the operand scale requires a prefix bytecode.
549 static OperandSize SizeOfOperand(OperandType operand, OperandScale scale);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 402 FLOAT* WINAPI D3DXSHScale(FLOAT *out, UINT order, const FLOAT *a, const FLOAT scale);
431 STDMETHOD(Scale)(THIS_ FLOAT x, FLOAT y, FLOAT z) PURE;
455 #define ID3DXMatrixStack_Scale(p,a,b,c) (p)->lpVtbl->Scale(p,a,b,c)
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 663 // Now construct the final address. Note that the Disp, Scale,
678 assert(AM.Scale == 1 && "Scale with no index!");
765 unsigned Scale = AM.Scale;
768 // folded, and one dynamic index can be handled, if the scale is supported.
779 // constant scale size. See if we can push the scale into immediates.
800 Scale = S;
816 AM.Scale = Scale
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 622 /// reference, which determines the scale.
642 unsigned Scale = Log2_32(Size);
643 if ((RHSC & (Size - 1)) == 0 && RHSC >= -(0x40 << Scale) &&
644 RHSC < (0x40 << Scale)) {
650 OffImm = CurDAG->getTargetConstant(RHSC >> Scale, dl, MVT::i64);
667 /// reference, which determines the scale.
701 unsigned Scale = Log2_32(Size);
702 if ((RHSC & (Size - 1)) == 0 && RHSC >= 0 && RHSC < (0x1000 << Scale)) {
708 OffImm = CurDAG->getTargetConstant(RHSC >> Scale, dl, MVT::i64);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 370 const MCOperand &Scale = MI.getOperand(Op+X86::AddrScaleAmt);
430 assert(Scale.getImm() == 1 &&
431 "invalid scale for 16-bit memory reference");
528 // MOD=0, BASE=5, to JUST get the index, scale, and displacement.
557 unsigned SS = SSTable[Scale.getImm()];
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 148 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
425 Addend0.Scale(Coeff);
428 Addend1.Scale(Coeff);
    [all...]
InstCombineInternal.h 566 /// \brief Returns a value X such that Val = X * Scale, or null if none.
569 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
  /external/ImageMagick/www/api/
distort.php 122 <dd> Perspective, and Bilinear, fall back to a Affine distortion when less than 4 control point pairs are provided. While Affine distortions let you use any number of control point pairs, that is Zero pairs is a No-Op (viewport only) distortion, one pair is a translation and two pairs of control points do a scale-rotate-translate, without any shearing. </dd>
146 <dd> o "distort:scale" Scale the size of the output canvas by this amount to provide a method of Zooming, and for super-sampling the results. </dd>
150 <dd> o 'interpolate' For source image lookups (scale enlargements) </dd>
152 <dd> o 'filter' Set filter to use for area-resampling (scale shrinking). Set to 'point' to turn off and use 'interpolate' lookup instead </dd>
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc 128 TEST_F(CompressedRowSparseMatrixTest, Scale) {
129 Vector scale(num_cols);
131 scale(i) = i + 1;
134 tsm->ScaleColumns(scale.data());
135 crsm->ScaleColumns(scale.data());
  /external/dng_sdk/source/
dng_camera_profile.cpp 169 // Find scale factor to normalize the matrix.
178 m.Scale (1.0 / maxCoord);
  /external/libvorbis/examples/
frameview.pl 63 #$toplevel->optionAdd("$Xname*Scale*background", "#f0d0b0",20);
64 $toplevel->optionAdd("$Xname*Scale*foreground", '#000000',20);
65 $toplevel->optionAdd("$Xname*Scale*borderWidth", '1',20);
66 #$toplevel->optionAdd("$Xname*Scale*relief", 'groove',20);
67 $toplevel->optionAdd("$Xname*Scale*padY", 1,20);
230 my$graph_slider=$temp=$graph_shell->Scale(-bigincrement=>1,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 156 adjusted_matrix.Scale(size_scale, size_scale);
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 484 TEST_F(MotionEventTest, Scale) {
488 event.scale(2.0f);
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 476 bool isSymbolicUImm12Offset(const MCExpr *Expr, unsigned Scale) const {
499 return Addend >= 0 && (Addend % Scale) == 0;
509 template <int Scale> bool isUImm12Offset() const {
515 return isSymbolicUImm12Offset(getImm(), Scale);
518 return (Val % Scale) == 0 && Val >= 0 && (Val / Scale) < 0x1000;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js     [all...]

Completed in 1344 milliseconds

1 2 3 4 56 7 8 9