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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
ElementLayoutActivity.java 138 // Interpolate indicator color
  /frameworks/native/libs/input/
VelocityControl.cpp 79 // Linearly interpolate the acceleration to apply between the low and high
  /frameworks/support/compat/src/main/java/androidx/core/view/animation/
PathInterpolatorApi14.java 72 // Do a binary search for the correct x to interpolate between.
  /packages/apps/Dialer/java/com/android/dialer/compat/
PathInterpolatorCompat.java 94 // Do a binary search for the correct x to interpolate between.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Interp.h 50 // Interpolate using 16 points
  /packages/apps/PhoneCommon/src/com/android/phone/common/compat/
PathInterpolatorCompat.java 79 // Do a binary search for the correct x to interpolate between.
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 453 * Linearly interpolate between a and b given fraction f.
455 * @param a first term to interpolate between, a will be returned when f == 0.
456 * @param b second term to interpolate between, b will be returned when f == 1.
457 * @param f the fraction to interpolate by.
466 * Linearly interpolate between 3x3 matrices a and b given fraction f.
468 * @param a first 3x3 matrix to interpolate between, a will be returned when f == 0.
469 * @param b second 3x3 matrix to interpolate between, b will be returned when f == 1.
470 * @param f the fraction to interpolate by.
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.cpp 78 // Interpolate new position.
84 // Interpolate Attributes
clip.h 616 // interpolate position and store
623 // interpolate attributes and store
636 // interpolate clip distance if enabled
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 32 * INTERP_Z - if defined, interpolate integer Z values
33 * INTERP_RGB - if defined, interpolate integer RGB values
34 * INTERP_ALPHA - if defined, interpolate integer Alpha values
35 * INTERP_INT_TEX - if defined, interpolate integer ST texcoords
38 * INTERP_ATTRIBS - if defined, interpolate arbitrary attribs (texcoords,
68 * over the triangle edges and interpolate ancillary data (such as Z,
619 /* interpolate fixed-pt values */
631 /* interpolate depth values w/out scaling */
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
normal.cc 129 // Interpolate the expanded data into the new vector.
165 // Interpolate the CNG into the new vector.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 528 intrinsicHeight += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
535 intrinsicHeight += NotificationUtils.interpolate(
551 intrinsicHeight += NotificationUtils.interpolate(mCollapsedBottompadding, 0.0f,
587 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
594 yPosition += NotificationUtils.interpolate(
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 38 * The return variables of {@link #interpolate(float)} to avoid instantiations.
151 public void interpolate(final float t) { method in class:HermiteInterpolator
  /external/libmpeg2/common/x86/
impeg2_inter_pred_sse42_intr.c 231 /* interpolate Y */
332 /* interpolate U */
384 /* interpolate V */
455 /* the ref frame.Interpolate these four values to get the */
667 /* Interpolate these two values to get the value at(0.5,0) */
776 /* Interpolate these two values to get the value at(0,0.5) */
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp 363 << " Interpolate varying containing screen space location.\n"
430 << " Interpolate varying containing screen space location with centroid and sample qualifiers.\n"
502 << " Interpolate varying containing screen space location with centroid and sample qualifiers.\n"
573 << " Interpolate varying containing screen space location with sample and centroid qualifiers.\n"
644 << " Interpolate varying containing screen space location.\n"
723 << " Interpolate varying containing screen space location with and without sample qualifier.\n"
849 << " Interpolate triangle's barycentric coordinates with centroid qualifier.\n"
    [all...]
  /external/ImageMagick/MagickWand/
identify.c 140 "-interpolate method pixel color interpolation method",
670 if (LocaleCompare("interpolate",option+1) == 0)
673 interpolate;
680 interpolate=ParseCommandOption(MagickInterpolateOptions,MagickFalse,
682 if (interpolate < 0)
671 interpolate; local
    [all...]
stream.c 118 "-interpolate method pixel color interpolation method",
501 if (LocaleCompare("interpolate",option+1) == 0)
504 interpolate;
511 interpolate=ParseCommandOption(MagickInterpolateOptions,MagickFalse,
513 if (interpolate < 0)
502 interpolate; local
  /external/pdfium/third_party/lcms/src/
cmssm.c 472 // Interpolate a missing sector. Method identifies whatever this is top, bottom or mid
548 // Interpolate missing parts. The algorithm fist computes slices at
557 // Interpolate black
563 // Interpolate white
570 // Interpolate Mid
  /external/python/cpython2/Demo/tkinter/guido/
sortvisu.py 249 trajectory = interpolate(oldpts, newpts, nsteps)
278 mytrajectory = interpolate(myoldpts, mynewpts, nsteps)
279 othertrajectory = interpolate(otheroldpts, othernewpts, nsteps)
345 def interpolate(oldpts, newpts, n): function
347 raise ValueError, "can't interpolate arrays of different length"
  /external/python/cpython3/Tools/demo/
sortvisu.py 249 trajectory = interpolate(oldpts, newpts, nsteps)
278 mytrajectory = interpolate(myoldpts, mynewpts, nsteps)
279 othertrajectory = interpolate(otheroldpts, othernewpts, nsteps)
347 def interpolate(oldpts, newpts, n): function
349 raise ValueError("can't interpolate arrays of different length")
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp 676 << " Interpolate varying containing screen space location.\n"
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 433 // Interpolate between two images using specified amount of interpolation
443 // Interpolate between two ARGB images using specified amount of interpolation
451 // Interpolate between two YUV images using specified amount of interpolation
  /external/libyuv/files/include/libyuv/
planar_functions.h 668 // Interpolate between two images using specified amount of interpolation
683 // Interpolate between two ARGB images using specified amount of interpolation
696 // Interpolate between two YUV images using specified amount of interpolation
  /external/walt/ios/WALT/
DragLatencyController.mm 52 static std::vector<T> Interpolate(const std::vector<S>& x,
151 std::vector<CGFloat> laserYs = Interpolate(ts, touchTs, touchYs);
372 std::vector<CGFloat> ly = Interpolate(lt, ft, fy);
  /frameworks/base/libs/hwui/tests/unit/
VectorDrawableTests.cpp 321 // Interpolate path data with itself and every other path data
333 // Now try to interpolate with a slightly modified version of self and expect success
341 // Interpolate the two path data with different fractions

Completed in 523 milliseconds

1 2 3 4 56 7 8 91011>>