HomeSort by relevance Sort by last modified time
    Searched full:interpolation (Results 51 - 75 of 313) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/animation/
ArgbEvaluator.java 20 * This evaluator can be used to perform type interpolation between integer
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 95 * Linear interpolation from startValue to endValue by the given percent.
120 * Linear interpolation from startValue to endValue by the given percent.
143 * Linear interpolation from startValue to endValue by the given percent.
214 * here is the interpolation matrix
227 * @return catmull-Rom interpolation
240 * here is the interpolation matrix
254 * @return catmull-Rom interpolation
267 * here is the interpolation matrix
280 * @return catmull-Rom interpolation
287 * here is the interpolation matri
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUMathInstr.td 63 // Reciprocal estimate and interpolation
79 // Reciprocal estimate and interpolation
  /external/webkit/Source/WebCore/platform/audio/
AudioResamplerKernel.cpp 42 // The buffer size must be large enough to hold up to two extra sample frames for the linear interpolation.
99 // Do the linear interpolation.
HRTFElevation.h 55 // Given two HRTFElevations, and an interpolation factor x: 0 -> 1, returns an interpolated HRTFElevation.
79 // Total number of azimuths after interpolation.
AudioResamplerKernel.h 35 // It uses a simple linear interpolation for good performance.
HRTFDatabase.h 76 // Total number of elevations after interpolation.
HRTFKernel.h 64 // Given two HRTFKernels, and an interpolation factor x: 0 -> 1, returns an interpolated HRTFKernel.
SincResampler.h 42 // numberOfKernelOffsets is used for interpolation and is the number of sub-sample kernel shifts.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 118 color-interpolation
119 color-interpolation-filters
  /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 */
isp_isf.c 25 * are approximated by a look-up table and interpolation *
log2.c 46 * interpolation. The following steps are used to compute Log2(L_x)
  /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.
  /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;
  /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/testing/gmock/
CHANGES 21 interpolation to an ordinary C++ string expression.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ObjectAnimationModifier.java 37 * the object's interpolation curves
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 132 /* Normalize to get the table index and interpolation factor */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cnst.h 51 #define L_INTERPOL (16+1) /* Length of filter for interpolation */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC_s.h 29 ;/** bilinear interpolation type */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC_s.h 29 ;/** bilinear interpolation type */

Completed in 1104 milliseconds

1 23 4 5 6 7 8 91011>>