HomeSort by relevance Sort by last modified time
    Searched defs:Interpolate (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 67 LVM_INT16 Interpolate;
149 Interpolate = (LVM_INT16)((Product >> 15) & 0x00007FFF);
152 MUL32x16INTO32(Diff,Interpolate,Diff,15)
  /frameworks/av/media/libeffects/loudness/dsp/core/
interpolator_base-inl.h 127 T InterpolatorBase<T, Algorithm>::Interpolate(T x) {
130 LoggerError("InterpolatorBase:Interpolate: CachedIndex_ out of bounds "
  /external/dng_sdk/source/
dng_1d_table.h 63 /// \param subSample If true, only sample the function a limited number of times and interpolate.
69 /// Lookup and interpolate mapping for an input.
73 real32 Interpolate (real32 x) const
88 "dng_1d_table::Interpolate parameter out of range");
dng_hue_sat_map.cpp 261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1,
329 // Interpolate between the tables.
dng_gain_map.cpp 59 real32 Interpolate () const
276 real32 dng_gain_map::Interpolate (int32 row,
288 return interp.Interpolate ();
581 real32 gain = interp.Interpolate ();
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 99 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree);
111 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters);
116 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters)
148 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree)
152 return Interpolate(pts, degree, chord_lengths);
  /external/webp/src/dsp/
rescaler_neon.c 44 static uint32x4_t Interpolate(const rescaler_t* const frow,
94 Interpolate(frow + x_out + 0, irow + x_out + 0, A, B);
96 Interpolate(frow + x_out + 4, irow + x_out + 4, A, B);
  /external/webp/src/enc/
picture_csp.c 110 static WEBP_INLINE int Interpolate(int v) {
115 const int y = v1 * x + v0 * ((kGammaTabScale << 2) - x); // interpolate
123 const int y = Interpolate(base_value << shift); // final uplifted value
208 const float y = v1 * x + v0 * (1.f - x); // interpolate
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 121 unsigned Interpolate : 1; /**< any interpolation info? */
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */

Completed in 182 milliseconds