Searched
full:nearest (Results
551 -
575 of
1437) sorted by null
<<21222324252627282930>>
/external/compiler-rt/lib/builtins/ |
divtf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even).
|
/external/deqp/framework/opengl/simplereference/ |
sglrReferenceContext.cpp | 116 return mode != tcu::Sampler::NEAREST && mode != tcu::Sampler::LINEAR; 391 m_emptyTex1D.getSampler().minFilter = tcu::Sampler::NEAREST; 392 m_emptyTex1D.getSampler().magFilter = tcu::Sampler::NEAREST; 399 m_emptyTex2D.getSampler().minFilter = tcu::Sampler::NEAREST; 400 m_emptyTex2D.getSampler().magFilter = tcu::Sampler::NEAREST; 407 m_emptyTexCube.getSampler().minFilter = tcu::Sampler::NEAREST; 408 m_emptyTexCube.getSampler().magFilter = tcu::Sampler::NEAREST; 418 m_emptyTex2DArray.getSampler().minFilter = tcu::Sampler::NEAREST; 419 m_emptyTex2DArray.getSampler().magFilter = tcu::Sampler::NEAREST; 427 m_emptyTex3D.getSampler().minFilter = tcu::Sampler::NEAREST; [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureWrapTests.cpp | 253 { "nearest", GL_NEAREST },
|
/external/deqp/scripts/opengl/ |
gen_str_util.py | 444 ("TextureFilter", ["NEAREST", "LINEAR", "NEAREST_MIPMAP_NEAREST", "LINEAR_MIPMAP_NEAREST",
|
/external/elfutils/libebl/ |
eblstrtab.c | 122 /* Allocate nearest multiple of pagesize >= len. */
|
/external/fio/ |
smalloc.c | 194 /* round up to nearest full number of blocks */
|
/external/guava/guava/src/com/google/common/cache/ |
Striped64.java | 45 * reaching the nearest power of two greater than or equal to the
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedBytes.java | 94 * Returns the {@code byte} value that, when treated as unsigned, is nearest
|
/external/icu/icu4c/source/i18n/ |
decContext.h | 79 DEC_ROUND_HALF_EVEN, /* 0.5 rounds to nearest even */
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
MathUtils.java | 183 * Rounds up the value to the nearest higher power^2 value.
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
Texture.java | 52 Nearest(GL20.GL_NEAREST), Linear(GL20.GL_LINEAR), MipMap(GL20.GL_LINEAR_MIPMAP_LINEAR), MipMapNearestNearest(
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
SelectTest.java | 168 print(String.format("found nearest. min: %.4f, max: %.4f, avg: %.4f, total: %.3f ms", perf.time.min * 1000,
|
/external/libjpeg-turbo/ |
djpeg.1 | 204 with width W and height H. If necessary, X will be shifted left to the nearest
|
jpegtran.1 | 160 doesn't, then it is silently moved up and/or left to the nearest iMCU boundary
|
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
YUVImage.html | 114 width is the image width padded to the nearest multiple of the horizontal 117 height is the image height padded to the nearest multiple of the vertical 531 nearest multiple of 4 bytes, then <code>pad</code> should be set to 4.</dd><dd><code>height</code> - height (in pixels) of the YUV image</dd><dd><code>subsamp</code> - the level of chrominance subsampling used in the YUV 601 nearest multiple of 4 bytes, then <code>pad</code> should be set to 4.</dd><dd><code>height</code> - height (in pixels) of the YUV image</dd><dd><code>subsamp</code> - the level of chrominance subsampling used in the YUV [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineDominators.h | 150 /// findNearestCommonDominator - Find nearest common dominator basic block
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
de.po | 92 msgid "Round to nearest color"
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_pass2.c | 185 /* Search for contiguous region with the most distant nearest
|
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 155 * i0, i1 = returns two nearest texel indexes 285 * Used to compute texel location for nearest sampling. 498 * Compute nearest integer texcoords for given texobj and coordinate. 622 * Compute the nearest mipmap level to take texels from. 997 /** Sample 1D texture, nearest filtering for both min/magnification */ [all...] |
/external/opencv/cv/src/ |
cvdominants.cpp | 127 /* find nearest suitable points
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/ |
py_sift_intro.markdown | 99 Keypoints between two images are matched by identifying their nearest neighbours. But in some cases,
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
interpolation.hpp | 61 // Nearest
|
/external/opencv3/samples/cpp/ |
points_classifier.cpp | 32 #define _KNN_ 1 // k nearest neighbors classifier
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcdctmgr.c | 325 /* Round to nearest integer.
|
/external/skia/include/core/ |
SkImageGenerator.h | 177 * the nearest supported dimensions.
|
Completed in 1142 milliseconds
<<21222324252627282930>>