HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 101 - 125 of 1058) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_UnpackBlock2x2.c 40 * Unpack a 2x2 block of coefficient-residual pair values
43 * [in] ppSrc Double pointer to residual coefficient-position pair
armVCM4P10_UnpackBlock4x4.c 40 * Unpack a 4x4 block of coefficient-residual pair values
43 * [in] ppSrc Double pointer to residual coefficient-position pair
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 66 * Reconstruct the 4x4 residual block from coefficient-position pair buffer,
77 * ppSrc - Double pointer to residual coefficient-position pair buffer
83 * pDC - Pointer to the DC coefficient of this block, NULL if it doesn't
87 * AC - Flag indicating if at least one non-zero AC coefficient exists
  /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/Core/
DenseCoeffsBase.h 22 /** \brief Base class providing read-only coefficient access to matrices and arrays.
86 * repeated coefficient access. Only use this when it is guaranteed that the
107 /** \returns the coefficient at given the given row and column.
124 * repeated coefficient access. Only use this when it is guaranteed that the
141 /** \returns the coefficient at given index.
160 /** \returns the coefficient at given index.
262 /** \brief Base class providing read/write coefficient access to matrices and arrays.
306 * repeated coefficient access. Only use this when it is guaranteed that the
328 /** \returns a reference to the coefficient at given the given row and column.
348 * repeated coefficient access. Only use this when it is guaranteed that th
    [all...]
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 11 // This file is a base class plugin containing common coefficient wise functions.
118 /** \brief Apply a unary operator coefficient-wise
121 * \returns An expression of a custom coefficient-wise unary operator \a func of *this
144 /** \returns an expression of a custom coefficient-wise unary operator \a func of *this
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
FixtureDef.java 26 /** The friction coefficient, usually in the range [0,1]. **/
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Fixture.java 139 /** Get the coefficient of friction. */
144 /** Set the coefficient of friction. */
149 /** Get the coefficient of restitution. */
154 /** Set the coefficient of restitution. */
  /external/libjpeg-turbo/
jchuff.h 15 /* The legal range of a DCT coefficient is
  /external/pdfium/third_party/libjpeg/
jchuff.h 13 /* The legal range of a DCT coefficient is
  /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 */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbank_tables.h 28 /********************* Coefficient Tables ************************/
pitch_estimator.h 46 const int16_t* coefficient,
pitch_gain_tables.h 23 /********************* Pitch Filter Gain Coefficient Tables ************************/
filterbanks.c 94 const int16_t *coefficient,
125 :[coeff]"r"(coefficient),
132 a1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[5], state0) +
133 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[4], state0) >> 16);
134 b1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[7], state1) +
135 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[6], state1) >> 16);
138 a2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[1], state0) +
139 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[0], state0) >> 16);
140 b2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[3], state1) +
141 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[2], state1) >> 16)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbank_tables.h 24 /********************* Coefficient Tables ************************/
pitch_gain_tables.h 24 /********************* Pitch Filter Gain Coefficient Tables ************************/
  /external/webrtc/webrtc/modules/audio_coding/neteq/
buffer_level_filter.h 36 // filter coefficient.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h 22 // scale = coefficient to convert counts/ms to desired units,
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h 35 // using a linear interpolation from a coefficient table, using a
38 // fractional indices into the coefficient table.
135 // A coefficient interpolator, used for mapping the high level parameters to
138 // A coefficient interpolator, used for mapping the high level parameters to
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 137 VCLT dSign0,dCoeff0, #0 ;// Compare Coefficient 0 against 0
138 VCLT dSign1,dCoeff1, #0 ;// Compare Coefficient 1 against 0
139 VCEQ dZero0,dCoeff0,#0 ;// Compare Coefficient 0 against zero
141 VCEQ dZero1,dCoeff1,#0 ;// Compare Coefficient 1 against zero
  /frameworks/base/graphics/java/android/graphics/
EmbossMaskFilter.java 25 * @param specular coefficient for specular highlights (e.g. 8)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
gamma.tcc 266 * @brief Return the logarithm of the binomial coefficient.
267 * The binomial coefficient is given by:
272 * @param __n The first argument of the binomial coefficient.
273 * @param __k The second argument of the binomial coefficient.
274 * @return The binomial coefficient.
297 * @brief Return the binomial coefficient.
298 * The binomial coefficient is given by:
303 * @param __n The first argument of the binomial coefficient.
304 * @param __k The second argument of the binomial coefficient.
305 * @return The binomial coefficient
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
gamma.tcc 266 * @brief Return the logarithm of the binomial coefficient.
267 * The binomial coefficient is given by:
272 * @param __n The first argument of the binomial coefficient.
273 * @param __k The second argument of the binomial coefficient.
274 * @return The binomial coefficient.
297 * @brief Return the binomial coefficient.
298 * The binomial coefficient is given by:
303 * @param __n The first argument of the binomial coefficient.
304 * @param __k The second argument of the binomial coefficient.
305 * @return The binomial coefficient
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
gamma.tcc 266 * @brief Return the logarithm of the binomial coefficient.
267 * The binomial coefficient is given by:
272 * @param __n The first argument of the binomial coefficient.
273 * @param __k The second argument of the binomial coefficient.
274 * @return The binomial coefficient.
297 * @brief Return the binomial coefficient.
298 * The binomial coefficient is given by:
303 * @param __n The first argument of the binomial coefficient.
304 * @param __k The second argument of the binomial coefficient.
305 * @return The binomial coefficient
    [all...]

Completed in 581 milliseconds

1 2 3 45 6 7 8 91011>>