Searched refs:interpolate (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
H A Dinterpolation.js2 test('interpolate numbers', function() {
3 assert.equal(interpolate(4, 2, 0.2), 3.6);
5 test('interpolate bools', function() {
6 assert.equal(interpolate(false, true, 0.4), false);
7 assert.equal(interpolate(false, true, 0.5), true);
8 assert.equal(interpolate(false, true, 0.5), true);
10 test('interpolate lists', function() {
11 assert.deepEqual(interpolate([1, 2, 3], [4, 5, 6], 0.5), [2.5, 3.5, 4.5]);
12 assert.deepEqual(interpolate([1], [4], 0.6), [2.8]);
13 assert.deepEqual(interpolate([fals
[all...]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Dinterpolation.js17 function interpolate(from, to, f) {
32 r.push(interpolate(from[i], to[i], f));
41 return convertToString(interpolate(from, to, f));
46 testing.interpolate = interpolate;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBivariateRealGridInterpolator.java42 BivariateRealFunction interpolate(double[] xval, double[] yval, double[][] fval) method in interface:BivariateRealGridInterpolator
H A DMultivariateRealInterpolator.java44 MultivariateRealFunction interpolate(double[][] xval, double[] yval) method in interface:MultivariateRealInterpolator
H A DTrivariateRealGridInterpolator.java47 TrivariateRealFunction interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval) method in interface:TrivariateRealGridInterpolator
H A DUnivariateRealInterpolator.java37 UnivariateRealFunction interpolate(double xval[], double yval[]) method in interface:UnivariateRealInterpolator
H A DNevilleInterpolator.java50 public PolynomialFunctionLagrangeForm interpolate(double x[], double y[]) method in class:NevilleInterpolator
H A DBicubicSplineInterpolator.java37 public BicubicSplineInterpolatingFunction interpolate(final double[] xval, method in class:BicubicSplineInterpolator
75 ySplineX[j] = spInterpolator.interpolate(xval, fX[j]);
82 xSplineY[i] = spInterpolator.interpolate(yval, fval[i]);
H A DSmoothingBicubicSplineInterpolator.java50 public BivariateRealFunction interpolate(final double[] xval, method in class:SmoothingBicubicSplineInterpolator
88 ySplineX[j] = spInterpolator.interpolate(xval, zX[j]);
105 xSplineY[i] = spInterpolator.interpolate(yval, zY_1[i]);
H A DSmoothingPolynomialBicubicSplineInterpolator.java74 public BicubicSplineInterpolatingFunction interpolate(final double[] xval, method in class:SmoothingPolynomialBicubicSplineInterpolator
141 return super.interpolate(xval, yval, fval_2);
H A DDividedDifferenceInterpolator.java52 public PolynomialFunctionNewtonForm interpolate(double x[], double y[]) throws method in class:DividedDifferenceInterpolator
H A DLinearInterpolator.java44 public PolynomialSplineFunction interpolate(double x[], double y[]) { method in class:LinearInterpolator
H A DMicrosphereInterpolator.java83 public MultivariateRealFunction interpolate(final double[][] xval, method in class:MicrosphereInterpolator
H A DTricubicSplineInterpolator.java35 public TricubicSplineInterpolatingFunction interpolate(final double[] xval, method in class:TricubicSplineInterpolator
84 xSplineYZ[i] = bsi.interpolate(yval, zval, fval[i]);
91 ySplineZX[j] = bsi.interpolate(zval, xval, fvalZX[j]);
98 zSplineXY[k] = bsi.interpolate(xval, yval, fvalXY[k]);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h34 unsigned interpolate; member in struct:r600_shader_io
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h36 unsigned interpolate; member in struct:si_shader_io
/external/libyuv/files/include/libyuv/
H A Dscale.h65 bool interpolate);
71 bool interpolate);
/external/replicaisland/src/com/replica/replicaisland/
H A DMovementComponent.java44 float offsetX = sInterpolator.interpolate(timeDelta);
50 float offsetY = sInterpolator.interpolate(timeDelta);
H A DInterpolator.java60 public float interpolate(float secondsDelta) { method in class:Interpolator
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dmatrix_interpolation.hpp33 /// @brief Allows to directly interpolate two exiciting matrices.
78 GLM_FUNC_DECL detail::tmat4x4<T, P> interpolate(
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h85 LIBYUV_BOOL interpolate);
91 LIBYUV_BOOL interpolate);
/external/webrtc/talk/media/base/
H A Dvideoframe.h133 // 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...]
H A Dvideoframe.cc157 bool interpolate,
200 static_cast<int>(width), static_cast<int>(height), interpolate);
204 bool interpolate, bool vert_crop) const {
213 interpolate, vert_crop);
220 bool interpolate, bool vert_crop) const {
226 StretchToFrame(dest, interpolate, vert_crop);
149 StretchToPlanes(uint8_t* dst_y, uint8_t* dst_u, uint8_t* dst_v, int32_t dst_pitch_y, int32_t dst_pitch_u, int32_t dst_pitch_v, size_t width, size_t height, bool interpolate, bool vert_crop) const argument
203 StretchToFrame(VideoFrame* dst, bool interpolate, bool vert_crop) const argument
219 Stretch(size_t dst_width, size_t dst_height, bool interpolate, bool vert_crop) const argument
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvariance_halfpixvar16x16_hv_media.asm45 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
49 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
53 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
88 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
92 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
96 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
130 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
134 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
138 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
170 ; x = (a + b + 1) >> 1, interpolate pixel
[all...]
/external/libmpeg2/common/armv8/
H A Dideint_spatial_filter_av8.s191 b interpolate
201 interpolate: label

Completed in 501 milliseconds

123