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

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h 83 silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ]; /* holds interpolated and final coefficients */
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 109 (kFreezeStart) or last (kFreezeEnd), or from interpolated the two
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimationFactory.java 223 * This can't be used if the interpolated angle is higher than PI (180°)<br>
235 * This can't be used if the interpolated angle is higher than PI (180°)<br>
249 * Note that the generated rotation will be stored as a quaternion and interpolated using a spherical linear interpolation (slerp)<br>
264 * Note that the generated rotation will be stored as a quaternion and interpolated using a spherical linear interpolation (slerp)<br>
  /external/skia/include/utils/
SkInterpolator.h 109 (kFreezeStart) or last (kFreezeEnd), or from interpolated the two
  /external/tremolo/Tremolo/
floor0.c 55 /* interpolated 1./sqrt(p) where .5 <= a < 1. (.100000... to .111111...) in
70 /* interpolated lookup based fromdB function, domain -140dB to 0dB only */
86 /* interpolated lookup based cos function, domain 0 to PI only */
95 /* interpolated half-wave lookup based cos function */
  /packages/apps/Camera2/jni/
tinyplanet.cc 126 // Write the interpolated pixel
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 125 // Write the interpolated pixel
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 27 * a frame-by-frame mirror of the 'in' animation -- i.e., the interpolated values will
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 27 * a frame-by-frame mirror of the 'in' animation -- i.e., the interpolated values will
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsVehicle.cpp 52 (JNIEnv *env, jobject object, jlong vehicleId, jint wheel, jboolean interpolated) {
59 vehicle->updateWheelTransform(wheel, interpolated);
  /frameworks/base/core/java/android/animation/
KeyframeSet.java 165 * Gets the animated value, given the elapsed fraction of the animation (interpolated by the
168 * between them and returns the interpolated value. Note that the input fraction may fall
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
int_lpc.h 110 * 4th subframes (twice per frame) and interpolated at the
129 Word16 Az[], /* o : interpolated LP parameters in all subfr.
151 Word16 Az[], /* o :interpolated LP parameters
164 * subframes (once per frame) and interpolated at the
180 Word16 Az[], /* o : interpolated LP parameters in all SFs (AZ_SIZE) */
198 Word16 Az[], /* o :interpolated LP parameters in SFs 1, 2, 3
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
int_lpc.cpp 107 Az -- array of type Word16 -- interpolated LP parameters in all subfr.
127 4th subframes (twice per frame) and interpolated at the
180 Word16 Az[], /* o : interpolated LP parameters in all subfr.
254 Az -- array of type Word16 -- interpolated LP parameters in.
317 Word16 Az[], /* o :interpolated LP parameters
367 Az -- array of type Word16 -- interpolated LP parameters in.
389 (once per frame) and interpolated at the 1st, 2nd and 3rd subframe.
438 Word16 Az[], /* output: interpolated LP parameters in all SFs */
515 Az -- array of type Word16 -- interpolated LP parameters in.
575 Word16 Az[], /* output: interpolated LP parameters in SFs 1,2,3 *
    [all...]
lsp.cpp 381 az = array of type Word16 -- interpolated LP parameters Q12
389 az = array of type Word16 -- interpolated LP parameters Q12
443 Word16 az[], /* i/o : interpolated LP parameters Q12 */
461 * Find interpolated LPC parameters in all subframes (both quantized *
463 * The interpolated parameters are in array A_t[] of size (M+1)*4 *
464 * and the quantized interpolated parameters are in array Aq_t[] *
491 * Find interpolated LPC parameters in all subframes (both quantized *
493 * The interpolated parameters are in array A_t[] of size (M+1)*4 *
494 * and the quantized interpolated parameters are in array Aq_t[] *
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
int_lsf.cpp 108 lsf_out = interpolated LSF parameters for current subframe (Word16)
111 lsf_out = new interpolated LSF parameters for current subframe
128 interpolated at the 1st, 2nd and 3rd subframe and only forwarded
155 Word16 lsf_out[] // o : interpolated LSF parameters for current sf
217 Word16 lsf_out[], /* o : interpolated LSF parameters for current sf */
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 140 <em>interpolated fraction</em>. An interpolated fraction maps the elapsed fraction to a new
142 because the animation slowly accelerates, the interpolated fraction, about .15, is less than the
143 elapsed fraction, .25, at t = 10 ms. In Figure 1, the interpolated fraction is always the same as
146 <p>When the interpolated fraction is calculated, {@link android.animation.ValueAnimator} calls
148 property that you are animating, based on the interpolated fraction, the starting value, and the
149 ending value of the animation. For example, in Figure 2, the interpolated fraction was .15 at t =
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 173 * to be interpolated linearly between their two closest edges, even if
190 * Other points in the outline must be interpolated using the
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
rasterizer.rst 50 of the entire polygon. If not set, fragment colors will be interpolated
53 The actual interpolated shading algorithm is obviously
  /external/freetype/src/autofit/
afhints.h 173 * to be interpolated linearly between their two closest edges, even if
190 * Other points in the outline must be interpolated using the
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 50 of the entire polygon. If not set, fragment colors will be interpolated
53 The actual interpolated shading algorithm is obviously
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 116 * - interpolLPCCoeff : Decoded and interpolated LPC (A-polynomial)
149 * - percepFilterParam : Decoded and interpolated LPC (A-polynomial) of
  /frameworks/rs/scriptc/
rs_allocation.rsh 257 * mip levels will be interpolated if
278 * mip levels will be interpolated if
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 257 * mip levels will be interpolated if
278 * mip levels will be interpolated if
  /external/chromium/chrome/browser/autofill/
autofill_metrics.cc 34 // range [0, |num_possible_metrics|). Returns the interpolated metric.
  /external/chromium_org/cc/animation/
timing_function.cc 60 // Step 2. Return the interpolated y values at the t we computed above.

Completed in 3026 milliseconds

1 23 4 5 6 7 8 91011