/packages/inputmethods/LatinIME/java/res/values/ |
config-common.xml | 122 <!-- Maximum angular threshold between gesture trails interpolation segments in degree. --> 124 <!-- Maximum distance threshold between gesture trails interpolation segments. --> 126 <!-- Maximum number of gesture trail interpolation segments. -->
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.7/ |
plexus-utils-1.5.7.pom | 160 <include>org.codehaus.plexus:plexus-interpolation</include>
165 <pattern>org.codehaus.plexus.interpolation</pattern>
217 <artifactId>plexus-interpolation</artifactId>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/ |
plexus-utils-1.5.8.pom | 160 <include>org.codehaus.plexus:plexus-interpolation</include>
165 <pattern>org.codehaus.plexus.interpolation</pattern>
217 <artifactId>plexus-interpolation</artifactId>
|
/external/deqp/modules/gles3/functional/ |
es3fRasterizationTests.cpp | 62 "${INTERPOLATION}out highp vec4 v_color;\n" 72 "${INTERPOLATION}in highp vec4 v_color;\n" 206 params["INTERPOLATION"] = (m_flatshade) ? ("flat ") : (""); [all...] |
/external/python/cpython3/Lib/test/ |
test_configparser.py | 45 interpolation = configparser._UNSET variable in class:CfgParserTestCaseClass 58 interpolation=self.interpolation, 747 "bar{equals}something %(with1)s interpolation (1 step)\n" 748 "bar9{equals}something %(with9)s lots of interpolation (9 steps)\n" 749 "bar10{equals}something %(with10)s lots of interpolation (10 steps)\n" 750 "bar11{equals}something %(with11)s lots of interpolation (11 steps)\n" 767 "[Interpolation Error]\n" 956 interpolation = None variable in class:ConfigParserTestCaseNoInterpolation 992 interpolation = configparser.LegacyInterpolation() variable in class:ConfigParserTestCaseLegacyInterpolation 1122 interpolation = configparser.ExtendedInterpolation() variable in class:ConfigParserTestCaseExtendedInterpolation [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
DormandPrince853Integrator.java | 32 * evaluations for interpolation. However, since the first 33 * interpolation evaluation is the same as the first integration 37 * really 12 evaluations per step even if no interpolation is done, 38 * and the overcost of interpolation is only 3 evaluations.</p> 126 // k13 should be for interpolation only, but since it is the same
|
DormandPrince853StepInterpolator.java | 70 /** Time step for stage 14 (interpolation only). */ 102 /** Time step for stage 15 (interpolation only). */ 138 /** Time step for stage 16 (interpolation only). */ 177 /** Interpolation weights. 215 /** Vectors for interpolation. */ 218 /** Initialization indicator for the interpolation vectors. */ 329 // compute the interpolation vectors for this time step
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_flatshade.c | 204 /* Find which vertex shader outputs need constant interpolation, make a list */ 210 /* First pick up the interpolation mode for 226 /* Then resolve the interpolation mode for every output attribute. 233 /* Find the interpolation mode for a specific attribute */ 246 /* Find the interpolation mode for a specific attribute */
|
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
image_ops_test.py | 141 # which uses spline interpolation of order 1, equivalent to bilinear 142 # interpolation. 144 image_ops.rotate(image, np.pi / 4.0, interpolation="BILINEAR").eval(), 152 image_ops.rotate(image, np.pi / 4.0, interpolation="NEAREST").eval(), 172 image_ops.rotate(image, np.pi / 4.0, interpolation="BILINEAR").eval(),
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
image.h | 112 // bilinear interpolation. 157 // Returns true iff the pixel is in the image's boundaries for interpolation 159 // TODO(andrewharp): check in interpolation follow-up change. 221 // Native downsampler that reduces image size using nearest interpolation 225 // interpolation
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
planar_functions.h | 433 // Interpolate between two images using specified amount of interpolation 435 // 'interpolation' is specified as 8 bit fraction where 0 means 100% src0 441 int width, int height, int interpolation); 443 // Interpolate between two ARGB images using specified amount of interpolation 449 int width, int height, int interpolation); 451 // Interpolate between two YUV images using specified amount of interpolation 464 int width, int height, int interpolation);
|
/external/libvpx/libvpx/vpx_scale/generic/ |
vpx_scale.c | 152 * FUNCTION : Performs linear interpolation in one dimension. 225 * FUNCTION : Performs 2-tap linear interpolation in two dimensions. 258 int interpolation = 0; local 315 interpolation = 1; 342 if (interpolation) { 367 if (interpolation) 468 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
|
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 668 // Interpolate between two images using specified amount of interpolation 670 // 'interpolation' is specified as 8 bit fraction where 0 means 100% src0 681 int interpolation); 683 // Interpolate between two ARGB images using specified amount of interpolation 694 int interpolation); 696 // Interpolate between two YUV images using specified amount of interpolation 720 int interpolation);
|
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerFirProcess.h | 264 * with filter phase interpolation. 277 * @param coefsP1 is the next phase of coefsP (used for interpolation). 279 * @param coefsN1 is the next phase of coefsN (used for interpolation). 320 * @param phase is the fractional distance between input frames for interpolation: 357 * whether interpolation is used. 387 // locked polyphase (no interpolation) 411 // Interpolation fraction lerpP derived by shifting all the way up and down
|
/external/deqp/modules/gles31/functional/ |
es31fSeparateShaderTests.cpp | 157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) 159 switch (interpolation) 166 DE_FATAL("Invalid interpolation"); 173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) 175 switch (interpolation) 182 DE_FATAL("Invalid interpolation"); 314 // interpolation can only be either smooth or flat. Auxiliary storage does not matter. 375 outputs[i].interpolation = varyings.frgInputs[i].interpolation [all...] |
/external/libavc/common/ |
ih264_inter_pred_filters.c | 26 * Contains function definitions for inter prediction interpolation filters 200 * sec 8.4.2.2.1 titled "Luma sample interpolation process" 270 * sec 8.4.2.2.1 titled "Luma sample interpolation process" 340 * interpolation process" 425 * sec 8.4.2.2.1 titled "Luma sample interpolation process" 498 * described in sec 8.4.2.2.1 titled "Luma sample interpolation process" 581 * is described in sec 8.4.2.2.1 titled "Luma sample interpolation process" 682 * "Luma sample interpolation process" 687 * the six tap filter followed by interpolation is stored. 797 * "Luma sample interpolation process [all...] |
/external/deqp/framework/referencerenderer/ |
rrRasterizer.hpp | 114 * - Depth interpolation 115 * - Perspective-correct barycentric computation for interpolation 171 * - Depth interpolation 172 * - Perspective-correct interpolation 212 * - Depth interpolation 213 * - Perspective-correct interpolation
|
/external/tensorflow/tensorflow/contrib/resampler/kernels/ |
resampler_ops.cc | 75 // The interpolation function: 138 "Only bilinear interpolation is currently supported. The " 150 "Only bilinear interpolation is supported, warping " 262 // The interpolation function whose gradient this function implements: 343 "Only bilinear interpolation is supported, the input data " 360 "Only bilinear interpolation is supported, warping "
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
pitch_filter.c | 28 * Note that |lag| is a floating number so we perform an interpolation to 36 /* interpolation coefficients; generated by design_pitch_filter.m */ 91 * fractional pitch by interpolation. 301 /* No interpolation if pitch lag step is big. */ 316 /* Calculate interpolation steps for pitch-lag and pitch-gain. */ 326 /* Step-wise interpolation of pitch gains and lags. As pitch-lag changes,
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
vktRasterizationTests.cpp | 67 "layout(location = 0) ${INTERPOLATION}out highp vec4 v_color;\n" 80 "layout(location = 0) ${INTERPOLATION}in highp vec4 v_color;\n" 126 params["INTERPOLATION"] = (m_flatshade) ? ("flat ") : (""); [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
RawConverter.java | 146 * of raw pixels using a simple bilinear-interpolation demosaicing algorithm. 342 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor); 495 * Find the interpolation factor to use with the RAW matrices given a neutral color point. 505 * @param neutralColorPoint the neutral color point used to calculate the interpolation factor. 507 * @return the interpolation factor corresponding to the given neutral color point. 528 double interpFactor = 0.5; // Initial guess for interpolation factor 552 Log.d(TAG, "Finding interpolation factor, initial guess 0.5..."); 554 // Iteratively guess xy value, find new CCT, and update interpolation factor. 595 Log.d(TAG, "New interpolation factor: " + interpFactor); 600 Log.w(TAG, "Could not converge on interpolation factor, using factor " + interpFactor [all...] |
/external/dng_sdk/source/ |
dng_mosaic_info.h | 142 /// Demosaic interpolation of a single plane for non-downsampled case. 155 /// Demosaic interpolation of a single plane for downsampled case. 170 /// Demosaic interpolation of a single plane. Chooses between generic and fast interpolators based on parameters.
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
quaternion.hpp | 85 //! Returns an intermediate control point for squad interpolation. 174 /// Quaternion interpolation using the rotation short path. 183 /// Quaternion normalized linear interpolation.
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
quaternion.hpp | 85 //! Returns an intermediate control point for squad interpolation. 174 /// Quaternion interpolation using the rotation short path. 183 /// Quaternion normalized linear interpolation.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
USBAudioPeripheralPlayerActivity.java | 48 // the +1 is so we can repeat the 0th sample and simplify the interpolation calculation.
|