Searched refs:Interpolate (Results 1 - 25 of 40) sorted by relevance

12

/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_mosaic_info.h178 virtual void Interpolate (dng_host &host,
H A Ddng_gain_map.h123 real32 Interpolate (int32 row,
H A Ddng_hue_sat_map.h226 static dng_hue_sat_map * Interpolate (const dng_hue_sat_map &map1,
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 ();
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_mosaic_info.cpp1003 void Interpolate (dng_pixel_buffer &srcBuffer,
1029 void dng_bilinear_interpolator::Interpolate (dng_pixel_buffer &srcBuffer,
1915 interpolator->Interpolate (srcBuffer,
1959 void dng_mosaic_info::Interpolate (dng_host &host,
H A Ddng_reference.cpp1528 vEncoded = encodeTable->Interpolate (Pin_real32 (v));
1616 v = hasTable ? decodeTable->Interpolate (vEncoded) : vEncoded;
1719 real32 y = table.Interpolate (x);
1755 rr = table.Interpolate (r);\
1756 bb = table.Interpolate (b);\
1799 rr = table.Interpolate (r);
1800 gg = table.Interpolate (g);
H A Ddng_lens_correction.cpp2252 const real64 maxScale = Max_real32 (table32.Interpolate (0.0f),
2253 table32.Interpolate (1.0f));
2276 // Interpolate 32-bit table into 16-bit table.
2286 real32 y = table32.Interpolate (x) * scale1;
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_function.h40 float Interpolate(float x,
H A Dcpdf_sampledfunc.cpp106 Interpolate(inputs[i], m_pDomains[i * 2], m_pDomains[i * 2 + 1],
154 Interpolate(encoded, 0, (float)m_SampleMax, m_DecodeInfo[j].decode_min,
H A Dcpdf_stitchfunc.cpp86 input = Interpolate(input, m_pBounds[i], m_pBounds[i + 1], m_pEncode[i * 2],
H A Dcpdf_function.cpp128 float CPDF_Function::Interpolate(float x, function in class:CPDF_Function
/external/eigen/unsupported/test/
H A Dsplines.cpp214 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/
H A Dtgsi_two_side.c81 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate;
110 decl.Declaration.Interpolate = 1;
115 decl.Interp.Interpolate = ts->front_color_interp[i];
H A Dtgsi_emulate.c54 assert(decl->Declaration.Interpolate);
H A Dtgsi_transform.h140 decl.Declaration.Interpolate = 1;
146 decl.Interp.Interpolate = interp;
161 decl.Declaration.Interpolate = 1;
167 decl.Interp.Interpolate = interp;
H A Dtgsi_build.c107 declaration.Interpolate = 0;
142 declaration.Interpolate = interpolate;
208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
225 di.Interpolate = interpolate;
412 full_decl->Declaration.Interpolate,
447 if (full_decl->Declaration.Interpolate) {
456 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate,
H A Dtgsi_parse.c116 if (decl->Declaration.Interpolate) {
H A Dtgsi_dump.c423 if (decl->Declaration.Interpolate) {
428 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
/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/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c293 decl.Declaration.Interpolate = 1;
294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
/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
/external/walt/ios/WALT/
H A DDragLatencyController.mm52 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 464 milliseconds

12