HomeSort by relevance Sort by last modified time
    Searched full:nearest (Results 176 - 200 of 983) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentCartoonEdge.java 88 // t.setMagFilter(Texture.MagFilter.Nearest);
  /external/jpeg/
jdsample.c 361 /* inptr0 points to nearest input row, inptr1 points to next nearest */
363 if (v == 0) /* next nearest is row above */
365 else /* next nearest is row below */
  /external/mesa3d/src/mesa/main/
texobj.h 101 /* If the format is integer, only nearest filtering is allowed */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdsample.c 362 /* inptr0 points to nearest input row, inptr1 points to next nearest */
364 if (v == 0) /* next nearest is row above */
366 else /* next nearest is row below */
  /external/skia/include/utils/
SkInterpolator.h 110 nearest key values (kNormal).
  /external/skia/src/core/
SkBitmapScaler.h 65 // the destination pixel. For enlargement, this is nearest neighbor.
SkPMFloat.h 45 // round() and roundClamp() round component values to the nearest integer.
  /external/skia/src/gpu/
GrGeometryProcessor.h 77 * will be padded to the nearest 4 bytes for performance reasons.
  /frameworks/base/libs/hwui/
RenderBuffer.h 119 // Round to the nearest byte
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsic3DLUT.java 23 * allocation. The 8 nearest values are sampled and linearly interpolated. The
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
resize.rs 26 uchar4 __attribute__((kernel)) nearest(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
resize.rs 26 uchar4 __attribute__((kernel)) nearest(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
resize.rs 26 uchar4 __attribute__((kernel)) nearest(uint32_t x, uint32_t y) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 25 * allocation. The 8 nearest values are sampled and linearly interpolated. The
  /libcore/luni/src/main/java/java/util/logging/
LoggingMXBean.java 66 * level is inherited from the nearest non-null ancestor.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ResendMessageAction.java 71 // MMS expects timestamp rounded to nearest second
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 29 /* A time value that is accurate to the nearest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 29 /* A time value that is accurate to the nearest
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
divworst.c 12 * toward 0 and to nearest are different.
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/machine/
fenv.h 38 * * 00 - Round to Nearest (RN) mode;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 309 // Active nearest line
340 // Active nearest line
368 // Active nearest line
429 // No active nearest line when you're over the self pos!
  /external/libopus/celt/
fixed_generic.h 42 /** 16x32 multiplication, followed by a 16-bit shift right (round-to-nearest). Results fits in 32 bits */
76 /** 32-bit arithmetic shift right with rounding-to-nearest instead of rounding down */
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 216 int_mv *mvlist, int_mv *nearest, int_mv *near);
221 int_mv *nearest, int_mv *near);

Completed in 289 milliseconds

1 2 3 4 5 6 78 91011>>