Home
last modified time | relevance | path

Searched defs:Interpolate (Results 1 – 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h116 …SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, co… in Interpolate() function
148 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) in Interpolate() function
/external/dng_sdk/source/
Ddng_1d_table.h73 real32 Interpolate (real32 x) const in Interpolate() function
Ddng_gain_map.cpp59 real32 Interpolate () const in Interpolate() function in dng_gain_map_interpolator
276 real32 dng_gain_map::Interpolate (int32 row, in Interpolate() function in dng_gain_map
Ddng_hue_sat_map.cpp261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, in Interpolate() function in dng_hue_sat_map
Ddng_mosaic_info.cpp1029 void dng_bilinear_interpolator::Interpolate (dng_pixel_buffer &srcBuffer, in Interpolate() function in dng_bilinear_interpolator
1959 void dng_mosaic_info::Interpolate (dng_host &host, in Interpolate() function in dng_mosaic_info
/external/webp/src/dsp/
Drescaler_neon.c44 static uint32x4_t Interpolate(const rescaler_t* const frow, in Interpolate() function
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h121 unsigned Interpolate : 1; /**< any interpolation info? */ member
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/external/webp/src/enc/
Dpicture_csp.c110 static WEBP_INLINE int Interpolate(int v) { in Interpolate() function