HomeSort by relevance Sort by last modified time
    Searched full:interpolate (Results 26 - 50 of 678) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/pdfium/core/fpdfapi/page/
cpdf_function.h 40 float Interpolate(float x,
  /external/skia/src/core/
SkScalar.cpp 30 // Otherwise, interpolate between right - 1 and right.
  /external/skqp/src/core/
SkScalar.cpp 30 // Otherwise, interpolate between right - 1 and right.
  /external/swiftshader/src/Renderer/
QuadRasterizer.hpp 51 Float4 interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTQuaternion.h 137 @param[in] qA First quaternion to interpolate from
138 @param[in] qB Second quaternion to interpolate from
152 @param[in] qA First quaternion to interpolate from
153 @param[in] qB Second quaternion to interpolate from
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_neon.cc 37 // Linearly interpolate the two "convolutions".
  /frameworks/av/media/libaaudio/src/utility/
LinearRamp.cpp 40 // Interpolate to a point along the full ramp.
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression-inl.h 38 const float decibel = target_gain_to_knee_threshold_.Interpolate(
interpolator_base.h 38 // for (int n = 0; n < data_length; n++) Y[n] = interp.Interpolate(X[n]);
49 T Interpolate(T x);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TouchAnimator.java 214 interpolate(i, amount, target); method
217 protected abstract void interpolate(int index, float amount, Object target); method in class:TouchAnimator.KeyframeSet
239 protected void interpolate(int index, float amount, Object target) { method in class:TouchAnimator.FloatKeyframeSet
257 protected void interpolate(int index, float amount, Object target) { method in class:TouchAnimator.IntKeyframeSet
  /external/dng_sdk/source/
dng_color_spec.cpp 248 // Interpolate the color matrix.
262 // Interpolate forward matrix, if any.
308 // Interpolate reduction matrix, if any.
354 // Interpolate camera calibration matrix.
397 // Interpolate an matric values for this white point.
  /external/v8/tools/turbolizer/
disassembly-view.js 205 // Interpolate between the given start and end values by a fraction of val/max.
206 interpolate(val, max, start, end) {
249 col.r = Math.round(view.interpolate(val, max, col1.r, col2.r));
250 col.g = Math.round(view.interpolate(val, max, col1.g, col2.g));
251 col.b = Math.round(view.interpolate(val, max, col1.b, col2.b));
  /external/webrtc/talk/media/base/
videoframe.cc 157 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);
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.h 50 unsigned interpolate; member in struct:r600_shader_io
155 int eg_get_interpolator_index(unsigned interpolate, unsigned location);
  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_interpolation.hpp 33 /// @brief Allows to directly interpolate two exiciting matrices.
78 GLM_FUNC_DECL detail::tmat4x4<T, P> interpolate(
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.gypi 62 'interpolate.c',
131 'interpolate.h',
  /frameworks/av/media/libeffects/testlibs/
AudioCoefInterpolator.h 78 // linearly interpolate these values over the current dimension.
79 // index The linear integer index of the value we need to interpolate.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingImageTransformState.java 85 (int) NotificationUtils.interpolate(startActualWidth,
90 (int) NotificationUtils.interpolate(startActualHeight,
TransformState.java 207 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(),
220 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(),
228 NotificationUtils.interpolate(transformationStartScaleX,
235 NotificationUtils.interpolate(transformationStartScaleY,
351 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(),
368 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(),
377 NotificationUtils.interpolate(transformationStartScaleX,
384 NotificationUtils.interpolate(transformationStartScaleY,
  /packages/apps/Camera2/jni/
tinyplanet.cc 58 // Interpolate a pixel in a 3 channel image.
69 // Interpolate each image color plane.
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 57 // Interpolate a pixel in a 3 channel image.
68 // Interpolate each image color plane.
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
matrix_interpolation.hpp 33 /// @brief Allows to directly interpolate two exiciting matrices.
78 GLM_FUNC_DECL detail::tmat4x4<T, P> interpolate(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BivariateRealGridInterpolator.java 42 BivariateRealFunction interpolate(double[] xval, double[] yval, double[][] fval) method in interface:BivariateRealGridInterpolator
MultivariateRealInterpolator.java 44 MultivariateRealFunction interpolate(double[][] xval, double[] yval) method in interface:MultivariateRealInterpolator
TricubicSplineInterpolator.java 35 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]);

Completed in 420 milliseconds

12 3 4 5 6 7 8 91011>>