HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 51 - 75 of 1130) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/
buffer_level_filter_unittest.cc 32 filter.SetTargetBufferLevel(1); // Makes filter coefficient 251/256.
61 filter.SetTargetBufferLevel(3); // Makes filter coefficient 252/256.
73 filter.SetTargetBufferLevel(7); // Makes filter coefficient 253/256.
85 filter.SetTargetBufferLevel(8); // Makes filter coefficient 254/256.
100 filter.SetTargetBufferLevel(1); // Makes filter coefficient 251/256.
133 filter.SetTargetBufferLevel(1); // Makes filter coefficient 251/256.
  /external/deqp/modules/glshared/
glsCalibration.cpp 84 // \note If there are no data point pairs with differing x values, the coefficient variable will stay zero as initialized.
86 result.coefficient = destructiveMedian(pairwiseCoefficients);
88 // Compute the offsets corresponding to the median coefficient, for all data points.
90 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x());
156 result.coefficient = linearSample(medianSlopes, 0.5f);
158 // Compute the offsets corresponding to the median coefficient, for all data points.
160 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x());
363 const float coeffEpsilon = 0.001f; // Coefficient must be large enough (and positive) to be considered sensible.
373 if (estimatorLine.coefficient < coeffEpsilon) // Coefficient not good for sensible estimation; increase call count enough to get a reasonably different value
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
MultiDirectional.java 36 /** Expansion coefficient. */
39 /** Contraction coefficient. */
51 * @param khi expansion coefficient
52 * @param gamma contraction coefficient
112 * @param coeff linear coefficient
  /external/libjpeg-turbo/
jdtrans.c 12 * that is, reading raw DCT coefficient arrays from an input JPEG file.
26 * Read the coefficient arrays from a JPEG file.
29 * The entire image is read into a set of virtual coefficient-block arrays,
36 * An alternative usage is to simply obtain access to the coefficient arrays
128 /* Always get a full-image coefficient buffer. */
jdcoefct.h 36 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks,
52 /* When doing block smoothing, we latch coefficient Al values here */
jchuff.h 16 /* The legal range of a DCT coefficient is
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_armv6.S 28 @ const int16_t* coefficient,
56 ldr r9, [sp, #48] @ coefficient
66 @ r9: &coefficient[]
74 ldr r4, [r9], #4 @ coefficient[0, 1]
86 ldrh r4, [r9], #-16 @ r9 back to &coefficient[0].
pitch_filter_c.c 25 const int16_t* coefficient,
38 tmpW32 += ubufQQpos2[*index2 + j] * coefficient[j];
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon.cc     [all...]
  /external/adhd/cras/src/server/
cras_fmt_conv.h 32 * coefficient - Float array of length N * N representing the conversion
33 * matrix, where matrix[i][j] corresponds to coefficient[i * N + j]
37 const float *coefficient);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorPadding.h 273 // all the coefficient are in the padding zone.
277 // all the coefficient are in the padding zone.
281 // all the coefficient are between the 2 padding zones.
299 // all the coefficient are in the padding zone.
303 // all the coefficient are in the padding zone.
307 // all the coefficient are between the 2 padding zones.
331 // all the coefficient are in the padding zone.
335 // all the coefficient are in the padding zone.
339 // all the coefficient are between the 2 padding zones.
357 // all the coefficient are in the padding zone
    [all...]
TensorGlobalFunctions.h 15 /** \cpp11 \returns an expression of the coefficient-wise betainc(\a x, \a a, \a b) to the given tensors.
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256.cpp 79 int32_t coefficient,
85 if (coefficient == 0) {
92 coefficients[0] = coefficient;
BC_ReedSolomonGF256Poly.h 37 int32_t coefficient) const;
  /libcore/ojluni/src/main/java/java/security/spec/
RSAOtherPrimeInfo.java 31 * This class represents the triplet (prime, exponent, and coefficient)
39 * coefficient INTEGER
68 * coefficient.
  /external/libyuv/files/source/
row_neon.cc     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java 51 * Access the n-th a coefficient of the continued fraction. Since a can be
53 * @param n the coefficient index to retrieve.
55 * @return the n-th a coefficient.
60 * Access the n-th b coefficient of the continued fraction. Since b can be
62 * @param n the coefficient index to retrieve.
64 * @return the n-th b coefficient.
  /external/dng_sdk/source/
dng_misc_opcodes.h 228 /// f (x) = coefficient [0] + ((x * coefficient [1]) +
229 /// (x^2 * coefficient [2]) +
230 /// (x^3 * coefficient [3]) +
231 /// (x^4 * coefficient [4]) ...
235 const real64 *coefficient);
  /external/tensorflow/tensorflow/core/kernels/
mfcc_dct.cc 30 LOG(ERROR) << "Coefficient count must be positive.";
40 LOG(ERROR) << "Coefficient count must be less than or equal to "
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
preemph.c 30 Word16 mu, /* (i) Q15 : preemphasis coefficient */
59 Word16 mu, /* (i) Q15 : preemphasis coefficient */
  /frameworks/base/core/java/android/view/
VelocityTracker.java 226 * First coefficient is position (in pixels), second is velocity (in pixels per second),
251 * Confidence (coefficient of determination), between 0 (no fit) and 1 (perfect fit).
274 * Gets the X coefficient with the specified index.
275 * @param index The index of the coefficient to return.
276 * @return The X coefficient, or 0 if the index is greater than the degree.
283 * Gets the Y coefficient with the specified index.
284 * @param index The index of the coefficient to return.
285 * @return The Y coefficient, or 0 if the index is greater than the degree.
  /external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h 11 // This file is a base class plugin containing common coefficient wise functions.
29 /** \returns an expression of a custom coefficient-wise operator \a func of *this and \a other
79 /** \returns an expression of the coefficient-wise boolean \b and operator of \c *this and \a other
98 /** \returns an expression of the coefficient-wise boolean \b or operator of \c *this and \a other
CommonCwiseUnaryOps.h 11 // This file is a base class plugin containing common coefficient wise functions.
97 /// \brief Apply a unary operator coefficient-wise
100 /// \returns An expression of a custom coefficient-wise unary operator \a func of *this
126 /// \returns an expression of a custom coefficient-wise unary operator \a func of *this
  /external/eigen/unsupported/Eigen/
SpecialFunctions 24 * This module features additional coefficient-wise math functions available
  /external/speex/libspeex/
ltp.h 68 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
87 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
111 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
130 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */

Completed in 564 milliseconds

1 23 4 5 6 7 8 91011>>