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

1 2 3 4 5 6 7 891011>>

  /external/jpeg/
jdsample.c 291 * The upsampling algorithm is linear interpolation between pixel centers,
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 290 // Create the coeffients that will be used for the cubic interpolation.
  /external/mesa3d/src/glsl/
linker.cpp 550 if (input->interpolation != output->interpolation) {
553 "interpolation qualifier, "
555 "interpolation qualifier\n",
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdsample.c 291 * The upsampling algorithm is linear interpolation between pixel centers,
  /external/speex/libspeex/
nb_celp.c 662 /* LSP interpolation (quantized and unquantized) */
888 /* Store the LSPs for interpolation in the next frame */
    [all...]
jitter.c 155 int interp_requested; /**< An interpolation is requested by speex_jitter_update_delay() */
646 /* Should we force an increase in the buffer or just do normal interpolation? */
  /external/tremolo/Tremolo/
floor1.c 331 /* unwrap positive values and reconsitute via linear interpolation */
  /external/webkit/Source/WebCore/inspector/front-end/
CSSKeywordCompletions.js 218 "color-interpolation": [
  /external/webrtc/src/common_audio/signal_processing/
resample.c 28 // interpolation coefficients
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 282 /* Compute interpolation factor, since the division only works * for values of since_last_sid <
283 * 32 we have to limit the * interpolation to 32 frames */
322 /* no interpolation at startup after coder reset */
444 /* reset interpolation length timer if data has been updated. */
interpolate_isp.cpp 56 Interpolation of the LP parameters in 4 subframes
pvamrwbdecoder_cnst.h 104 #define L_INTERPOL (16+1) /* Length of filter for interpolation */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 140 * Linear interpolation *
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 61 /* for sub-pel search and interpolation */
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 58 * interpolation from a start color (default: <0.0, 0.0, 0.0> on the left
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 237 OMX_U32 quartPelDisable ; /*< enable/disable Quarter Pel Interpolation*/
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector3f.java 830 * Sets this vector to the interpolation by changeAmnt from this to the finalVec
844 * Sets this vector to the interpolation by changeAmnt from beginVec to finalVec
    [all...]
Vector4f.java 779 * Sets this vector to the interpolation by changeAmnt from this to the finalVec
794 * Sets this vector to the interpolation by changeAmnt from beginVec to finalVec
  /external/libyuv/files/source/
scale.cc 44 * NEON downscalers with interpolation.
172 * SSE2 downscalers with interpolation.
740 // Scale 16x3 pixels to 6x1 with interpolation
804 // Scale 16x2 pixels to 6x1 with interpolation
    [all...]
  /external/quake/quake/src/QW/client/
cl_ents.c 425 f = 0; // FIXME: no interpolation right now
430 s2 = s1; // FIXME: no interpolation right now
  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 365 * Use linear interpolation.
453 * Use linear interpolation.
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf.cpp 153 and interpolation.
276 and interpolation.
  /frameworks/base/core/java/android/widget/
OverScroller.java 493 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
668 * spline interpolation. The previous duration was needed to get to oldFinal.
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 619 interpolation doesn't have to special-case being at the last point.
673 interpolation doesn't have to special-case being at the last point.
788 // know about the padding at the end to make interpolation faster.
931 // Linear interpolation (lerp) is unnecessary if there are no sharp
    [all...]

Completed in 1519 milliseconds

1 2 3 4 5 6 7 891011>>