HomeSort by relevance Sort by last modified time
    Searched full:interpolation (Results 276 - 300 of 1340) sorted by null

<<11121314151617181920>>

  /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...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 114 * - Depth interpolation
115 * - Perspective-correct barycentric computation for interpolation
170 * - Depth interpolation
171 * - Perspective-correct interpolation
211 * - Depth interpolation
212 * - Perspective-correct interpolation
  /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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 31 ;// Performs quarter pel interpolation of inter luma MB.
41 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
99 ;// Interpolation of luma is implemented by processing block of pixels, size 4x4 at a time.
112 ;// Registers used for implementing Horizontal interpolation
130 ;// Registers used for implementing Vertical interpolation
145 ;// Registers used for implementing Diagonal interpolation
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 50 ;// Does interpolation for the case of "IntegerPixel" predictType. Both
86 ;// Does interpolation for the case of "HalfPixelX" predictType. The two
148 ;// Does interpolation for the case of "HalfPixelY" predictType. The two
202 ;// Does interpolation for the case of "IntegerPixel" predictType. Both
377 ;// All these together implement the interpolation functionality
398 ;// After interpolation is done, residue needs to be added. This is done
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_quarter.s 70 ;// Approach to vertical interpolation
72 ;// Interpolation is done by using 32-bit loads and stores
197 UHSUB8 res, res, tmp1 ;// bilinear interpolation
248 UHSUB8 res, res, tmp2 ;// bilinear interpolation
298 UHSUB8 res, res, tmp3 ;// bilinear interpolation
347 UHSUB8 res, res, tmp5 ;// bilinear interpolation
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 136 * of raw pixels using a simple bilinear-interpolation demosaicing algorithm.
308 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor);
461 * Find the interpolation factor to use with the RAW matrices given a neutral color point.
471 * @param neutralColorPoint the neutral color point used to calculate the interpolation factor.
473 * @return the interpolation factor corresponding to the given neutral color point.
494 double interpFactor = 0.5; // Initial guess for interpolation factor
518 Log.d(TAG, "Finding interpolation factor, initial guess 0.5...");
520 // Iteratively guess xy value, find new CCT, and update interpolation factor.
561 Log.d(TAG, "New interpolation factor: " + interpFactor);
566 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.
  /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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
border-image-outset-interpolation.html 22 <script src="resources/interpolation-test.js"></script>
border-image-source-interpolation.html 19 <script src="resources/interpolation-test.js"></script>
list-style-image-interpolation.html 20 <script src="resources/interpolation-test.js"></script>
object-position-interpolation.html 20 <script src="resources/interpolation-test.js"></script>
transform-perspective-interpolation.html 32 <script src="resources/interpolation-test.js"></script>
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/
same-offset-keyframes.html 25 'interpolation pattern at the offset relative to the ordering of the keyframes.',
  /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.

Completed in 1121 milliseconds

<<11121314151617181920>>