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

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 73 LVM_FLOAT Interpolate;
155 Interpolate = (LVM_FLOAT)InterpolateShort / 32768.0f;
158 Diff = Diff * Interpolate;
170 LVM_INT16 Interpolate;
252 Interpolate = (LVM_INT16)((Product >> 15) & 0x00007FFF);
255 MUL32x16INTO32(Diff,Interpolate,Diff,15)
  /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 ();
  /frameworks/av/media/libeffects/loudness/dsp/core/
interpolator_base-inl.h 129 T InterpolatorBase<T, Algorithm>::Interpolate(T x) {
132 LoggerError("InterpolatorBase:Interpolate: CachedIndex_ out of bounds "
  /external/pdfium/core/fpdfapi/page/
cpdf_function.cpp 128 float CPDF_Function::Interpolate(float x,
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 227 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree);
239 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters);
290 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters)
322 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree)
326 return Interpolate(pts, degree, chord_lengths);
  /external/webp/src/enc/
picture_csp_enc.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
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 671 int Interpolate(int p1, int p2, int delta1, int delta2, bool* overflow) {
691 int x1 = Interpolate(c0, c3, x, x_scale, overflow);
692 int x2 = Interpolate(c1, c2, x, x_scale, overflow);
693 return Interpolate(x1, x2, y, y_scale, overflow);
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 136 unsigned Interpolate : 1; /**< any interpolation info? */
159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
  /external/virglrenderer/src/gallium/include/pipe/
p_shader_tokens.h 136 unsigned Interpolate : 1; /**< any interpolation info? */
159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */

Completed in 525 milliseconds