Searched defs:Interpolate (Results 1 - 7 of 7) sorted by relevance

/external/dng_sdk/source/
H A Ddng_1d_table.h73 real32 Interpolate (real32 x) const function in class:dng_1d_table
88 "dng_1d_table::Interpolate parameter out of range");
H A Ddng_hue_sat_map.cpp261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, function in class:dng_hue_sat_map
329 // Interpolate between the tables.
H A Ddng_gain_map.cpp59 real32 Interpolate () const function in class:dng_gain_map_interpolator
276 real32 dng_gain_map::Interpolate (int32 row, function in class:dng_gain_map
288 return interp.Interpolate ();
581 real32 gain = interp.Interpolate ();
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h227 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) function in class:Eigen::SplineFitting
322 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) function in class:Eigen::SplineFitting
326 return Interpolate(pts, degree, chord_lengths);
/external/webp/src/dsp/
H A Drescaler_neon.c44 static uint32x4_t Interpolate(const rescaler_t* const frow, function
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/
H A Dpicture_csp_enc.c110 static WEBP_INLINE int Interpolate(int v) { function
123 const int y = Interpolate(base_value << shift); // final uplifted value
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h135 unsigned Interpolate : 1; /**< any interpolation info? */ member in struct:tgsi_declaration
158 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member in struct:tgsi_declaration_interp

Completed in 379 milliseconds