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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingPoints.java 159 mInterpolator.interpolate(t);
  /prebuilts/go/darwin-x86/src/encoding/gob/
type_test.go 143 H *Bar // should not interpolate the definition of Bar again
  /prebuilts/go/linux-x86/src/encoding/gob/
type_test.go 143 H *Bar // should not interpolate the definition of Bar again
  /external/opencv/cv/src/
_cvipp.h 224 const double* coeffs, int interpolate ))
241 const double* coeffs, int interpolate ))
259 const double* coeffs, int interpolate ))
    [all...]
  /external/sonic/
Sonic.java 743 // Interpolate the new output sample.
744 private short interpolate( method in class:Sonic
784 outputBuffer[numOutputSamples*numChannels + i] = interpolate(pitchBuffer, position + i,
sonic.c 881 /* Interpolate the new output sample. */
882 static short interpolate( function
933 *out++ = interpolate(stream, in, oldSampleRate, newSampleRate);
  /external/ImageMagick/MagickWand/
animate.c 157 "-interpolate method pixel color interpolation method",
951 interpolate; local
    [all...]
composite.c 309 "-interpolate method pixel color interpolation method",
1086 interpolate; local
    [all...]
montage.c 169 "-interpolate method pixel color interpolation method",
1107 interpolate; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 702 scale = interpolate(filmRatio, scale, 1f);
703 alpha = interpolate(filmRatio, alpha, 1f);
719 cx = interpolate(filmRatio, cxPage, cx);
826 ? (int) (interpolate(filmRatio, w / 2, r.centerX()) + 0.5f)
1792 private static float interpolate(float ratio, float from, float to) { method
    [all...]
PositionController.java 1373 protected abstract boolean interpolate(float progress); method in class:PositionController.Animatable
1517 protected boolean interpolate(float progress) { method in class:PositionController.Platform
1688 protected boolean interpolate(float progress) { method in class:PositionController.Box
1767 protected boolean interpolate(float progress) { method in class:PositionController.Gap
1811 protected boolean interpolate(float progress) { method in class:PositionController.FilmRatio
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 1626 T interpolate(int y, T v0, U dvdx, U dvdy) { function in namespace:android
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 580 // Interpolate between semi-transparent notification panel background color
    [all...]
  /external/ImageMagick/MagickCore/
pixel.c 4582 interpolate; local
5016 interpolate; local
5583 interpolate; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 2255 private static float interpolate(float t, float start, float end) { method in class:NotificationPanelView
    [all...]
  /external/libmpeg2/decoder/
impeg2d_mc.c     [all...]
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 524 # Interpolate fs input at centroid
619 # Interpolate fs input at offset
625 # Interpolate fs input at sample position
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 134 /* Interpolate between two vertices to produce a third.
154 /* Interpolate the clip-space coords.
160 /* interpolate the clip-space position */
  /external/opencv/cv/include/
cvcompat.h 757 int CV_UNREFERENCED(interpolate) )
770 int CV_UNREFERENCED(interpolate) )
785 int CV_UNREFERENCED(interpolate) )
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
func_common.hpp 239 /// @param[in] x Value to interpolate.
240 /// @param[in] y Value to interpolate.
256 /// glm::vec4 r = glm::mix(g, h, a); // Interpolate with a floating-point scalar two vectors.
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 185 * <p>The system can interpolate the provided value.
282 * <p>The system can interpolate the provided value.
338 * <p>The system can interpolate the provided value.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_common.hpp 239 /// @param[in] x Value to interpolate.
240 /// @param[in] y Value to interpolate.
256 /// glm::vec4 r = glm::mix(g, h, a); // Interpolate with a floating-point scalar two vectors.
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 188 dng_timer timer("Interpolate time");
  /external/dng_sdk/source/
dng_lens_correction.cpp     [all...]
  /external/libavc/encoder/
ih264e_mc.c 386 * We need to interpolate the L0 and L1 ref pics with the chorma MV

Completed in 777 milliseconds

<<11121314151617181920>>