HomeSort by relevance Sort by last modified time
    Searched full:interpolation (Results 101 - 125 of 646) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/opus/src/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, */
structs.h 166 opus_int useInterpolatedNLSFs; /* Flag for using NLSF interpolation */
175 opus_int first_frame_after_reset; /* Flag for deactivating NLSF interpolation, pitch prediction */
272 opus_int first_frame_after_reset; /* Flag for deactivating NLSF interpolation */
  /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 89 /** \returns the spherical interpolation between \c *this and \a other using
90 * parameter \a t. It is in fact equivalent to a linear interpolation.
  /external/eigen/unsupported/test/
splines.cpp 208 // interpolation without knot parameters
220 // interpolation with given knot parameters
  /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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 138 /* Max rel. step for interpolation */
140 /* 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 42 ;// destination pointed by (pDst) for horizontal interpolation.
145 ;// destination pointed by (pDst) for vertical interpolation.
omxVCM4P10_InterpolateLuma_s.s 17 ;// Performs quarter pel interpolation of inter luma MB.
27 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
107 ;// Interpolation of luma is implemented by processing block of pixels, size 4x4 at a time.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 42 ;// destination pointed by (pDst) for horizontal interpolation.
145 ;// destination pointed by (pDst) for vertical interpolation.
  /frameworks/base/core/java/android/util/
Spline.java 20 * Performs spline interpolation given a set of control points.
132 // Perform cubic Hermite spline interpolation.
  /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 "
  /external/chromium_org/media/base/
yuv_convert.cc 437 // Intermediate buffer for vertical interpolation.
455 // For each destination row perform interpolation and color space
463 // Locate the first row for each plane for interpolation.
471 // Locate the second row for interpolation, being careful not to overrun.
495 // Perform horizontal interpolation and color space conversion.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.java 107 if(dataArray.length==1) {//special case; use only one color for all types of colorband interpolation
244 throw new IllegalStateException("Unknown interpolation type: " + colorBand.ipoType);
252 * This method returns the data for either B-spline of Cardinal interpolation.
271 throw new IllegalStateException("Cannot get interpolation data for other colorband types than B-spline and Cardinal!");
316 //interpolation types
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 183 float interpolation; local
193 interpolation = x - (int) x;
194 intX = ((highX - low) * interpolation) + low;
202 interpolation = z - (int) z;
203 intZ = ((highZ - low) * interpolation) + low;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 197 * to Lloyd's algorithm (the interpolation modes are even worse).
254 /* compute interpolation vector */ \
659 GLfloat b, iv[MAX_COMP]; /* interpolation vector */
755 /* compute interpolation vector */
775 /* compute interpolation vector */
817 GLfloat iv[MAX_COMP]; /* interpolation vector */
859 /* compute interpolation vector */
892 GLfloat b, iv[MAX_COMP]; /* interpolation vector */
958 /* compute interpolation vector */
992 /* compute interpolation vector *
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 197 * to Lloyd's algorithm (the interpolation modes are even worse).
254 /* compute interpolation vector */ \
659 GLfloat b, iv[MAX_COMP]; /* interpolation vector */
755 /* compute interpolation vector */
775 /* compute interpolation vector */
817 GLfloat iv[MAX_COMP]; /* interpolation vector */
859 /* compute interpolation vector */
892 GLfloat b, iv[MAX_COMP]; /* interpolation vector */
958 /* compute interpolation vector */
992 /* compute interpolation vector *
    [all...]
  /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");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_ver_quarter.s 269 ;// Approach to vertical interpolation
271 ;// Interpolation is done by using 32-bit loads and stores
286 ;// Approach to bilinear interpolation to quarter pel position.
360 UHSUB8 res, res, tmp1 ;// bilinear interpolation
411 UHSUB8 res, res, tmp2 ;// bilinear interpolation
461 UHSUB8 res, res, tmp3 ;// bilinear interpolation
510 UHSUB8 res, res, tmp5 ;// bilinear interpolation
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.hlsl 134 // |kRenderTargetSize|, and doing bilinear interpolation otherwise.
194 // Vertical scaling happens via a half-texel offset and bilinear interpolation
221 // vertical scaling with math, since bilinear interpolation in the sampler
  /external/libyuv/files/include/libyuv/
planar_functions.h 303 // Interpolate between two ARGB images using specified amount of interpolation
305 // 'interpolation' is specified as 8 bit fraction where 0 means 100% src_argb0
313 int width, int height, int interpolation);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrail.java 129 // Because interpolation algorithm in {@link GestureStrokeWithPreviewPoints} can't determine
131 // of interpolation when new segments are added to the stroke.
133 // be updated by the interpolation
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer1.java 110 // default time interpolation.

Completed in 571 milliseconds

1 2 3 45 6 7 8 91011>>