/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Texture.java | 89 * Nearest neighbor interpolation is the fastest and crudest filtering 160 * Nearest neighbor interpolation is the fastest and crudest filtering
|
/external/mesa3d/docs/ |
VERSIONS | 226 - floating point exceptions in texture coordinate interpolation 337 - linear interpolation of mipmap levels was incorrectly weighted 550 - textured line interpolation was somewhat broken 551 - textured triangle interpolation was also somewhat broken [all...] |
/external/mesa3d/src/mesa/main/ |
macros.h | 585 /** \name Linear interpolation macros */ 589 * Linear interpolation
|
/external/opencv/cv/src/ |
_cvipp.h | 203 double xfactor, double yfactor, int interpolation )) 276 void* dst, int dststep, CvSize dstsize, int interpolation )) [all...] |
cvimgwarp.cpp | 51 /************** interpolation constants and tables ***************/ [all...] |
/external/skia/src/pdf/ |
SkPDFShader.cpp | 42 /* Assumes t + startOffset is on the stack and does a linear interpolation on t 125 for interpolation.
|
/external/tremolo/Tremolo/ |
mdct.c | 340 /* linear interpolation between table values: offset=0.5, step=1 */ 366 /* linear interpolation between table values: offset=0.25, step=0.5 */
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
ps_init_stereo_mixing.cpp | 351 * Linear interpolation 456 * Linear interpolation
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
int_lpc.h | 138 * Purpose : Interpolation of the LPC parameters. Same as the Int_lpc 188 * Purpose : Interpolation of the LPC parameters. Same as the Int_lpc
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
log2_norm.cpp | 116 interpolation. The following steps are used to compute Log2(L_x): 228 /* and linear interpolation, i.e., */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
dtx_dec.cpp | 559 // Compute interpolation factor, since the division only works 561 // interpolation to 32 frames 595 // no interpolation at startup after coder reset 803 // reset interpolation length timer 1043 /* Compute interpolation factor, since the division only works * 1045 * interpolation to 32 frames */ 1095 /* no interpolation at startup after coder reset */ [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pred_lt4.cpp | 56 interpolation of resolution 1/4. 109 /* 1/4 resolution interpolation filter (-3 dB at 0.856*fs/2) in Q14 */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_outside.cpp | 87 interpolated those pixels lying outside the bottom boundary. The interpolation 97 Once the pixel interpolation is complete, the motion compensated output values
|
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | 252 * provide the necessary interpolation between the Object values to derive the animated 275 * provide the necessary interpolation between the Object values to derive the animated
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 638 float interpolation = 640 final int dx = (int) (totalDeltaX * (1 - interpolation));
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__quaternion_8rsh.html | 538 <p>Performs spherical linear interpolation between two quaternions </p> 541 <tr><td class="paramname">q</td><td>result quaternion from interpolation </td></tr>
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 107 * Resets the interpolation. 185 * Sets the bit rate used in the interpolation.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
stream.h | 214 * often PulseAudio offers a timing interpolation system. If 456 * interpolation has been requested (PA_STREAM_INTERPOLATE_TIMING)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
stream.h | 214 * often PulseAudio offers a timing interpolation system. If 456 * interpolation has been requested (PA_STREAM_INTERPOLATE_TIMING)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
stream.h | 214 * often PulseAudio offers a timing interpolation system. If 456 * interpolation has been requested (PA_STREAM_INTERPOLATE_TIMING)
|
/external/opencv/cv/include/ |
cv.h | 270 int interpolation CV_DEFAULT( CV_INTER_LINEAR )); 368 Values of pixels with fractional coordinates are retrieved using bilinear interpolation*/ 374 ( a21 a22 | b2 ) (bilinear interpolation is used to retrieve pixels [all...] |
/external/aac/libSBRdec/include/ |
sbrdecoder.h | 230 * \param drcInterpolationScheme DRC interpolation scheme.
|
/external/aac/libSBRenc/include/ |
sbr_encoder.h | 212 INT sbr_interpol_freq; /*!< Flag: use interpolation in freq. direction. */
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
balloon_view_gtk.cc | 186 // Linear interpolation from start to end position.
|
/external/chromium/chrome/browser/ui/views/notifications/ |
balloon_view.cc | 224 // Linear interpolation from start to end position.
|