Searched defs:interpolate (Results 1 - 25 of 43) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DLinearInterpolator.java44 public PolynomialSplineFunction interpolate(double x[], double y[]) { method in class:LinearInterpolator
H A DMultivariateRealInterpolator.java44 MultivariateRealFunction interpolate(double[][] xval, double[] yval) method in interface:MultivariateRealInterpolator
H A DSplineInterpolator.java29 * The {@link #interpolate(double[], double[])} method returns a {@link PolynomialSplineFunction}
67 public PolynomialSplineFunction interpolate(double x[], double y[]) { method in class:SplineInterpolator
H A DUnivariateRealInterpolator.java37 UnivariateRealFunction interpolate(double xval[], double yval[]) method in interface:UnivariateRealInterpolator
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 DBivariateRealGridInterpolator.java42 BivariateRealFunction interpolate(double[] xval, double[] yval, double[][] fval) method in interface:BivariateRealGridInterpolator
H A DDividedDifferenceInterpolator.java52 public PolynomialFunctionNewtonForm interpolate(double x[], double y[]) throws method in class:DividedDifferenceInterpolator
H A DNevilleInterpolator.java50 public PolynomialFunctionLagrangeForm interpolate(double x[], double y[]) method in class:NevilleInterpolator
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 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]);
H A DTrivariateRealGridInterpolator.java47 TrivariateRealFunction interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval) method in interface:TrivariateRealGridInterpolator
H A DMicrosphereInterpolator.java83 public MultivariateRealFunction interpolate(final double[][] xval, method in class:MicrosphereInterpolator
H A DLoessInterpolator.java179 public final PolynomialSplineFunction interpolate( method in class:LoessInterpolator
181 return new SplineInterpolator().interpolate(xval, smooth(xval, yval));
/external/libmpeg2/common/arm/
H A Dideint_spatial_filter_a9.s190 b interpolate
199 interpolate: label
/external/libmpeg2/common/armv8/
H A Dideint_spatial_filter_av8.s191 b interpolate
201 interpolate: label
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h34 unsigned interpolate; member in struct:r600_shader_io
/external/replicaisland/src/com/replica/replicaisland/
H A DInterpolator.java60 public float interpolate(float secondsDelta) { method in class:Interpolator
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h36 unsigned interpolate; member in struct:si_shader_io
/external/webrtc/talk/media/base/
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/webrtc/talk/session/media/
H A Dyuvscaler_unittest.cc99 bool optimize, int cpuflags, bool interpolate,
150 offset, interpolate));
98 TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile, bool optimize, int cpuflags, bool interpolate, int memoffset, double* error) argument
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.cc1637 LIBYUV_BOOL interpolate) {
1646 interpolate ? kFilterBox : kFilterNone);
1653 LIBYUV_BOOL interpolate) {
1683 interpolate ? kFilterBox : kFilterNone);
1631 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, LIBYUV_BOOL interpolate) argument
1651 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, LIBYUV_BOOL interpolate) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c232 static void interpolate(const uint8_t *const input, int inlength, function
483 interpolate(out, filteredlength, output, olength);
488 interpolate(input, length, output, olength);
/external/skia/src/animator/
H A DSkDisplayApply.cpp197 bool result = interpolate(maker, maker.getInTime());
282 interpolate(maker, maker.fEnableTime);
320 interpolate(maker, maker.fEnableTime);
331 interpolate(maker, maker.fEnableTime);
418 copy->interpolate(maker, step * SK_MSec1);
543 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { function in class:SkApply
622 // SkDEBUGF(("interpolate: post on end\n"));
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c121 unsigned interpolate,
131 assert( interpolate < TGSI_INTERPOLATE_COUNT );
136 declaration.Interpolate = interpolate;
209 tgsi_build_declaration_interp(unsigned interpolate, argument
217 di.Interpolate = interpolate;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument

Completed in 896 milliseconds

12