Searched
full:interpolation (Results
276 -
300 of
1360) sorted by null
<<11121314151617181920>>
/external/eigen/demos/opengl/ |
quaternion_demo.cpp | 116 // generic linear interpolation method 126 // linear interpolation of a frame using the type OrientationType 127 // to perform the interpolation of the orientations 299 std::cerr << "Invalid rotation interpolation mode (abort)\n"; 601 // interpolation mode 602 QGroupBox* box = new QGroupBox("spherical interpolation"); 609 but->setToolTip("use quaternion spherical interpolation\nto interpolate orientations");
|
/external/libopus/silk/ |
structs.h | 168 opus_int useInterpolatedNLSFs; /* Flag for using NLSF interpolation */ 176 opus_int first_frame_after_reset; /* Flag for deactivating NLSF interpolation, pitch prediction */ 275 opus_int first_frame_after_reset; /* Flag for deactivating NLSF interpolation */
|
/external/skia/src/gpu/ccpr/ |
GrCCPathProcessor.cpp | 149 using Interpolation = GrGLSLVaryingHandler::Interpolation; 166 args.fOutputColor, Interpolation::kCanBeFlat);
|
/external/skia/src/shaders/gradients/ |
SkGradientShaderPriv.h | 247 kSingle, // interpolation in a single domain [0,1] 248 kThreshold, // interpolation in two domains [0,T) [T,1], with normal clamping 328 // Interpolation intervals, encoded as 4f tuples of (scale, bias)
|
/external/skqp/src/shaders/gradients/ |
SkGradientShaderPriv.h | 242 kSingle, // interpolation in a single domain [0,1] 243 kThreshold, // interpolation in two domains [0,T) [T,1], with normal clamping 323 // Interpolation intervals, encoded as 4f tuples of (scale, bias)
|
/frameworks/av/include/media/ |
Interpolator.h | 35 * and performs interpolation. This is used for the VolumeShaper class. 187 // classic Hermite interpolation 330 // for cubic interpolation, the boundary conditions in slope.
|
/frameworks/av/tools/resampler_tools/ |
fir.cpp | 105 // interpolation of the coefficients below the quantization error 161 int M = 1 << 4; // number of phases for interpolation 256 for (int i=0 ; i<=M ; i++) { // an extra set of coefs for interpolation
|
/frameworks/rs/script_api/include/ |
rs_quaternion.rsh | 260 * rsQuaternionSlerp: Spherical linear interpolation between two quaternions 262 * Performs spherical linear interpolation between two quaternions. 265 * q: Result quaternion from the interpolation.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureTrailDrawingPoints.java | 86 // Because interpolation algorithm in {@link GestureStrokeDrawingPoints} can't determine 88 // of interpolation when new segments are added to the stroke. 90 // be updated by the interpolation
|
/prebuilts/sdk/renderscript/include/ |
rs_quaternion.rsh | 260 * rsQuaternionSlerp: Spherical linear interpolation between two quaternions 262 * Performs spherical linear interpolation between two quaternions. 265 * q: Result quaternion from the interpolation.
|
/external/aac/libAACdec/src/ |
conceal.cpp | 126 3) Interpolation: The interpolation routine swaps the spectral data from the 739 /* Energy interpolation concealment based on 3GPP */ [all...] |
/cts/tests/tests/animation/src/android/animation/cts/ |
InterpolatorTest.java | 60 // Test that when duration is at 1/6 of the total duration, the interpolation is 0.4, per
|
/developers/build/prebuilts/gradle/BasicRenderScript/ |
README.md | 22 manipulation. In this case, each pixel is transformed based on a liner interpolation between its original
|
/developers/samples/android/renderScript/BasicRenderScript/ |
README.md | 22 manipulation. In this case, each pixel is transformed based on a liner interpolation between its original
|
template-params.xml | 83 manipulation. In this case, each pixel is transformed based on a liner interpolation between its original
|
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
Bouncer1.java | 110 // default time interpolation.
|
/external/ImageMagick/utilities/ |
stream.1 | 23 \-interpolate method pixel color interpolation method
|
stream.1.in | 23 \-interpolate method pixel color interpolation method
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
MicrosphereInterpolator.java | 17 package org.apache.commons.math.analysis.interpolation;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
BrentSolver.java | 297 * known, this will force starting with linear interpolation) 350 // Linear interpolation. 354 // Inverse quadratic interpolation. 367 // Inverse quadratic interpolation gives a value
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
ClassicalRungeKuttaStepInterpolator.java | 28 * step computed. The interpolation equation is consistent with the
|
EulerStepInterpolator.java | 27 * step computed. The interpolation equation is consistent with the
|
MidpointStepInterpolator.java | 28 * step computed. The interpolation equation is consistent with the
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
package.html | 27 ODE integrators also build up interpolation models of this evolution <em>inside</em> the
|
/external/deqp/doc/testspecs/GLES3/ |
functional.frag_output.txt | 40 no interpolation is done and flat values are used instead.
|
Completed in 374 milliseconds
<<11121314151617181920>>