/external/skia/src/effects/gradients/ |
SkTwoPointRadialGradient.cpp | 13 concentric circles, with the color interpolated from the start circle 17 interpolated circle that intersects that point. The center
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
pitch_estimator.c | 325 /* compute four interpolated values around current peak */ 331 /* determine maximum of the interpolated values */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cod_amr.cpp | 897 * * find the interpolated LSPs and convert to a[] for all * 1024 A = A_t; // pointer to interpolated LPC parameters 1025 Aq = Aq_t; // pointer to interpolated quantized LPC parameters [all...] |
inter_36.h | 102 Word16 Interpol_3or6( /* (o) : interpolated value */
|
/frameworks/base/core/java/android/net/ |
NetworkStatsHistory.java | 468 * Return interpolated data usage across the requested range. Interpolates 476 * Return interpolated data usage across the requested range. Interpolates
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
FastMath.java | 104 * @return The interpolated value between startValue and endValue. 130 * @return The interpolated value between startValue and endValue. 152 * @return The interpolated value between startValue and endValue. [all...] |
Ray.java | 253 // interpolated values, such as texture coord.
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder.cpp | 523 /* Find the interpolated ISPs and convert to a[] for all subframes */ 563 p_Aq = Aq; /* pointer to interpolated LPC parameters */ [all...] |
/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | 642 * do not match the way that they should be interpolated between, or if the values 645 * and Integer) are correctly interpolated; all other types require setting a TypeEvaluator. 657 * @param fraction The elapsed, interpolated fraction of the animation. [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_metrics.cc | 66 // Returns the interpolated index.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
AnimationTranslationUtil.cpp | 115 case TransformOperation::Interpolated: {
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
HRTFElevation.cpp | 265 // Create the interpolated convolution kernels and delays.
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_context.h | 437 * to generate an interpolated vertex. All pertinant vertex ancilliary
|
/external/chromium_org/third_party/opus/src/silk/ |
main.h | 195 opus_int16 xi[ MAX_LPC_ORDER ], /* O interpolated vector */
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
AbstractHeightMap.java | 178 * @return the interpolated height at this point.
|
/external/libvpx/libvpx/vpx_scale/generic/ |
vpx_scale.c | 58 * FUNCTION : Performs 2-to-1 interpolated scaling.
|
/external/mesa3d/src/mesa/tnl/ |
t_context.h | 437 * to generate an interpolated vertex. All pertinant vertex ancilliary
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
int_lsf.h | 102 Word16 lsf_out[], /* o : interpolated LSF parameters for current sf */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
pstfilt.h | 124 Word16 *Az_4, /* i : interpolated LPC parameters in all subfr. */
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 447 one-dimensional array targets, let R be the interpolated <r> 449 from two-dimensional array texture targets, let R be the interpolated [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 799 * by interpolated Q/W comes out right. [all...] |
s_tritemp.h | 31 * must be interpolated across the triangle: 95 * Some code we unfortunately need to prevent negative interpolated colors. [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawState.h | 336 /// The input color to the first color-stage is either the constant color or interpolated 338 /// (usually full-coverage) or interpolated per-vertex coverage. [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 447 one-dimensional array targets, let R be the interpolated <r> 449 from two-dimensional array texture targets, let R be the interpolated [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 799 * by interpolated Q/W comes out right. [all...] |