HomeSort by relevance Sort by last modified time
    Searched refs:Interpolate (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression-inl.h 38 const float decibel = target_gain_to_knee_threshold_.Interpolate(
interpolator_base.h 38 // for (int n = 0; n < data_length; n++) Y[n] = interp.Interpolate(X[n]);
49 T Interpolate(T x);
interpolator_base-inl.h 129 T InterpolatorBase<T, Algorithm>::Interpolate(T x) {
132 LoggerError("InterpolatorBase:Interpolate: CachedIndex_ out of bounds "
  /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_mosaic_info.h 147 /// \param srcPlane Which plane to interpolate.
161 /// \param srcPlane Which plane to interpolate.
176 /// \param srcPlane Which plane to interpolate.
178 virtual void Interpolate (dng_host &host,
dng_gain_map.h 123 real32 Interpolate (int32 row,
dng_hue_sat_map.h 226 static dng_hue_sat_map * Interpolate (const dng_hue_sat_map &map1,
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 ();
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_mosaic_info.cpp 1003 void Interpolate (dng_pixel_buffer &srcBuffer,
1029 void dng_bilinear_interpolator::Interpolate (dng_pixel_buffer &srcBuffer,
    [all...]
dng_reference.cpp 1528 vEncoded = encodeTable->Interpolate (Pin_real32 (v));
1616 v = hasTable ? decodeTable->Interpolate (vEncoded) : vEncoded;
    [all...]
dng_lens_correction.cpp     [all...]
  /external/eigen/unsupported/test/
splines.cpp 214 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3);
226 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3,chord_lengths);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_two_side.c 81 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate;
110 decl.Declaration.Interpolate = 1;
115 decl.Interp.Interpolate = ts->front_color_interp[i];
tgsi_emulate.c 54 assert(decl->Declaration.Interpolate);
tgsi_transform.h 140 decl.Declaration.Interpolate = 1;
146 decl.Interp.Interpolate = interp;
161 decl.Declaration.Interpolate = 1;
167 decl.Interp.Interpolate = interp;
tgsi_build.c 107 declaration.Interpolate = 0;
124 unsigned interpolate,
137 assert( interpolate < TGSI_INTERPOLATE_COUNT );
142 declaration.Interpolate = interpolate;
208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
217 tgsi_build_declaration_interp(unsigned interpolate,
225 di.Interpolate = interpolate;
412 full_decl->Declaration.Interpolate,
    [all...]
tgsi_parse.c 116 if (decl->Declaration.Interpolate) {
  /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/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/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 293 decl.Declaration.Interpolate = 1;
294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 135 unsigned Interpolate : 1; /**< any interpolation info? */
158 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
  /external/walt/ios/WALT/
DragLatencyController.mm 52 static std::vector<T> Interpolate(const std::vector<S>& x,
151 std::vector<CGFloat> laserYs = Interpolate(ts, touchTs, touchYs);
372 std::vector<CGFloat> ly = Interpolate(lt, ft, fy);

Completed in 485 milliseconds

1 2