HomeSort by relevance Sort by last modified time
    Searched refs:Interpolate (Results 1 - 25 of 38) 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 67 LVM_INT16 Interpolate;
149 Interpolate = (LVM_INT16)((Product >> 15) & 0x00007FFF);
152 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/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/include/pipe/
p_shader_tokens.h 121 unsigned Interpolate : 1; /**< any interpolation info? */
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 107 declaration.Interpolate = 0;
121 unsigned interpolate,
131 assert( interpolate < TGSI_INTERPOLATE_COUNT );
136 declaration.Interpolate = interpolate;
200 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
209 tgsi_build_declaration_interp(unsigned interpolate,
217 di.Interpolate = interpolate;
365 full_decl->Declaration.Interpolate,
    [all...]
tgsi_parse.c 116 if( decl->Declaration.Interpolate ) {
tgsi_dump.c 316 if (decl->Declaration.Interpolate) {
321 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
tgsi_scan.c 161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 282 switch (decl->Interp.Interpolate) {
487 shader->input[i].interpolate = d->Interp.Interpolate;
495 shader->output[i].interpolate = d->Interp.Interpolate;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 301 decl.Declaration.Interpolate = 1;
307 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 237 decl.Declaration.Interpolate = 1;
243 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; /* XXX? */

Completed in 2661 milliseconds

1 2