/frameworks/base/libs/hwui/ |
Interpolator.h | 32 virtual float interpolate(float input) = 0; 42 virtual float interpolate(float input) override; 48 virtual float interpolate(float input) override; 58 virtual float interpolate(float input) override; 67 virtual float interpolate(float input) override; 75 virtual float interpolate(float input) override; 81 virtual float interpolate(float input) override; 90 virtual float interpolate(float input) override; 98 virtual float interpolate(float input) override { return input; } 104 virtual float interpolate(float input) override [all...] |
Interpolator.cpp | 32 float AccelerateDecelerateInterpolator::interpolate(float input) { function in class:android::uirenderer::AccelerateDecelerateInterpolator 36 float AccelerateInterpolator::interpolate(float input) { function in class:android::uirenderer::AccelerateInterpolator 44 float AnticipateInterpolator::interpolate(float t) { function in class:android::uirenderer::AnticipateInterpolator 56 float AnticipateOvershootInterpolator::interpolate(float t) { function in class:android::uirenderer::AnticipateOvershootInterpolator 67 float BounceInterpolator::interpolate(float t) { function in class:android::uirenderer::BounceInterpolator 79 float CycleInterpolator::interpolate(float input) { function in class:android::uirenderer::CycleInterpolator 83 float DecelerateInterpolator::interpolate(float input) { function in class:android::uirenderer::DecelerateInterpolator 93 float OvershootInterpolator::interpolate(float t) { function in class:android::uirenderer::OvershootInterpolator 98 float PathInterpolator::interpolate(float t) { function in class:android::uirenderer::PathInterpolator 104 // Do a binary search for the correct x to interpolate between 134 float LUTInterpolator::interpolate(float input) { function in class:android::uirenderer::LUTInterpolator [all...] |
/external/python/cpython3/Lib/test/ |
cfgparser.3 | 10 go = %(interpolate)s 58 interpolate = anything will do 64 interpolate = do this 68 interpolate = go shopping
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
HermiteInterpolatorTests.java | 75 mInterpolator.interpolate(0.0f); 79 mInterpolator.interpolate(0.2f); 83 mInterpolator.interpolate(0.5f); 87 mInterpolator.interpolate(0.8f); 91 mInterpolator.interpolate(1.0f); 111 mInterpolator.interpolate(0.0f); 115 mInterpolator.interpolate(0.2f); 119 mInterpolator.interpolate(0.5f); 123 mInterpolator.interpolate(0.8f); 127 mInterpolator.interpolate(1.0f) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationUtils.java | 46 public static float interpolate(float start, float end, float amount) { method in class:NotificationUtils 52 (int) interpolate(Color.alpha(startColor), Color.alpha(endColor), amount), 53 (int) interpolate(Color.red(startColor), Color.red(endColor), amount), 54 (int) interpolate(Color.green(startColor), Color.green(endColor), amount), 55 (int) interpolate(Color.blue(startColor), Color.blue(endColor), amount));
|
/external/dng_sdk/source/ |
dng_1d_table.h | 63 /// \param subSample If true, only sample the function a limited number of times and interpolate. 69 /// Lookup and interpolate mapping for an input. 73 real32 Interpolate (real32 x) const 88 "dng_1d_table::Interpolate parameter out of range");
|
/external/webrtc/talk/media/base/ |
videoframe.h | 133 // height. The parameter "interpolate" controls whether to interpolate or just 167 // height. The parameter "interpolate" controls whether to interpolate or just 178 bool interpolate, 182 // frame. The parameter "interpolate" controls whether to interpolate or just 185 virtual void StretchToFrame(VideoFrame *target, bool interpolate, 189 // hold it. The parameter "interpolate" controls whether to interpolate o [all...] |
/external/ImageMagick/MagickCore/ |
resample-private.h | 43 const MagickBooleanType interpolate,ExceptionInfo *exception) 67 if (interpolate != MagickFalse)
|
/external/replicaisland/src/com/replica/replicaisland/ |
MovementComponent.java | 44 float offsetX = sInterpolator.interpolate(timeDelta); 50 float offsetY = sInterpolator.interpolate(timeDelta);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
lsf_interpolate_to_poly_dec.c | 19 #include "interpolate.h" 37 /* interpolate LSF */
|
lsf_interpolate_to_poly_enc.c | 20 #include "interpolate.h" 39 /* interpolate LSF */
|
/frameworks/support/interpolator/src/main/java/androidx/interpolator/view/animation/ |
LookupTableInterpolator.java | 45 // we lerp (linearly interpolate) in the return statement 53 // Linearly interpolate between the table values
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVM_Mixer_TimeConstant.c | 73 LVM_FLOAT Interpolate; 155 Interpolate = (LVM_FLOAT)InterpolateShort / 32768.0f; 158 Diff = Diff * Interpolate; 170 LVM_INT16 Interpolate; 252 Interpolate = (LVM_INT16)((Product >> 15) & 0x00007FFF); 255 MUL32x16INTO32(Diff,Interpolate,Diff,15)
|
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerFirProcessNeon.h | 112 if (!FIXED) { // interpolate 232 if (!FIXED) { // interpolate 407 if (!FIXED) { // interpolate 678 "vsub.s16 q9, q9, q8 \n"// (1) interpolate (step1) 1st set of coefs 679 "vsub.s16 q11, q11, q10 \n"// (1) interpolate (step1) 2nd set of coets 681 "vqrdmulh.s16 q9, q9, d2[0] \n"// (2) interpolate (step2) 1st set of coefs 682 "vqrdmulh.s16 q11, q11, d2[0] \n"// (2) interpolate (step2) 2nd set of coefs 686 "vadd.s16 q8, q8, q9 \n"// (1+2d) interpolate (step3) 1st set 687 "vadd.s16 q10, q10, q11 \n"// (1+1d) interpolate (step3) 2nd set 754 "vsub.s16 q9, q9, q8 \n"// (1) interpolate (step1) 1st set of coef [all...] |
/cts/tests/tests/location/src/android/location/cts/psedorange/ |
TroposphericModelEgnos.java | 217 double averagePressureMbar = interpolate(key * LATITUDE_15_DEGREES, 220 double amplitudePressureMbar = interpolate(key * LATITUDE_15_DEGREES, 225 double averageTempKelvin = interpolate(key * LATITUDE_15_DEGREES, 228 double amplitudeTempKelvin = interpolate(key * LATITUDE_15_DEGREES, 233 double averageWaterVaporPressureMbar = interpolate(key * LATITUDE_15_DEGREES, 236 double amplitudeWaterVaporPressureMbar = interpolate(key * LATITUDE_15_DEGREES, 242 double averageBeta = interpolate(key * LATITUDE_15_DEGREES, latDegreeToBetaAvgMapKPM[key - 1], 244 double amplitudeBeta = interpolate(key * LATITUDE_15_DEGREES, 249 double averageLambda = interpolate(key * LATITUDE_15_DEGREES, 252 double amplitudeLambda = interpolate(key * LATITUDE_15_DEGREES 285 private static double interpolate(double point1X, double point1Y, double point2X, double point2Y, method in class:TroposphericModelEgnos [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_neon_3DLUT.S | 38 /* Y interpolate, front, lanes 0 and 1 -> q12 and q13 */ 55 /* Y interpolate, rear, lanes 0 and 1 -> q14 and q15 */ 63 /* Z interpolate, lane 0 q12/q14 -> q10 */ 73 /* Z interpolate, lane 1 q13/q15 -> q11 */ 83 /* X interpolate, lanes 0 and 1 q10,q11 -> q14 */ 156 * interpolate, even though the fractional component is zero. Strictly this is
|
/cts/tests/tests/media/libndkaudio/ |
WaveTableOscillator.cpp | 66 // linear-interpolate 84 // linear-interpolate
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
scale.h | 85 LIBYUV_BOOL interpolate); 91 LIBYUV_BOOL interpolate);
|
/external/libyuv/files/include/libyuv/ |
scale.h | 119 LIBYUV_BOOL interpolate); 130 LIBYUV_BOOL interpolate);
|
/frameworks/base/core/java/android/animation/ |
FloatArrayEvaluator.java | 21 * Each index into the array is treated as a separate value to interpolate. For example, 22 * evaluating <code>{100, 200}</code> and <code>{300, 400}</code> will interpolate the value at
|
IntArrayEvaluator.java | 21 * Each index into the array is treated as a separate value to interpolate. For example, 22 * evaluating <code>{100, 200}</code> and <code>{300, 400}</code> will interpolate the value at
|
/frameworks/base/core/java/android/transition/ |
PathMotion.java | 28 * have these motions move in a curve can change how Views interpolate in two dimensions 47 * Provide a Path to interpolate between two points <code>(startX, startY)</code> and
|
/frameworks/support/transition/src/main/java/androidx/transition/ |
FloatArrayEvaluator.java | 23 * Each index into the array is treated as a separate value to interpolate. For example, 24 * evaluating <code>{100, 200}</code> and <code>{300, 400}</code> will interpolate the value at
|
PathMotion.java | 29 * have these motions move in a curve can change how Views interpolate in two dimensions 50 * Provide a Path to interpolate between two points <code>(startX, startY)</code> and
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
KeyValueConfigPreparer.java | 46 @Option(name = "interpolate", description = "Interpolate path variable")
|