Searched defs:interpolation (Results 1 - 25 of 44) 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/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp14 Interpolation interpolation) {
18 this->addVarying(input->fName, &v, interpolation);
23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, argument
25 switch (interpolation) {
37 SK_ABORT("Invalid interpolation");
42 Interpolation interpolation) {
43 SkASSERT(GrSLTypeIsFloatType(varying->type()) || Interpolation::kMustBeFlat == interpolation); local
50 v.fIsFlat = use_flat_interpolation(interpolation, *fProgramBuilder->shaderCaps());
12 addPassThroughAttribute(const GrGeometryProcessor::Attribute* input, const char* output, Interpolation interpolation) argument
41 addVarying(const char* name, GrGLSLVarying* varying, Interpolation interpolation) argument
/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.cpp415 InterpolationQualifier (const SharedPtr& enclosing, const glu::Interpolation& interpolation) argument
417 , m_interpolation (interpolation)
641 variable.interpolation = qualifier->m_interpolation;
681 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/tensorflow/tensorflow/contrib/image/kernels/
H A Dimage_ops.h49 const Interpolation interpolation)
50 : input_(input), transforms_(transforms), interpolation_(interpolation) {}
157 FillProjectiveTransform(Interpolation interpolation) argument
158 : interpolation_(interpolation) {}
47 ProjectiveGenerator(typename TTypes<T, 4>::ConstTensor input, typename TTypes<float>::ConstMatrix transforms, const Interpolation interpolation) argument
/external/tensorflow/tensorflow/core/kernels/
H A Dresize_bilinear_op.cc67 // Compute the interpolation indices only once.
69 int64 lower; // Lower source index used in the interpolation
70 int64 upper; // Upper source index used in the interpolation
79 CachedInterpolation* interpolation) {
80 interpolation[out_size].lower = 0;
81 interpolation[out_size].upper = 0;
84 interpolation[i].lower = static_cast<int64>(in);
85 interpolation[i].upper = std::min(interpolation[i].lower + 1, in_size - 1);
86 interpolation[
76 compute_interpolation_weights(const int64 out_size, const int64 in_size, const float scale, CachedInterpolation* interpolation) argument
[all...]

Completed in 387 milliseconds

12