HomeSort by relevance Sort by last modified time
    Searched full:interpolation (Results 326 - 350 of 1340) sorted by null

<<11121314151617181920>>

  /development/ndk/sources/android/ndk_helper/
interpolator.cpp 50 //init the parameters for the interpolation process
114 // simple linear interpolation - no easing
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingPolynomialBicubicSplineInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
28 * Generates a bicubic interpolation function.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DummyStepInterpolator.java 27 * set up by the user does not need step interpolation. It does not
95 * @param theta normalized interpolation abscissa within the step
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
background-image-interpolation.html 19 <script src="resources/interpolation-test.js"></script>
115 // The interpolation of different numbers of background-images looks a bit strange here.
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.multisample_interpolation.txt 19 Multisample interpolation tests
99 value should be equal to the interpolation offset.
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.cpp 21 * \brief Multisample interpolation state query tests
150 : TestCaseGroup(context, "multisample_interpolation", "Test multisample interpolation states")
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h 84 /** \returns the spherical interpolation between \c *this and \a other using
85 * parameter \a t. It is in fact equivalent to a linear interpolation.
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 92 /** \returns the spherical interpolation between \c *this and \a other using
93 * parameter \a t. It is in fact equivalent to a linear interpolation.
  /external/eigen/unsupported/test/
splines.cpp 212 // interpolation without knot parameters
224 // interpolation with given knot parameters
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ColorInfluencer.java 69 ParticleChannels.Interpolation.id = controller.particleChannels.newId();
70 alphaInterpolationChannel = controller.particles.addChannel(ParticleChannels.Interpolation);
  /external/libopus/silk/
decode_parameters.c 57 /* If just reset, e.g., because internal Fs changed, do not allow interpolation */
64 /* Calculation of the interpolated NLSF0 vector from the interpolation factor, */
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_multisample_state.c 70 * improve the accuracy of centroid interpolation, since the hardware
71 * implements centroid interpolation by choosing the centermost sample
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NPP_staging.hpp 107 /** Frame interpolation state
109 * This structure holds parameters required for frame interpolation.
130 /** Size of a buffer required for interpolation.
244 * For 1x1 PSF only single pixel with the largest intersection is affected (similar to nearest interpolation).
305 * Resizes image using specified filter (interpolation type)
317 * \param interpolation [IN] Interpolation type
332 NppStInterpMode interpolation);
    [all...]
  /external/opencv3/modules/shape/include/opencv2/shape/
shape_transformer.hpp 81 @param flags Image interpolation method.
101 /** @brief Set the regularization parameter for relaxing the exact interpolation requirements of the TPS
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_perf.hpp 56 #define ALL_INTERPOLATIONS Interpolation::all()
59 CV_ENUM(Interpolation, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_AREA)
  /external/skia/src/gpu/
SkGrPriv.h 79 unpremultiplied so that interpolation is done in unpremul space. The paint's alpha will be
80 applied to the primitive color after interpolation. */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 139 /* Max rel. step for interpolation */
141 /* Max rel. step for interpolation */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pred_lt4.c 21 * fractional interpolation of resolution 1/4 *
33 /* 1/4 resolution interpolation filter (-3 dB at 0.856*fs/2) in Q14 */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 56 ;// destination pointed by (pDst) for horizontal interpolation.
159 ;// destination pointed by (pDst) for vertical interpolation.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 56 ;// destination pointed by (pDst) for horizontal interpolation.
159 ;// destination pointed by (pDst) for vertical interpolation.
  /frameworks/base/libs/hwui/
PropertyValuesHolder.h 75 // fall back to linear interpolation.
81 // data source is set, we'll favor data source over the linear interpolation of start/end value
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ConfigParser.py 30 interpolation. Note that `__name__' is always an intrinsic default;
166 """Base class for interpolation-related exceptions."""
196 msg = ("Value interpolation too deeply recursive:\n"
597 optional argument `raw' is true. Values for interpolation keys are
658 # do the string interpolation
689 # do the string interpolation
716 "bad interpolation variable reference %r" % rest)
751 raise ValueError("invalid interpolation syntax in %r at "
  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 30 interpolation. Note that `__name__' is always an intrinsic default;
166 """Base class for interpolation-related exceptions."""
196 msg = ("Value interpolation too deeply recursive:\n"
597 optional argument `raw' is true. Values for interpolation keys are
658 # do the string interpolation
689 # do the string interpolation
716 "bad interpolation variable reference %r" % rest)
751 raise ValueError("invalid interpolation syntax in %r at "
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 30 interpolation. Note that `__name__' is always an intrinsic default;
166 """Base class for interpolation-related exceptions."""
196 msg = ("Value interpolation too deeply recursive:\n"
597 optional argument `raw' is true. Values for interpolation keys are
658 # do the string interpolation
689 # do the string interpolation
716 "bad interpolation variable reference %r" % rest)
751 raise ValueError("invalid interpolation syntax in %r at "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 30 interpolation. Note that `__name__' is always an intrinsic default;
166 """Base class for interpolation-related exceptions."""
196 msg = ("Value interpolation too deeply recursive:\n"
597 optional argument `raw' is true. Values for interpolation keys are
658 # do the string interpolation
689 # do the string interpolation
716 "bad interpolation variable reference %r" % rest)
751 raise ValueError("invalid interpolation syntax in %r at "

Completed in 919 milliseconds

<<11121314151617181920>>