/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTQuaternion.h | 136 @param[out] qOut Result of the interpolation 139 @param[in] t Coefficient of interpolation 140 @brief Perform a Spherical Linear intERPolation between quaternion A 151 @param[out] qOut Result of the interpolation 154 @param[in] t Coefficient of interpolation 155 @brief Perform a Spherical Linear intERPolation between quaternion A
|
/external/universal-tween-engine/ |
README.md | 11 The Universal Tween Engine enables the interpolation of every attribute from any object in any Java project (being Swing, SWT, OpenGL or even Console-based). Implement the TweenAccessor interface, register it to the engine, and animate anything you want! 16 // Arguments are (1) the target, (2) the type of interpolation, 90 * Supports every interpolation function defined by [Robert Penner](http://www.robertpenner.com/easing/). 91 * Can be used with any object. You just have to implement the TweenAccessor interface when you want interpolation capacities. 93 * One line is sufficient to create and start a simple interpolation. 94 * Delays can be specified, to trigger the interpolation only after some time.
|
/prebuilts/misc/common/robolectric/3.1.1/lib/ |
plexus-utils-1.5.15.pom | 48 <!-- NOTE: plexus-interpolation is SHADED INTO plexus-utils. 50 interpolation classes in plexus-utils to the current 51 implementation, which was broken out into plexus-interpolation. 56 <artifactId>plexus-interpolation</artifactId> 131 <include>org.codehaus.plexus:plexus-interpolation</include> 136 <pattern>org.codehaus.plexus.interpolation</pattern>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/ |
plexus-utils-1.5.15.pom | 48 <!-- NOTE: plexus-interpolation is SHADED INTO plexus-utils. 50 interpolation classes in plexus-utils to the current 51 implementation, which was broken out into plexus-interpolation. 56 <artifactId>plexus-interpolation</artifactId> 131 <include>org.codehaus.plexus:plexus-interpolation</include> 136 <pattern>org.codehaus.plexus.interpolation</pattern>
|
/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...] |
quantized_resize_bilinear_op.cc | 37 // Compute the interpolation indices only once. 40 std::vector<int64> lower; // Lower source index used in the interpolation 41 std::vector<int64> upper; // Upper source index used in the interpolation 51 const int resolution, InterpolationCache<T_SCALE>* interpolation) { 52 interpolation->lower.resize(out_size + 1); 53 interpolation->upper.resize(out_size + 1); 54 interpolation->lerp.resize(out_size + 1); 55 interpolation->ilerp.resize(out_size + 1); 57 interpolation->lower[out_size] = 0; 58 interpolation->upper[out_size] = 0 [all...] |
/external/eigen/unsupported/Eigen/src/Splines/ |
SplineFitting.h | 38 * \param[in] parameters The input parameters. During interpolation one for each data point. 39 * \param[in] degree The spline degree which is used during the interpolation. 42 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data 62 * \param[in] parameters The parameters at which the interpolation B-Spline 63 * will intersect the given interpolation points. The parameters 74 * Curve interpolation with directional constraints for engineering design. 180 * \brief Computes chord length parameters which are required for spline interpolation. 186 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data 234 * \param knot_parameters The knot parameters for the interpolation. 246 * \param derivatives The desired derivatives of the interpolating spline at interpolation [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
GaussianParametersGuesser.java | 142 * @param points points to use for interpolation 144 * interpolation bounds points 145 * @param idxStep index step for search for interpolation bounds points 173 * Gets the two bounding interpolation points from the specified points 176 * @param points points to use for interpolation 178 * interpolation bounds points 179 * @param idxStep index step for search for interpolation bounds points
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
HermiteInterpolator.java | 64 * Set interpolation interval. 70 * @param p0 the index just before interpolation interval. If <code>p1</code> points the start 73 * @param p1 the start index of interpolation interval. 74 * @param p2 the end index of interpolation interval. 75 * @param p3 the index just after interpolation interval. If <code>p2</code> points the end of 138 * Calculate interpolation value at <code>t</code> in unit interval <code>[0,1]</code>. 149 * @param t the interpolation parameter. The value must be in close interval <code>[0,1]</code>.
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
quaternion.hpp | 189 /// Spherical linear interpolation of two quaternions. 190 /// The interpolation is oriented and the rotation is performed at constant speed. 191 /// For short path spherical linear interpolation, use the slerp function. 195 /// @param a Interpolation factor. The interpolation is defined beyond the range [0, 1]. 205 /// Linear interpolation of two quaternions. 206 /// The interpolation is oriented. 210 /// @param a Interpolation factor. The interpolation is defined in the range [0, 1]. 219 /// Spherical linear interpolation of two quaternions [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
quaternion.hpp | 189 /// Spherical linear interpolation of two quaternions. 190 /// The interpolation is oriented and the rotation is performed at constant speed. 191 /// For short path spherical linear interpolation, use the slerp function. 195 /// @param a Interpolation factor. The interpolation is defined beyond the range [0, 1]. 205 /// Linear interpolation of two quaternions. 206 /// The interpolation is oriented. 210 /// @param a Interpolation factor. The interpolation is defined in the range [0, 1]. 219 /// Spherical linear interpolation of two quaternions [all...] |
/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) << " ";
|
/external/ImageMagick/MagickCore/ |
pixel.h | 115 BilinearInterpolatePixel, /* Triangular filter interpolation */ 117 CatromInterpolatePixel, /* Catmull-Rom interpolation */ 118 IntegerInterpolatePixel, /* Integer (floor) interpolation */ 119 MeshInterpolatePixel, /* Triangular Mesh interpolation */ 121 SplineInterpolatePixel /* Cubic Spline (blurred) interpolation */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
SplineInterpolator.java | 17 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
|
/external/libopus/silk/ |
LP_variable_cutoff.c | 53 /* Piece-wise linear interpolation of B and A */ 70 /* Piece-wise linear interpolation of B and A */ 97 /* piece-wise linear interpolation between elliptic filters */ 113 /* Calculate index and interpolation factor for interpolation */
|
/external/libavc/common/armv8/ |
ih264_inter_pred_luma_horz_qpel_av8.s | 26 //* Contains function definitions for inter prediction horizontal quarter pel interpolation. 53 //* sec 8.4.2.2.1 titled "Luma sample interpolation process" 183 ld1 {v12.2s, v13.2s}, [x7], x2 //Load value for interpolation (column1,row0) 188 urhadd v20.16b, v12.16b , v20.16b //Interpolation step for qpel calculation 189 urhadd v21.16b, v13.16b , v21.16b //Interpolation step for qpel calculation 199 ld1 {v12.2s, v13.2s}, [x7], x2 //Load value for interpolation (column1,row1) 201 urhadd v18.16b, v12.16b , v18.16b //Interpolation step for qpel calculation 202 urhadd v19.16b, v13.16b , v19.16b //Interpolation step for qpel calculation 244 ld1 {v12.2s, v13.2s}, [x7], x2 //Load value for interpolation (column1,row2) 249 urhadd v20.16b, v12.16b , v20.16b //Interpolation step for qpel calculatio [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/ |
maven-model-builder-3.3.9.jar | |
/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/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...] |
/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);
|
/external/skia/src/gpu/ |
GrShaderCaps.cpp | 113 writer->appendBool("Flat interpolation support", fFlatInterpolationSupport); 114 writer->appendBool("Prefer flat interpolation", fPreferFlatInterpolation); 115 writer->appendBool("No perspective interpolation support", fNoPerspectiveInterpolationSupport);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
decoder_interpolate_lsf.c | 45 /* subframe 1: Interpolation between old and first LSF */ 52 /* subframes 2 to 6: interpolation between first and last LSF */ 64 /* subframes 1 to 4: interpolation between old and new LSF */
|
/frameworks/av/media/libeffects/testlibs/ |
AudioCoefInterpolator.h | 25 // A helper class for linear interpolation of N-D -> M-D coefficient tables. 34 // 1.4 will result in linear interpolation between index 1 and index 2. 89 // Scalar interpolation of two data points.
|
/frameworks/base/core/java/android/animation/ |
Keyframe.java | 25 * object, which defines the time interpolation over the intervalue preceding the keyframe. 64 * (the default) results in linear interpolation over the interval. 74 * an interpolation between the values at those keyframes. 93 * an interpolation between the values at those keyframes. 106 * an interpolation between the values at those keyframes. 125 * an interpolation between the values at those keyframes. 138 * an interpolation between the values at those keyframes. 157 * an interpolation between the values at those keyframes. 227 * that there is no interpolation, which is the same as linear interpolation [all...] |
/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...] |