HomeSort by relevance Sort by last modified time
    Searched full:interpolation (Results 26 - 50 of 646) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/animation/
RectEvaluator.java 21 * This evaluator can be used to perform type interpolation between <code>Rect</code> values.
35 * @return A linear interpolation between the start and end values, given the
Keyframe.java 25 * object, which defines the time interpolation over the intervalue preceding the keyframe.
50 * (the default) results in linear interpolation over the interval.
65 * an interpolation between the values at those keyframes.
84 * an interpolation between the values at those keyframes.
97 * an interpolation between the values at those keyframes.
116 * an interpolation between the values at those keyframes.
129 * an interpolation between the values at those keyframes.
148 * an interpolation between the values at those keyframes.
204 * that there is no interpolation, which is the same as linear interpolation
    [all...]
TimeInterpolator.java 33 * @return The interpolation value. This value can be more than 1.0 for
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 34 * \param[in] parameters The input parameters. During interpolation one for each data point.
35 * \param[in] degree The spline degree which is used during the interpolation.
38 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data
55 * \brief Computes chord length parameters which are required for spline interpolation.
61 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data
108 * \param knot_parameters The knot parameters for the interpolation.
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB888toRGB888.c 45 * For resizing bilinear interpolation linearly interpolates along
46 * each row, and then uses that result in a linear interpolation down each column.
176 Bilinear interpolation linearly interpolates along each row, and then uses that
177 result in a linear interpolation donw each column. Each estimated pixel in the
203 interpolation
214 column for interpolation
226 row for interpolation
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 64 * Set interpolation interval.
70 * @param p0 the index just before interpolation interval. If <code>p1</code> points the start
73 * @param p1 the start index of interpolation interval.
74 * @param p2 the end index of interpolation interval.
75 * @param p3 the index just after interpolation interval. If <code>p2</code> points the end of
138 * Calculate interpolation value at <code>t</code> in unit interval <code>[0,1]</code>.
149 * @param t the interpolation parameter. The value must be in close interval <code>[0,1]</code>.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 13 * interpolation
28 * interpolation described in ISO/IEC 14496-2, subclause 7.6.2.
70 * interpolation described in ISO/IEC 14496-2, subclause 7.6.2.
114 * horizontal and vertical interpolation described in ISO/IEC 14496-2,
175 * [in] predictType bilinear interpolation type, as defined in section 6.2.1.2.
215 * moved with interpolation.
251 * interpolation described in [ISO14496-2], subclause 7.6.2.
263 * is moved with interpolation.
264 * predictType - bilinear interpolation type, as defined in section
  /external/chromium_org/third_party/opus/src/silk/
LP_variable_cutoff.c 53 /* Piece-wise linear interpolation of B and A */
70 /* Piece-wise linear interpolation of B and A */
97 /* piece-wise linear interpolation between elliptic filters */
113 /* Calculate index and interpolation factor for interpolation */
sigm_Q15.c 61 /* Linear interpolation of look up table */
70 /* Linear interpolation of look up table */
  /frameworks/av/media/libeffects/testlibs/
AudioCoefInterpolator.h 25 // A helper class for linear interpolation of N-D -> M-D coefficient tables.
34 // 1.4 will result in linear interpolation between index 1 and index 2.
89 // Scalar interpolation of two data points.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 12 * This function will calculate 1/8 Pixel interpolation for Chroma Block
28 * Performs 1/8-pixel interpolation for inter chroma MB.
40 * roi -Dimension of the interpolation region; the parameters roi.width and
omxVCM4P10_InterpolateLuma.c 12 * This function will calculate Performs quarter-pixel interpolation
27 * Performs quarter-pixel interpolation for inter luma MB. It is assumed that
40 * roi -Dimension of the interpolation region; the parameters roi.width and
  /external/chromium_org/third_party/WebKit/Source/core/svg/
svgattrs.in 32 color-interpolation
33 color-interpolation-filters
  /external/chromium_org/third_party/WebKit/public/platform/
WebTransformOperations.h 39 // false if we must resort to matrix interpolation, and matrix interpolation
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIMachineFunctionInfo.h 11 // register, which is to tell the hardware which interpolation parameters to
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_h_armv6.asm 43 ; bilinear interpolation
73 ; bilinear interpolation
104 ; bilinear interpolation
135 ; bilinear interpolation
vp8_variance_halfpixvar16x16_v_armv6.asm 44 ; bilinear interpolation
74 ; bilinear interpolation
105 ; bilinear interpolation
136 ; bilinear interpolation
  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 42 * refer to. Used for motion vector interpolation.
error_concealment.h 27 /* Functions for spatial MV interpolation */
  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.h 23 /// tells the hardware which interpolation parameters to load.
  /external/mesa3d/src/gallium/drivers/radeon/
SIMachineFunctionInfo.h 11 // register, which is to tell the hardware which interpolation parameters to
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 35 // Interpolation coefficients; generated by design_pitch_filter.m.
112 // No interpolation if pitch lag step is big.
122 // Calculate interpolation steps.
192 // No interpolation if pitch lag step is big.
203 // Calculate interpolation steps.
  /external/ceres-solver/internal/ceres/
line_search.cc 163 // BISECTION interpolation. Using BISECTION when trying to expand is
166 // agnostic to the interpolation type.
173 << "Ceres bug: lower-bound sample for interpolation is invalid, "
185 // Two point interpolation using function values and the
190 // Three point interpolation, using function values and the
195 // Two point interpolation using the function values and the gradients.
199 // Three point interpolation using the function values and
476 // Irrespective of the interpolation type we are using, we now need the
538 // We are performing 2-point interpolation only here, but the API of
540 // 3-point interpolation, so pad call with a sample with an invali
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 320 "bar=something %(with1)s interpolation (1 step)\n"
321 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
322 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
323 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
340 "[Interpolation Error]\n"
365 "lots of interpolation (11 steps)"),
371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
373 "something with lots of interpolation (9 steps)")
375 "something with lots of interpolation (10 steps)")
381 "Interpolation Error", "name"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 320 "bar=something %(with1)s interpolation (1 step)\n"
321 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
322 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
323 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
340 "[Interpolation Error]\n"
365 "lots of interpolation (11 steps)"),
371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
373 "something with lots of interpolation (9 steps)")
375 "something with lots of interpolation (10 steps)")
381 "Interpolation Error", "name"
    [all...]

Completed in 519 milliseconds

12 3 4 5 6 7 8 91011>>