HomeSort by relevance Sort by last modified time
    Searched refs:interpolation (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /prebuilts/misc/common/robolectric/3.1.1/lib/
plexus-interpolation-1.11.jar 
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/
plexus-interpolation-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/
plexus-interpolation-1.21.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BivariateRealGridInterpolator.java 17 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.
MultivariateRealInterpolator.java 17 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
TrivariateRealGridInterpolator.java 17 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.
UnivariateRealInterpolator.java 17 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
NevilleInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
26 * Neville's Algorithm</a> for interpolation of real univariate functions. For
DividedDifferenceInterpolator.java 17 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
LinearInterpolator.java 17 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
MicrosphereInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
  /external/skia/src/gpu/glsl/
GrGLSLVarying.cpp 14 Interpolation interpolation) {
18 this->addVarying(input->fName, &v, interpolation);
23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation,
25 switch (interpolation) {
26 using Interpolation = GrGLSLVaryingHandler::Interpolation;
27 case Interpolation::kInterpolated:
29 case Interpolation::kCanBeFlat
43 SkASSERT(GrSLTypeIsFloatType(varying->type()) || Interpolation::kMustBeFlat == interpolation); local
    [all...]
  /external/tensorflow/tensorflow/contrib/image/python/ops/
image_ops.py 42 def rotate(images, angles, interpolation="NEAREST", name=None):
52 interpolation: Interpolation mode. Supported values: "NEAREST", "BILINEAR".
84 interpolation=interpolation)
95 def translate(images, translations, interpolation="NEAREST", name=None):
106 interpolation: Interpolation mode. Supported values: "NEAREST", "BILINEAR".
120 interpolation=interpolation)
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
sample_stats_test.py 272 x, q=q, interpolation=self._interpolation, axis=0)
275 x, q=q, interpolation=self._interpolation, axis=[0])
283 x, q=q, interpolation=self._interpolation)
285 pct = sample_stats.percentile(x, q=q, interpolation=self._interpolation)
293 x, q=q, interpolation=self._interpolation, axis=0)
297 x, q=q, interpolation=self._interpolation, axis=[0])
299 x, q=q, interpolation=self._interpolation, axis=[0])
309 x, q=q, interpolation=self._interpolation, axis=0)
312 x, q=q, interpolation=self._interpolation, axis=[0])
320 x, q=q, interpolation=self._interpolation, keepdims=True, axis=0
    [all...]
  /external/tensorflow/tensorflow/contrib/image/kernels/
image_ops.h 31 enum Interpolation { INTERPOLATION_NEAREST, INTERPOLATION_BILINEAR };
41 const Interpolation interpolation_;
49 const Interpolation interpolation)
50 : input_(input), transforms_(transforms), interpolation_(interpolation) {}
147 using generator::Interpolation;
155 const Interpolation interpolation_;
157 FillProjectiveTransform(Interpolation interpolation)
158 : interpolation_(interpolation) {}
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_interpolation_map.c 59 /* Set up interpolation modes for every element in the VUE */
85 var->data.interpolation);
90 slot_count, var->data.interpolation);
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /external/deqp/framework/opengl/
gluVarType.cpp 177 const char* getInterpolationName (Interpolation interpolation)
181 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation);
259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryAccessQualifierBits_)
261 , interpolation (interpolation_)
272 interpolation == other.interpolation &&
336 if (decl.interpolation != INTERPOLATION_LAST)
337 str << getInterpolationName(decl.interpolation) << " ";
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 199 float interpolation = interpolatedValue; local
204 interpolation = customInterpolator.getInterpolation(transformationAmount);
209 interpolation)); local
212 float interpolation = interpolatedValue; local
217 interpolation = customInterpolator.getInterpolation(transformationAmount);
222 interpolation)); local
340 float interpolation = interpolatedValue; local
348 interpolation = customInterpolator.getInterpolation(transformationAmount);
353 interpolation)); local
357 float interpolation = interpolatedValue local
370 interpolation)); local
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
sample_stats.py 217 # Make work with "linear", "midpoint" interpolation. (linear should be default)
221 interpolation=None,
231 `interpolation` parameter will determine the percentile if the normalized
239 # Get 30th percentile with default ('nearest') interpolation.
244 # Get 30th percentile with 'lower' interpolation
246 percentile(x, q=30., interpolation='lower')
273 interpolation : {"lower", "higher", "nearest"}. Default: "nearest"
274 This optional parameter specifies the interpolation method to
290 ValueError: If argument 'interpolation' is not an allowed type.
295 if interpolation is None
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
resize_bilinear_op.cc 67 // 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[i].lerp = in - interpolation[i].lower
    [all...]
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_a9q.s 26 @* Contains function definitions for inter prediction horizontal quarter pel interpolation.
53 @* sec 8.4.2.2.1 titled "Luma sample interpolation process"
172 vld1.32 {d12, d13}, [r7], r2 @Load value for interpolation (column1,row0)
176 vrhadd.u8 q10, q6, q10 @Interpolation step for qpel calculation
181 vld1.32 {d12, d13}, [r7], r2 @Load value for interpolation (column1,row1)
182 vrhadd.u8 q9, q6, q9 @Interpolation step for qpel calculation
215 vld1.32 d12, [r7], r2 @Load value for interpolation (column1,row0)
216 vld1.32 d13, [r7], r2 @Load value for interpolation (column1,row1)
218 vrhadd.u8 q9, q6, q9 @Interpolation step for qpel calculation
243 vld1.32 d12, [r7], r2 @Load value for interpolation (column1,row0
    [all...]

Completed in 373 milliseconds

1 2 3 4 5 6 7