Searched defs:interpolation (Results 1 - 25 of 35) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DLinearInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
27 * Implements a linear function for interpolation of real univariate functions.
34 * @param x the arguments for the interpolation points
35 * @param y the values for the interpolation points
H A DMultivariateRealInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
33 * @param xval the arguments for the interpolation points.
34 * {@code xval[i][0]} is the first component of interpolation point
36 * until {@code xval[i][d-1]}, the last component of that interpolation
38 * @param yval the values for the interpolation points
41 * interpolation algorithm or some dimension mismatch occurs
H A DSplineInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
27 * Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
46 * The cubic spline interpolation algorithm implemented is as described in R.L. Burden, J.D. Faires,
57 * @param x the arguments for the interpolation points
58 * @param y the values for the interpolation points
H A DUnivariateRealInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
31 * @param xval the arguments for the interpolation points
32 * @param yval the values for the interpolation points
35 * interpolation algorithm
H A DBicubicSplineInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
H A DBivariateRealGridInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
32 * @param xval All the x-coordinates of the interpolation points, sorted
34 * @param yval All the y-coordinates of the interpolation points, sorted
36 * @param fval The values of the interpolation points on all the grid knots:
40 * interpolation algorithm.
H A DDividedDifferenceInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
28 * Divided Difference Algorithm</a> for interpolation of real univariate
63 * When used for interpolation, the Newton form formula becomes
H A DNevilleInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
26 * Neville's Algorithm</a> for interpolation of real univariate functions. For
H A DSmoothingBicubicSplineInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
30 * Generates a bicubic interpolation function.
39 * Please use {@link org.apache.commons.math.analysis.interpolation.BicubicSplineInterpolator}
41 * {@link org.apache.commons.math.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator}.
H A DSmoothingPolynomialBicubicSplineInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
28 * Generates a bicubic interpolation function.
H A DTricubicSplineInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
H A DTrivariateRealGridInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
33 * @param xval All the x-coordinates of the interpolation points, sorted
35 * @param yval All the y-coordinates of the interpolation points, sorted
37 * @param zval All the z-coordinates of the interpolation points, sorted
39 * @param fval the values of the interpolation points on all the grid knots:
45 * interpolation algorithm.
H A DMicrosphereInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
H A DBicubicSplineInterpolatingFunction.java17 package org.apache.commons.math.analysis.interpolation;
29 * bicubic spline interpolation</a>.
H A DLoessInterpolator.java17 package org.apache.commons.math.analysis.interpolation;
30 * Local Regression Algorithm</a> (also Loess, Lowess) for interpolation of
38 * This class implements both the loess method and serves as an interpolation
166 * {@link org.apache.commons.math.analysis.interpolation.SplineInterpolator}
169 * @param xval the arguments for the interpolation points
170 * @param yval the values for the interpolation points
187 * @param xval the arguments for the interpolation points
188 * @param yval the values for the interpolation points
349 * @param xval the arguments for the interpolation points
350 * @param yval the values for the interpolation point
[all...]
H A DMicrosphereInterpolatingFunction.java17 package org.apache.commons.math.analysis.interpolation;
45 * Internal accounting data for the interpolation algorithm.
130 * @param xval the arguments for the interpolation points.
131 * {@code xval[i][0]} is the first component of interpolation point
133 * until {@code xval[i][d-1]}, the last component of that interpolation
136 * @param yval the values for the interpolation points
142 * {@code xval} (equal to {@code n}, the number of interpolation points)
200 // Vector between interpolation point and current sample point.
205 // No need to interpolate, as the interpolation point is
H A DTricubicSplineInterpolatingFunction.java17 package org.apache.commons.math.analysis.interpolation;
28 * tricubic spline interpolation</a>, as proposed in
30 * Tricubic interpolation in three dimensions<br/>
444 * @param x x-coordinate of the interpolation point.
445 * @param y y-coordinate of the interpolation point.
446 * @param z z-coordinate of the interpolation point.
/external/deqp/framework/opengl/
H A DgluVarType.cpp177 const char* getInterpolationName (Interpolation interpolation) argument
181 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation);
261 , interpolation (interpolation_)
272 interpolation == other.interpolation &&
336 if (decl.interpolation != INTERPOLATION_LAST)
337 str << getInterpolationName(decl.interpolation) << " ";
H A DgluVarType.hpp192 const char* getInterpolationName (Interpolation interpolation);
264 Interpolation interpolation; member in struct:glu::VariableDeclaration
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) argument
159 switch (interpolation)
166 DE_FATAL("Invalid interpolation");
173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) argument
175 switch (interpolation)
182 DE_FATAL("Invalid interpolation");
314 // interpolation can only be either smooth or flat. Auxiliary storage does not matter.
375 outputs[i].interpolation = varyings.frgInputs[i].interpolation;
794 const VaryingInterpolation vertexInterpolation = getVaryingInterpolation(varyings.vtxOutputs[ndx].interpolation);
[all...]
H A Des31fProgramInterfaceQueryTests.cpp404 InterpolationQualifier (const SharedPtr& enclosing, const glu::Interpolation& interpolation) argument
406 , m_interpolation (interpolation)
630 variable.interpolation = qualifier->m_interpolation;
670 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c152 * FUNCTION : Performs linear interpolation in one dimension.
225 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
258 int interpolation = 0; local
315 interpolation = 1;
342 if (interpolation) {
367 if (interpolation)
468 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp43 unsigned interpolation; member in struct:tgsi_interpolation
685 inputs[idx] = ureg_DECL_fs_input_cyl_centroid(ureg, TGSI_SEMANTIC_GENERIC, idx, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].interpolation, 0, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].centroid);
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp101 , interpolation (interp_)
107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member in struct:deqp::gles3::Functional::TransformFeedback::Varying
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n";
1337 BasicTypeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation)
1340 m_progSpec.addVarying("v_varA", glu::VarType(type, precision), interpolation);
1341 m_progSpec.addVarying("v_varB", glu::VarType(type, precision), interpolation);
1351 BasicArrayCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation)
1359 m_progSpec.addVarying("v_varA", glu::VarType(glu::VarType(type, precision), 1), interpolation);
1360 m_progSpec.addVarying("v_varB", glu::VarType(glu::VarType(type, precision), 2), interpolation);
1364 m_progSpec.addVarying("v_varA", glu::VarType(glu::VarType(type, precision), 3), interpolation);
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h115 unsigned interpolation : 5; member in struct:sm4_token_instruction::__anon14895::__anon14902

Completed in 300 milliseconds

12