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

1 2 3 4 5 67 8 9

  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 163 bool SelectThumbAddrModeImm5S(SDValue N, unsigned Scale, SDValue &Base,
318 /// (N * Scale) where (N in [\p RangeMin, \p RangeMax).
321 static bool isScaledConstantInRange(SDValue Node, int Scale,
324 assert(Scale > 0 && "Invalid scale!");
332 if ((ScaledConstant % Scale) != 0)
335 ScaledConstant /= Scale;
692 if (isScaledConstantInRange(N.getOperand(1), /*Scale=*/1,
817 if (isScaledConstantInRange(N.getOperand(1), /*Scale=*/1,
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 845 const float Scale = 1.0f / MBFI->getEntryFreq();
846 return (isDef + isUse) * (Freq.getFrequency() * Scale);
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp     [all...]
  /external/opencv3/modules/viz/src/
shapes.cpp 350 cv::viz::WCoordinateSystem::WCoordinateSystem(double scale)
354 axes->SetScaleFactor(scale);
600 // Scale the image based on the Rect, and flip to match y-ais orientation
602 transform->Scale(sz.width/(double)rect.width, sz.height/(double)rect.height, 1.0);
645 // Scale the image based on the Rect, and flip to match y-ais orientation
647 transform->Scale(sz.width/(double)size.width, sz.height/(double)size.height, 1.0);
744 static vtkSmartPointer<vtkPolyData> createFrustum(double aspect_ratio, double fovy, double scale)
751 camera->SetClippingRange(1e-9, scale);
790 cv::viz::WCameraPosition::WCameraPosition(double scale)
793 VtkUtils::SetInputData(mapper, getPolyData(WCoordinateSystem(scale)));
    [all...]
  /external/dng_sdk/source/
dng_negative.h 74 /// The noise model is N (x) = sqrt (scale*x + offset), where x represents a linear
76 /// noise). The parameters scale and offset are both sensor-dependent and
77 /// ISO-dependent. scale must be positive, and offset must be non-negative.
100 /// Create noise function with the specified scale and offset.
102 dng_noise_function (real64 scale,
105 : fScale (scale)
120 /// The scale (slope, gain) of the noise function.
122 real64 Scale () const
134 /// Set the scale (slope, gain) of the noise function.
136 void SetScale (real64 scale)
    [all...]
dng_negative.cpp 874 fAnalogBalance.Scale (1.0 / minEntry);
932 fCameraNeutral.Scale (1.0 / maxEntry);
    [all...]
dng_shared.cpp 2017 const real64 scale = stream.TagValue_real64 (tagType); local
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 104 Mass = P.scale(Mass);
207 Scaled64 Scale;
442 /// \brief Compute the loop scale for a loop.
686 /// 2. Calculate mass and scale in loops (\a computeMassInLoops()).
691 /// calculate the loop scale (number of loop iterations). Immediate
715 /// - Normalize the distribution: scale weights down so that their sum
732 /// Finally, calculate the loop scale from the accumulated backedge mass.
785 /// used for computing loop scale) is the sum of all iterations.
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 280 // WebAssembly has no scale register operands.
281 if (AM.Scale != 0)
  /external/opencv3/modules/superres/src/
btv_l1_cuda.cpp 71 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
118 void upscaleMotions(const std::vector<std::pair<GpuMat, GpuMat> >& lowResMotions, std::vector<std::pair<GpuMat, GpuMat> >& highResMotions, int scale)
124 cuda::resize(lowResMotions[i].first, highResMotions[i].first, Size(), scale, scale, INTER_CUBIC);
125 cuda::resize(lowResMotions[i].second, highResMotions[i].second, Size(), scale, scale, INTER_CUBIC);
127 cuda::multiply(highResMotions[i].first, Scalar::all(scale), highResMotions[i].first);
128 cuda::multiply(highResMotions[i].second, Scalar::all(scale), highResMotions[i].second);
147 void upscale(const GpuMat& src, GpuMat& dst, int scale, Stream& stream)
149 typedef void (*func_t)(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream)
    [all...]
btv_l1.cpp 131 bool ocl_upscaleMotions(InputArrayOfArrays _lowResMotions, OutputArrayOfArrays _highResMotions, int scale)
140 resize(lowResMotions[i], highResMotions[i], Size(), scale, scale, INTER_LINEAR); // TODO
141 multiply(highResMotions[i], Scalar::all(scale), highResMotions[i]);
149 void upscaleMotions(InputArrayOfArrays _lowResMotions, OutputArrayOfArrays _highResMotions, int scale)
152 ocl_upscaleMotions(_lowResMotions, _highResMotions, scale))
161 resize(lowResMotions[i], highResMotions[i], Size(), scale, scale, INTER_CUBIC);
162 multiply(highResMotions[i], Scalar::all(scale), highResMotions[i]);
226 void upscaleImpl(InputArray _src, OutputArray _dst, int scale)
259 ocl::KernelArg::ReadWriteNoSize(dst), scale); local
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 330 void CFX_Matrix::Scale(FX_FLOAT sx, FX_FLOAT sy, FX_BOOL bPrepended) {
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 110 matrix.Scale((dstRect.width / srcRect.width),
  /external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp 538 mt.Scale(fScale, fScale);
  /external/skia/tests/
CanvasTest.cpp 329 SIMPLE_TEST_STEP(Scale, scale(SkIntToScalar(1), SkIntToScalar(2)));
432 testCanvas->scale(SkIntToScalar(2), SkIntToScalar(1));
474 canvas->scale(SkIntToScalar(3), SkIntToScalar(3));
495 canvas->scale(SkIntToScalar(3), SkIntToScalar(3));
748 canvas.scale(0.5f, 0.75f);
758 filterCanvas.scale(0.75f, 0.5f);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 491 // Make sure total scaling is even (to simplify scale factor after sqrt).
525 // Energy constraint fulfilled. Use both vectors and scale them
585 // Calculate scale value needed for auto-correlation.
653 // Set up state vector and calculate scale factor for unvoiced filtering.
679 // from dividing with 128 earlier. This will make the total scale factor
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
    [all...]
  /external/v8/tools/profviz/
composer.js 538 // Scale second Y-axis appropriately.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 11 #include "third_party/libyuv/include/libyuv/scale.h"
160 // Down scale from 4 to 3 pixels. Use the neon multilane read/write
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 11 #include "libyuv/scale.h"
32 // Scale plane, 1/2
158 // Scale plane, 1/4
267 // Scale plane down, 3/4
446 // Scale plane, 3/8
725 // Scale plane down to any dimensions, with interpolation.
851 // Scale plane down with bilinear interpolation.
    [all...]
  /external/libyuv/files/source/
scale.cc 11 #include "libyuv/scale.h"
32 // Scale plane, 1/2
158 // Scale plane, 1/4
267 // Scale plane down, 3/4
446 // Scale plane, 3/8
724 // Scale plane down to any dimensions, with interpolation.
850 // Scale plane down with bilinear interpolation.
    [all...]

Completed in 1747 milliseconds

1 2 3 4 5 67 8 9