HomeSort by relevance Sort by last modified time
    Searched full:interpolation (Results 201 - 225 of 1266) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
Vector2dTest.java 25 import com.badlogic.gdx.math.Interpolation;
45 private Interpolation interpolator = Interpolation.swing;
  /external/libopus/silk/
tables_other.c 91 /* Tables for NLSF interpolation factor */
115 /* Interpolation points for filter coefficients used in the bandwidth transition smoother */
125 /* Interpolation points for filter coefficients used in the bandwidth transition smoother */
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_impl_avx2.c 348 // x_offset = 0 and y_offset = bilin interpolation
398 // x_offset = 8 and y_offset = bilin interpolation
421 // x_offset = bilin interpolation and y_offset = 0
437 // x_offset = bilin interpolation and y_offset = 8
462 // x_offset = bilin interpolation and y_offset = bilin interpolation
547 // x_offset = 0 and y_offset = bilin interpolation
608 // x_offset = 8 and y_offset = bilin interpolation
637 // x_offset = bilin interpolation and y_offset = 0
658 // x_offset = bilin interpolation and y_offset =
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLVarying.h 88 * therefore does not require perspective-correct interpolation. When supported, this allows
90 * interpolation.
112 * Flat interpolation is not always supported and the user must check the caps before using.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
PiecewiseLinearIndentationFunctor.java 23 * The base values are based on an interpolation between a linear function and a
53 * @param linearPart The interpolation factor between the linear and the quadratic amount taken.
89 // We directly start at the stack, so no initial interpolation.
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/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>
  /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 58 "${INTERPOLATION}out highp vec4 v_color;\n"
68 "${INTERPOLATION}in highp vec4 v_color;\n"
202 params["INTERPOLATION"] = (m_flatshade) ? ("flat ") : ("");
    [all...]
  /external/ceres-solver/internal/ceres/
line_search.cc 166 // BISECTION interpolation. Using BISECTION when trying to expand is
169 // agnostic to the interpolation type.
177 << "Ceres bug: lower-bound sample for interpolation is invalid, "
189 // Two point interpolation using function values and the
194 // Three point interpolation, using function values and the
199 // Two point interpolation using the function values and the gradients.
203 // Three point interpolation using the function values and
473 // calculate it together with the value, irrespective of the interpolation
590 // We are performing 2-point interpolation only here, but the API of
592 // 3-point interpolation, so pad call with a sample with an invali
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 845 * This function performs interpolation for horizontal 1/2-pel positions
852 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 845 * This function performs interpolation for horizontal 1/2-pel positions
852 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 845 * This function performs interpolation for horizontal 1/2-pel positions
852 * [in] iDstStep Step of the destination(interpolation) buffer.
    [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
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-archiver/2.5/
maven-archiver-2.5.jar 
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 159 * FUNCTION : Performs linear interpolation in one dimension.
229 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
271 int interpolation = 0; local
330 interpolation = 1;
358 if (interpolation) {
382 if (interpolation)
473 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
  /external/libyuv/files/include/libyuv/
planar_functions.h 419 // Interpolate between two images using specified amount of interpolation
421 // 'interpolation' is specified as 8 bit fraction where 0 means 100% src0
427 int width, int height, int interpolation);
429 // Interpolate between two ARGB images using specified amount of interpolation
435 int width, int height, int interpolation);
437 // Interpolate between two YUV images using specified amount of interpolation
450 int width, int height, int interpolation);
  /frameworks/av/services/audioflinger/
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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 158 * FUNCTION : Performs linear interpolation in one dimension.
228 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
270 int interpolation = 0; local
329 interpolation = 1;
357 if (interpolation) {
381 if (interpolation)
472 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
  /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/opencv3/modules/imgproc/src/
imgwarp.cpp 124 /************** interpolation formulas and tables ***************/
211 CV_Error( CV_StsBadArg, "Unknown interpolation method" );
228 CV_Error( CV_StsBadArg, "Unknown/unsupported interpolation type" );
    [all...]
  /external/aac/libAACdec/src/
conceal.cpp 113 3) Interpolation: The interpolation routine swaps the spectral data from the previous and the
315 0 = interpolation method (adds delay)
798 /* Energy interpolation concealment based on 3GPP */
    [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...]

Completed in 739 milliseconds

1 2 3 4 5 6 7 891011>>