OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpolation
(Results
226 - 250
of
1360
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
GradientTests.java
60
}, 20)); // Tolerance set to account for dithering and
interpolation
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
EulerIntegrator.java
29
* <code>f(t+h)=f(t)+hf'</code>. The
interpolation
scheme used for
/external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.hpp
23
* \brief Varying
interpolation
accuracy tests.
/external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.hpp
23
* \brief Varying
interpolation
accuracy tests.
/external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.hpp
23
* \brief Multisample
interpolation
state query tests
es31fShaderMultisampleInterpolationTests.hpp
23
* \brief Multisample
interpolation
tests
/external/libopus/silk/
init_encoder.c
57
/* Used to deactivate LSF
interpolation
, pitch prediction */
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h
48
// If filtering is kFilterBilinear,
interpolation
is used to produce a better
/external/libyuv/files/include/libyuv/
scale.h
56
// If filtering is kFilterBilinear,
interpolation
is used to produce a better
/external/mesa3d/docs/relnotes/
6.4.1.html
49
<li>fixed occasional triangle color
interpolation
problem on VMS
/external/pdfium/third_party/lcms/
0018-backport-c0a98d86.patch
13
// Floating-point version of 1D
interpolation
/external/python/cpython2/Doc/library/
fpformat.rst
21
interpolation
operator described in the :ref:`string-formatting` section.
/external/skia/src/gpu/ccpr/
GrCCCubicShader.cpp
136
using
Interpolation
= GrGLSLVaryingHandler::
Interpolation
;
139
varyingHandler->addVarying("dklmddx", &fdKLMDdx,
Interpolation
::kCanBeFlat);
145
varyingHandler->addVarying("dklmddy", &fdKLMDdy,
Interpolation
::kCanBeFlat);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTQuaternionF.cpp
102
@Output qOut Result of the
interpolation
105
@Input t Coefficient of
interpolation
106
@Description Perform a Spherical Linear
intERPolation
between quaternion A
140
interpolation
methods require choosing one over the other.
PVRTQuaternionX.cpp
105
@Output qOut Result of the
interpolation
108
@Input t Coefficient of
interpolation
109
@Description Perform a Spherical Linear
intERPolation
between quaternion A
145
interpolation
methods require choosing one over the other.
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
filtering_postprocessor.py
122
#
interpolation
. Make sure they're identical to be sure.
194
interpolation
transitions between not-anomaly and anomaly; lower
247
# Do a linear
interpolation
between predicted and inferred model state
256
# TODO(allenl): Try different responsibility scalings and
interpolation
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
create_augmented_vec.c
43
/*
interpolation
*/
/packages/apps/Camera2/src/com/android/camera/ui/motion/
InterpolateUtils.java
28
* Linear
interpolation
from v0 to v1 as t goes from 0...1
/prebuilts/misc/common/robolectric/3.1.1/lib/
maven-project-2.2.1.pom
63
<artifactId>plexus-
interpolation
</artifactId>
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.0/
maven-project-2.2.0.pom
63
<artifactId>plexus-
interpolation
</artifactId>
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.pom
63
<artifactId>plexus-
interpolation
</artifactId>
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-components/1.1.15/
plexus-components-1.1.15.pom
29
<module>plexus-
interpolation
</module>
/external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py
30
interpolation
. Note that `__name__' is always an intrinsic default;
163
"""Base class for
interpolation
-related exceptions."""
191
msg = ("Value
interpolation
too deeply recursive:\n"
589
optional argument `raw' is true. Values for
interpolation
keys are
650
# do the string
interpolation
681
# do the string
interpolation
708
"bad
interpolation
variable reference %r" % rest)
743
raise ValueError("invalid
interpolation
syntax in %r at "
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingPolynomialBicubicSplineInterpolator.java
17
package org.apache.commons.math.analysis.
interpolation
;
28
* Generates a bicubic
interpolation
function.
Completed in 383 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>