Searched refs:Interpolate (Results 1 - 25 of 32) 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;
H A Ddng_camera_profile.cpp1222 return dng_hue_sat_map::Interpolate (HueSatDeltas1 (),
/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/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/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h121 unsigned Interpolate : 1; /**< any interpolation info? */ member in struct:tgsi_declaration
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member in struct:tgsi_declaration_interp
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c107 declaration.Interpolate = 0;
136 declaration.Interpolate = interpolate;
200 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
217 di.Interpolate = interpolate;
365 full_decl->Declaration.Interpolate,
397 if (full_decl->Declaration.Interpolate) {
406 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate,
H A Dtgsi_parse.c116 if( decl->Declaration.Interpolate ) {
H A Dtgsi_dump.c316 if (decl->Declaration.Interpolate) {
321 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
H A Dtgsi_scan.c161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
H A Dtgsi_text.c1304 decl.Declaration.Interpolate = 1;
1305 decl.Interp.Interpolate = i;
/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/drivers/radeonsi/
H A Dradeonsi_shader.c282 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/
H A Du_pstipple.c301 decl.Declaration.Interpolate = 1;
307 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c237 decl.Declaration.Interpolate = 1;
243 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; /* XXX? */
H A Ddraw_pipe_aaline.c240 decl.Declaration.Interpolate = 1;
246 decl.Interp.Interpolate = TGSI_INTERPOLATE_PERSPECTIVE;
H A Ddraw_pipe_aapoint.c204 decl.Declaration.Interpolate = 1;
210 decl.Interp.Interpolate = TGSI_INTERPOLATE_PERSPECTIVE;

Completed in 1537 milliseconds

12