/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/libvpx/libvpx/test/ |
variance_test.cc | 64 // bilinear interpolation at a 16th pel step 178 // bilinear interpolation at a 16th pel step
|
/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/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 281 /* XXX: Handle all possible interpolation modes */ 318 fprintf(stderr, "Warning: Unhandled interpolation mode.\n");
|
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 369 * Bilinear interpolation of two source rows. 427 * Bilinear interpolation of two source rows. floating point pixels.
|
/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/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/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 | 281 * provide the necessary interpolation between the Object values to derive the animated 304 * provide the necessary interpolation between the Object values to derive the animated
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 640 float interpolation = 642 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>
|
/frameworks/base/services/java/com/android/server/power/ |
ElectronBeam.java | 253 // compute interpolation scale factors for each color channel 329 // compute interpolation scale factor
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
PieRenderer.java | 324 // linear interpolation 863 // Linear interpolation [all...] |
/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 697 * emit interpolation for it. 705 /* Constant interpolation (flat shading) case. The SF has 717 /* Smooth/noperspective interpolation case. */ 977 * It's a FS only attribute, and we did interpolation for this attribute 1052 * Gen6, that was the only supported interpolation mode, and since Gen6, [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 697 * emit interpolation for it. 705 /* Constant interpolation (flat shading) case. The SF has 717 /* Smooth/noperspective interpolation case. */ 977 * It's a FS only attribute, and we did interpolation for this attribute 1052 * Gen6, that was the only supported interpolation mode, and since Gen6, [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/ |
gl-matrix.js | 448 * Performs a linear interpolation between two vec2's 453 * @param {Number} t interpolation amount between the two inputs 955 * Performs a linear interpolation between two vec3's 960 * @param {Number} t interpolation amount between the two inputs [all...] |