Home
last modified time | relevance | path

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

/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/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h290 …SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, co… in Interpolate() function
322 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) in Interpolate() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp128 float CPDF_Function::Interpolate(float x, in Interpolate() function in CPDF_Function
/external/walt/ios/WALT/
DDragLatencyController.mm52 static std::vector<T> Interpolate(const std::vector<S>& x, function
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h136 unsigned Interpolate : 1; /**< any interpolation info? */ member
159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h136 unsigned Interpolate : 1; /**< any interpolation info? */ member
159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/external/webp/src/enc/
Dpicture_csp_enc.c110 static WEBP_INLINE int Interpolate(int v) { in Interpolate() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp671 int Interpolate(int p1, int p2, int delta1, int delta2, bool* overflow) { in Interpolate() function