HomeSort by relevance Sort by last modified time
    Searched defs:interpolate (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.2.3.Final/
os-maven-plugin-1.2.3.Final.jar 
  /external/ImageMagick/MagickCore/
pixel.c 4582 interpolate; local
5016 interpolate; local
5583 interpolate; local
    [all...]
property.c 177 image->interpolate=clone_image->interpolate;
4192 interpolate; local
    [all...]
image.h 258 interpolate; /* Interpolation of color for between pixel lookups */ member in struct:_Image
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_shader.h 185 enum glsl_interp_mode interpolate; member in struct:ir3_shader_variant::__anon29537
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.cpp 79 // we use 15 bits to interpolate between these samples
432 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP);
434 interpolate<CHANNELS>(l, r, coefsN++, offset, lerpN, sN);
478 // interpolate (step1)
482 // interpolate (step2)
486 // interpolate (step3)
549 // interpolate (step1)
554 // interpolate (step2)
559 // interpolate (step3)
596 void AudioResamplerSinc::interpolate( function in class:android::AudioResamplerSinc
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
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/Launcher3/src/com/android/launcher3/touch/
SwipeDetector.java 342 mVelocity = interpolate(mVelocity, velocity, alpha);
357 public static float interpolate(float from, float to, float alpha) { method in class:SwipeDetector
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.4.0.Final/
os-maven-plugin-1.4.0.Final.jar 
  /external/mesa3d/src/mesa/main/
texcompress_bptc.c 503 interpolate(int32_t a, int32_t b, function
637 result[component] = interpolate(endpoints[subset_num * 2][component],
651 result[3] = interpolate(endpoints[subset_num * 2][3],
907 value = interpolate(endpoints[subset_num * 2][component],
    [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);
  /packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java 600 private static int interpolate(int start, int end, float fraction) { method in class:TvViewUiManager
609 out.topMargin = interpolate(startValue.topMargin, endValue.topMargin, fraction);
610 out.bottomMargin = interpolate(startValue.bottomMargin, endValue.bottomMargin, fraction);
612 interpolate(startValue.getMarginStart(), endValue.getMarginStart(), fraction)); method
613 out.setMarginEnd(interpolate(startValue.getMarginEnd(), endValue.getMarginEnd(), fraction)); method
614 out.width = interpolate(startValue.width, endValue.width, fraction);
615 out.height = interpolate(startValue.height, endValue.height, fraction);
  /external/ImageMagick/MagickWand/
mogrify.c 5209 interpolate; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_shaders.c 1901 unsigned interpolate = psinfo->input_interpolate[i]; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 1626 T interpolate(int y, T v0, U dvdx, U dvdy) { function in namespace:android
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
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...]
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...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 1027 void Magick::Image::interpolate(const PixelInterpolateMethod interpolate_) function in class:Magick::Image
1030 image()->interpolate=interpolate_;
1033 Magick::PixelInterpolateMethod Magick::Image::interpolate(void) const function in class:Magick::Image
1035 return constImage()->interpolate;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 442 int eg_get_interpolator_index(unsigned interpolate, unsigned location)
444 if (interpolate == TGSI_INTERPOLATE_COLOR ||
445 interpolate == TGSI_INTERPOLATE_LINEAR ||
446 interpolate == TGSI_INTERPOLATE_PERSPECTIVE)
448 int is_linear = interpolate == TGSI_INTERPOLATE_LINEAR;
473 ctx->shader->input[input].interpolate,
651 /* turn input into interpolate on EG */
658 if (ctx->shader->input[index].interpolate > 0) {
831 ctx->shader->output[i].interpolate = TGSI_INTERPOLATE_CONSTANT;
865 ctx->shader->input[i].interpolate = d->Interp.Interpolate
1102 int interpolate, location, k; local
1200 int interpolate, location, k; local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java 107 public static final int interpolate = 0x7f02000f; field in class:R.string
  /external/skia/src/core/
SkPath.cpp 230 bool SkPath::interpolate(const SkPath& ending, SkScalar weight, SkPath* out) const { function in class:SkPath
240 fPathRef->interpolate(*ending.fPathRef, weight, out->fPathRef.get());
    [all...]
  /external/skqp/src/core/
SkPath.cpp 229 bool SkPath::interpolate(const SkPath& ending, SkScalar weight, SkPath* out) const { function in class:SkPath
239 fPathRef->interpolate(*ending.fPathRef, weight, out->fPathRef.get());
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 

Completed in 431 milliseconds

1 23 4 5 6 7