Searched
full:nearest (Results
401 -
425 of
1005) sorted by null
<<11121314151617181920>>
/external/pixman/test/ |
scaling-test.c | 2 * Test program, which can detect some problems with nearest neighbour
|
/external/qemu/android/ |
snapshot.c | 154 /* headers are 8 byte aligned, ceil to nearest multiple of 8 */
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 325 /* Round to nearest integer.
|
jpegint.h | 191 * into our index and is the nearest one to the left of rM.
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_sysvideo.h | 232 /* get nearest monitor's rectangle */
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgvideo.c | 175 * Round up to the nearest Bytes per pixel
|
/external/skia/include/core/ |
SkScalar.h | 126 /** Returns the product of a SkScalar and an int rounded to the nearest integer value
|
/external/skia/src/gpu/gl/ |
GrGLProgram.cpp | 227 static GrTextureParams kParams; // the default is clamp, nearest filtering.
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4AMRR_CoreReader.h | 175 * @param pObtainCTS(OUT) : Returned time nearest to target.
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeYUVtoBGR565.c | 227 is the distance from the nearest neighbor in the p (resp. q) direction
|
M4VIFI_ResizeYUVtoRGB565.c | 231 is the distance from the nearest neighbor in the p (resp. q) direction
|
/frameworks/base/media/java/android/media/audiofx/ |
BassBoost.java | 123 * accuracy for setting the strength, it is allowed to round the given strength to the nearest
|
Virtualizer.java | 125 * accuracy for setting the strength, it is allowed to round the given strength to the nearest
|
/frameworks/native/services/surfaceflinger/ |
DispSync.cpp | 45 // present time and the nearest software-predicted vsync.
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSessionTest.java | 57 // We use OpenSSL, which only returns times accurate to the nearest second.
|
/ndk/sources/host-tools/make-3.81/ |
hash.c | 315 /* Round a given number up to the nearest power of 2. */
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocationClustering.java | 243 // step 2: assign each point to the nearest center.
|
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 177 not a power of two, the nearest greater power is used. 455 round up n to nearest pagesize.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/ |
voronoi.cc | 210 // Round up to the nearest power of two so we can divide by parts cleanly. We 211 // could round up to the nearest 16 pixels, but it runs much faster when
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/ |
README | 479 Makefile.in files are generated from the nearest directory up the chain 485 which is the nearest parent directory that contains a configure.in.
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.idl | 299 const GLenum NEAREST = 0x2600; 303 /* NEAREST */ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayer.h | 219 // Gets the nearest enclosing positioned ancestor layer (also includes 223 // Returns the nearest enclosing layer that is scrollable. [all...] |
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_framebuffer_blit.txt | 151 Because stretching is not supported, <filter> must be NEAREST and 345 <filter> is not NEAREST.
|
/external/chromium_org/third_party/libwebp/enc/ |
analysis.c | 176 // Assign nearest center for each 'a' 177 n = 0; // track the nearest center for current 'a'
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 532 * Round to nearest less or equal power of two of the input. 574 * (aligned to a 4x4 grid), rounded down to the nearest power of two:
|
Completed in 749 milliseconds
<<11121314151617181920>>