/external/opencv3/modules/imgproc/test/ |
test_imgwarp_strict.cpp | 94 int interpolation; member in class:CV_ImageWarpBaseTest 101 BaseTest(), interpolation(-1), 134 return str.empty() ? "Unsupported/Unkown interpolation type" : str; 181 // generating an interpolation type 182 interpolation = rng.uniform(0, CV_INTER_LANCZOS4 + 1); 186 if (interpolation == INTER_AREA) 216 if (interpolation == INTER_AREA && (scale_x < 1.0 || scale_y < 1.0)) 217 interpolation = INTER_LINEAR; 246 if (interpolation == INTER_CUBIC) 248 else if (interpolation == INTER_LANCZOS4 [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
web-animations-next.dev.html | 23 <script src="src/property-interpolation.js"></script> 27 <script src="src/interpolation.js"></script> 28 <script src="src/matrix-interpolation.js"></script>
|
web-animations.dev.html | 23 <script src="src/property-interpolation.js"></script> 27 <script src="src/interpolation.js"></script> 28 <script src="src/matrix-interpolation.js"></script>
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
Tween.java | 8 * Core class of the Tween Engine. A Tween is basically an interpolation 10 * Tween is that you can apply an easing formula on this interpolation, in 177 * Factory creating a new standard interpolation. This is the most common 178 * type of interpolation. The starting values are retrieved automatically 182 * <b>You need to set the target values of the interpolation by using one 183 * of the target() methods</b>. The interpolation will run from the 202 * @param target The target object of the interpolation. 203 * @param tweenType The desired type of interpolation. 204 * @param duration The duration of the interpolation, in milliseconds. 216 * Factory creating a new reversed interpolation. The ending values ar [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsintrp.c | 29 // This module incorporates several interpolation routines, for 1 to 8 channels on input and 30 // up to 65535 channels on output. The user may change those by using the interpolation plug-in 32 // Interpolation routines by default 38 // The interpolation plug-in memory chunk allocator/dup 77 // Set the interpolation method 82 p ->Interpolation.Lerp16 = NULL; 86 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags); 90 if (p ->Interpolation.Lerp16 == NULL) 91 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags); 94 if (p ->Interpolation.Lerp16 == NULL) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
LinearInterpolator.java | 17 package org.apache.commons.math.analysis.interpolation; 27 * Implements a linear function for interpolation of real univariate functions. 34 * @param x the arguments for the interpolation points 35 * @param y the values for the interpolation points
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/ |
border-color-interpolation.html | 19 <script src="resources/interpolation-test.js"></script>
|
border-width-interpolation.html | 19 <script src="resources/interpolation-test.js"></script>
|
bottom-interpolation.html | 19 <script src="resources/interpolation-test.js"></script>
|
color-interpolation.html | 16 <script src="resources/interpolation-test.js"></script>
|
height-interpolation.html | 18 <script src="resources/interpolation-test.js"></script>
|
left-interpolation.html | 20 <script src="resources/interpolation-test.js"></script>
|
letter-spacing-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
margin-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
max-height-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
max-width-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
min-height-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
min-width-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
opacity-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
outline-color-interpolation.html | 19 <script src="resources/interpolation-test.js"></script>
|
outline-offset-interpolation.html | 20 <script src="resources/interpolation-test.js"></script>
|
padding-interpolation.html | 17 <script src="resources/interpolation-test.js"></script>
|
right-interpolation.html | 20 <script src="resources/interpolation-test.js"></script>
|
text-decoration-color-interpolation.html | 18 <script src="resources/interpolation-test.js"></script>
|
text-indent-interpolation.html | 15 <script src="resources/interpolation-test.js"></script>
|