HomeSort by relevance Sort by last modified time
    Searched full:scaling (Results 1 - 25 of 1323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Scaling.h 16 * \class Scaling
18 * \brief Represents a possibly non uniform scaling transformation
23 * \note This class is not aimed to be used to store a scaling transformation,
29 class Scaling
53 Scaling() {}
54 /** Constructs and initialize a uniform scaling transformation */
55 explicit inline Scaling(const Scalar& s) { m_coeffs.setConstant(s); }
57 inline Scaling(const Scalar& sx, const Scalar& sy)
64 inline Scaling(const Scalar& sx, const Scalar& sy, const Scalar& sz)
71 /** Constructs and initialize the scaling transformation from a vector of scaling coefficients *
    [all...]
All.h 17 #include "Scaling.h"
49 #define Scaling eigen2_Scaling
70 #include "Scaling.h"
104 #undef Scaling
  /external/eigen/Eigen/src/Geometry/
Scaling.h 17 * \class Scaling
19 * \brief Represents a generic uniform scaling transformation
23 * This class represent a uniform scaling transformation. It is the return
24 * type of Scaling(Scalar), and most of the time this is the only way it
25 * is used. In particular, this class is not aimed to be used to store a scaling transformation,
28 * To represent an axis aligned scaling, use the DiagonalMatrix class.
30 * \sa Scaling(), class DiagonalMatrix, MatrixBase::asDiagonal(), class Translation, class Transform
47 /** Constructs and initialize a uniform scaling transformation */
53 /** Concatenates two uniform scaling */
57 /** Concatenates a uniform scaling and a translation *
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
dot_product_with_scale.c 21 int length, int scaling)
35 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1++, *vector2++, scaling);
38 if (scaling == 0)
67 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
70 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
73 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
76 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
83 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
auto_correlation.c 32 int scaling = 0; local
50 scaling = 0;
58 scaling = 0;
61 scaling = nbits - t;
78 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1++, *xptr2++, scaling);
83 if (scaling == 0)
112 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
115 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
118 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
121 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
    [all...]
energy.c 24 int scaling = WebRtcSpl_GetScalingSquare(vector, vector_length, vector_length); local
30 en += WEBRTC_SPL_MUL_16_16_RSFT(*vectorptr, *vectorptr, scaling);
33 *scale_factor = scaling;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
pre_echo_control.c 65 Word32 scaling; local
70 scaling = ((mdctScale - mdctScalenm1) << 1);
72 if ( scaling > 0 ) {
74 tmpThreshold1 = pbThresholdNm1[i] >> (scaling-1);
92 scaling = -scaling;
102 if(((pbThreshold[i] >> scaling) > tmpThreshold1)) {
103 pbThreshold[i] = tmpThreshold1 << scaling;
  /external/skia/include/core/
SkFilterQuality.h 14 * Controls how much filtering to be done when scaling/transforming complex colors
20 kMedium_SkFilterQuality, //!< typically bilerp + mipmaps for down-scaling
  /external/libyuv/
BUILD 5 # scaling.
README.google 7 libyuv is an open-source library for yuv scaling, conversion, comparison
  /external/llvm/test/CodeGen/X86/
large-gep-scale.ll 4 ; After scaling, this type doesn't fit in memory. Codegen should generate
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filters_neon.c 39 int16_t scaling = 0; local
42 // Step 1, calculate r[0] and how much scaling is needed.
61 // Calculate the value of shifting (scaling).
71 scaling = (32 - zeros_high + 1);
73 scaling = 1;
75 reg64x1b = -scaling;
90 sum = (int32_t)(prod >> scaling);
145 "mov %[tmp], %[scaling], asr #31\n\t"
146 "vmov.32 d16, %[scaling], %[tmp]\n\t"
155 [scaling]"r"(-scaling
    [all...]
filters.c 34 int16_t scaling = 0; local
44 // Calculate scaling (the value of shifting).
47 scaling = 0;
49 scaling = 32 - WebRtcSpl_NormU32(temp);
51 r[0] = (int32_t)(prod >> scaling);
59 sum = (int32_t)(prod >> scaling);
63 *scale = scaling;
  /external/eigen/doc/
TutorialGeometry.dox 10 - Abstract transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or by a \ref Quaternion "quaternion"), \ref Translation "translations", \ref Scaling "scalings". These transformations are NOT represented as matrices, but you can nevertheless mix them with matrices and vectors in expressions, and convert them to matrices if you wish.
46 N-D Scaling</td><td>\code
47 Scaling(sx, sy)
48 Scaling(sx, sy, sz)
49 Scaling(s)
50 Scaling(vecN)\endcode</td></tr>
60 Transform<float,3,Affine> t = Translation3f(p) * AngleAxisf(a,axis) * Scaling(s);\endcode</td></tr>
63 <em class=note>(pure rotations, \n scaling, etc.)</em></td><td>\code
65 Matrix<float,2> t = Rotation2Df(a) * Scaling(s);
66 Matrix<float,3> t = AngleAxisf(a,axis) * Scaling(s);\endcode</td></tr
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayQuery.cpp 63 // RGB planes don't support scaling. Panel fitter can be used to scale frame buffer to device's resolution
64 // if scaling factor is less than 1.5. Otherwise, GPU scaling is needed on RGB buffer, or hardware overlay
65 // scaling is needed on NV12 buffer
67 // this needs to work together with kernel driver. Panel fitter needs to be disabled if scaling factor is greater
  /external/freetype/src/cff/
cffparse.c 129 FT_Long* scaling )
140 if ( scaling )
141 *scaling = 0;
275 if ( scaling )
286 *scaling = exponent - fraction_length + 1;
295 /* Make `scaling' as small as possible. */
316 *scaling = exponent;
324 *scaling = exponent - 4;
329 *scaling = exponent - 5;
411 FT_Long scaling )
519 FT_Long scaling; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffparse.c 129 FT_Long* scaling )
140 if ( scaling )
141 *scaling = 0;
275 if ( scaling )
286 *scaling = exponent - fraction_length + 1;
295 /* Make `scaling' as small as possible. */
316 *scaling = exponent;
324 *scaling = exponent - 4;
329 *scaling = exponent - 5;
411 FT_Long scaling )
519 FT_Long scaling; local
    [all...]
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 27 * to use for the center of scaling.
75 // This is a scaling factor.
87 // This is a scaling factor.
100 // This is a scaling factor.
112 // This is a scaling factor.
138 * @param fromX Horizontal scaling factor to apply at the start of the
140 * @param toX Horizontal scaling factor to apply at the end of the animation
141 * @param fromY Vertical scaling factor to apply at the start of the
143 * @param toY Vertical scaling factor to apply at the end of the animation
158 * @param fromX Horizontal scaling factor to apply at the start of th
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 14 * \brief iterative scaling algorithm to equilibrate rows and column norms in matrices
19 * The scaling strategy as presented here preserves the symmetry of the problem
28 * // Compute the left and right scaling vectors. The matrix is equilibrated at output
40 * References : D. Ruiz and B. Ucar, A Symmetry Preserving Algorithm for Matrix Scaling, INRIA Research report RR-7552
82 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors
107 // Save the scaling factors
160 /** Set the tolerance for the convergence of the iterative scaling algorithm
179 VectorXd m_left; // Left scaling vector
180 VectorXd m_right; // m_right scaling vector
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_tcp.h 27 /* Window scaling is advertised by the sender */
  /external/libvpx/libvpx/third_party/libyuv/
README.libvpx 8 libyuv is an open source project that includes YUV conversion and scaling
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.h 22 * scaling: normalizing constant by which the final result is *divided*
23 * scaling == -1, normalize by total dimension of the transform
24 * scaling < -1, normalize by the square-root of the total dimension
41 int isign, double scaling, FFTstr *fftstate);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/
README.webm 8 libyuv is an open source project that includes YUV conversion and scaling
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_tcp.h 24 /* Window scaling is advertised by the sender */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_tcp.h 24 /* Window scaling is advertised by the sender */

Completed in 3609 milliseconds

1 2 3 4 5 6 7 8 91011>>