/external/ImageMagick/utilities/ |
composite.1.in | 39 \-interpolate method pixel color interpolation method
|
identify.1 | 34 \-interpolate method pixel color interpolation method
|
identify.1.in | 34 \-interpolate method pixel color interpolation method
|
import.1 | 36 \-interpolate method pixel color interpolation method
|
import.1.in | 36 \-interpolate method pixel color interpolation method
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
DividedDifferenceInterpolator.java | 52 public PolynomialFunctionNewtonForm interpolate(double x[], double y[]) throws method in class:DividedDifferenceInterpolator
|
/external/dng_sdk/source/ |
dng_hue_sat_map.h | 226 static dng_hue_sat_map * Interpolate (const dng_hue_sat_map &map1,
|
/external/e2fsprogs/resize/ |
extent.c | 163 /* Interpolate for efficiency */
|
/external/libopus/ |
Android.bp | 53 "silk/interpolate.c",
|
/external/libopus/silk/ |
LP_variable_cutoff.c | 125 /* Interpolate filter coefficients */
|
/external/libopus/silk/fixed/ |
find_LPC_FIX.c | 91 /* Interpolate NLSFs for first half */
|
/external/libvpx/libvpx/vpx_dsp/ |
vpx_convolve.c | 164 // (1) Interpolate horizontally into an intermediate buffer, temp. 165 // (2) Interpolate temp vertically to derive the sub-pixel result. 397 // (1) Interpolate horizontally into an intermediate buffer, temp. 398 // (2) Interpolate temp vertically to derive the sub-pixel result.
|
/external/ltp/testcases/realtime/tools/ |
ftqviz.py | 71 # interpolate the data to achieve a uniform sample rate for use in the fft
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_emulate.c | 54 assert(decl->Declaration.Interpolate);
|
/external/mesa3d/src/mesa/swrast/ |
s_alpha.c | 131 /* Interpolate alpha values */
|
s_span.h | 46 * In general, the point/line/triangle functions interpolate/emit the
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex.h | 82 /* Interpolate between two vertices to produce a third:
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_flog.c | 90 /* interpolate mantissa */
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTMatrix.h | 646 @param[in] v1 First vector to interpolate from 647 @param[in] v2 Second vector to interpolate form 660 @param[in] v1 First vector to interpolate from 661 @param[in] v2 Second vector to interpolate form
|
/external/tensorflow/tensorflow/contrib/integrate/python/ops/ |
odes.py | 364 def interpolate(solution, history, rk_state, i): function in function:_dopri5 365 """Interpolate through the next time point, integrating as necessary.""" 366 with ops.name_scope('interpolate'): 391 interpolate, (solution, history, rk_state, 1),
|
/external/tensorflow/tensorflow/python/training/ |
tensorboard_logging.py | 128 *args: Arguments to interpolate to the message template, if any.
|
/external/universal-tween-engine/ |
README.md | 92 * Every attribute can be interpolated. The only requirement is that what you want to interpolate can be represented as a float number.
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
matrix_interpolation.inl | 122 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> interpolate
|
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerFirProcessSSE.h | 71 if (!FIXED) { // interpolate
|
/frameworks/base/libs/hwui/ |
PropertyValuesAnimatorSet.cpp | 178 float interpolatedFraction = mInterpolator->interpolate(fraction);
|