Searched
full:interpolate (Results
351 -
375 of
678) sorted by null
<<11121314151617181920>>
/external/dng_sdk/source/ |
dng_validate.cpp | 236 dng_timer timer ("Interpolate time");
|
/external/libopus/celt/ |
modes.c | 186 /* If not the standard mode, interpolate */
|
/external/libopus/silk/ |
main.h | 201 /* Interpolate two vectors */
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
fd3_program.c | 396 if ((fp->inputs[j].interpolate == INTERP_MODE_FLAT) ||
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex.c | 206 /* Interpolate between two vertices to produce a third:
|
/external/opencv/cv/include/ |
cv.hpp | 78 to get interpolate pixel values outside the image _border_mode=IPL_BORDER_*** is used,
|
/external/skia/include/private/ |
SkPathRef.h | 300 void interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const;
|
/external/skqp/include/private/ |
SkPathRef.h | 300 void interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const;
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
ath5k_eeprom.c | 628 * here and interpolate later. 836 * interpolate later. 1071 * To recreate the curves we read here the points and interpolate [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
resize_bilinear_op_test.cc | 245 // interpolate the values in between.
|
/external/tremolo/Tremolo/ |
floor0.c | 115 /* used in init only; interpolate the long way */
|
/external/webp/src/dsp/ |
upsampling_mips_dsp_r2.c | 138 // we interpolate u/v as:
|
/external/webp/src/enc/ |
picture_csp_enc.c | 110 static WEBP_INLINE int Interpolate(int v) { 115 const int y = v1 * x + v0 * ((kGammaTabScale << 2) - x); // interpolate 123 const int y = Interpolate(base_value << shift); // final uplifted value 223 const float y = v1 * x + v0 * (1.f - x); // interpolate [all...] |
/external/webrtc/webrtc/common_audio/resampler/ |
sinc_resampler.cc | 373 // Linearly interpolate the two "convolutions".
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
merge.cc | 192 // to correlate (but not interpolate) with.
|
/external/webrtc/webrtc/modules/video_coding/ |
jitter_estimator.cc | 319 // Interpolate rate_scale linearly, from 1.0 at sample #1, to 30.0 / fps
|
/frameworks/av/media/libmedia/include/media/ |
LinearMap.h | 326 // interpolate / extrapolate: For this computation, we
|
/frameworks/base/libs/hwui/ |
Animator.cpp | 283 fraction = mInterpolator->interpolate(fraction);
|
/frameworks/base/libs/hwui/utils/ |
VectorDrawableUtils.cpp | 86 * @param fraction The fraction to interpolate.
|
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
SurfaceCompositionMeasuringActivity.java | 405 // Interpolate result.
|
/frameworks/rs/script_api/ |
rs_quaternion.spec | 240 arg: float t, "How much to interpolate by."
|
/external/ImageMagick/ImageMagick/script/ |
montage.html | 359 <td><a href="command-line-options.php#interpolate">-interpolate <var>method</var></a></td>
|
/external/ImageMagick/MagickCore/ |
property.c | 177 image->interpolate=clone_image->interpolate; 4192 interpolate; local [all...] |
/external/ImageMagick/www/ |
montage.html | 363 <td><a href="command-line-options.html#interpolate">-interpolate <var>method</var></a></td>
|
Completed in 806 milliseconds
<<11121314151617181920>>