/external/libjpeg-turbo/simd/ |
jfdctint-mmx.asm | 2 ; jfdctint.asm - accurate integer FDCT (MMX) 16 ; This file contains a slow-but-accurate integer implementation of the
|
jfdctint-sse2-64.asm | 2 ; jfdctint.asm - accurate integer FDCT (64-bit SSE2) 17 ; This file contains a slow-but-accurate integer implementation of the
|
jfdctint-sse2.asm | 2 ; jfdctint.asm - accurate integer FDCT (SSE2) 16 ; This file contains a slow-but-accurate integer implementation of the
|
/external/libjpeg-turbo/ |
tjbenchtest.in | 95 for dct in accurate fast; do 102 for dct in fast accurate default; do
|
jpeglib.h | 247 JDCT_ISLOW, /* slow but accurate integer algorithm */ 248 JDCT_IFAST, /* faster, less accurate integer method */ 249 JDCT_FLOAT /* floating-point: accurate, fast on fast HW */ [all...] |
/external/libopus/silk/ |
SigProc_FIX.h | 186 /* Faster than schur64(), but much less accurate. */ 195 /* Slower than schur(), but more accurate. */ [all...] |
/external/llvm/docs/tutorial/ |
LangImpl09.rst | 218 thing to accurate. This ensures we can actually call functions from the 273 The most important thing for debug information is accurate source location -
|
/external/mesa3d/src/egl/docs/ |
EGL_MESA_screen_surface | 238 17. What if pixel-accurate panning is not supported (see 549 Added issue 17 (pixel-accurate panning)
|
/external/mesa3d/src/mesa/main/ |
imports.h | 164 /* This is pretty fast, but not accurate enough (only 2 fractional bits). 176 /* Pretty fast, and accurate.
|
/external/opencv/cv/src/ |
cvsurf.cpp | 49 2. Reversed order of cvGetQuadrangleSubPix and cvResize calls; probably less accurate, but much faster 51 (subpixel-accurate keypoint localization and scale estimation are still TBD)
|
/external/webrtc/webrtc/call/ |
call_perf_tests.cc | 517 // accurate. 529 // accurate.
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AppCompatDelegate.java | 111 * APIs (if this app has the necessary permissions). This allows us to generate accurate 113 * then we use hardcoded times which will be less accurate.</p>
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
CascadingMenuPopup.java | 411 // accurate submenu positioning when the parent menu is being moved. 419 // The following computation is only accurate for the initial submenu position.
|
/frameworks/wilhelm/src/android/ |
android_AudioSfDecoder.cpp | 516 // we don't claim to provide AAC frame-accurate (let alone sample-accurate) GetPosition.
|
/hardware/interfaces/gnss/1.0/ |
IGnssMeasurementCallback.hal | 438 * This must be the most accurate pseudorange rate available, based on 474 * However, it is expected that the data is only accurate when:
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
results_holder.c | 427 * @param[out] accuracy Accuracy of quaternion, 0-3, where 3 is most accurate.
581 * @param[in] bias_error Set's how accurate we know the compass bias. It is the
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
results_holder.c | 329 * @param[out] accuracy Accuracy of quaternion, 0-3, where 3 is most accurate. 457 * @param[in] bias_error Set's how accurate we know the compass bias. It is the
|
/libcore/ojluni/src/main/java/java/time/temporal/ |
TemporalField.java | 210 * {@code range} method is not accurate as there are four possible month lengths, 212 * accurate, returning just one of those four options.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
internals.md | 240 Originally RapidJSON uses `snprintf(..., ..., "%g")` to achieve double-to-string conversion. This is not accurate as the default precision is 6. Later we also find that this is slow and there is an alternative. 245 However, since it is not header-only so that we implemented a header-only version of Grisu2. This algorithm guarantees that the result is always accurate. And in most of cases it produces the shortest (optimal) string representation.
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
CommandFileParserTest.java | 304 * Verifies that the line location data in CommandLine (file, line number) is accurate. 329 * Verifies that the line location data in CommandLine (file, line number) is accurate for
|
/external/llvm/docs/ |
GarbageCollection.rst | 84 conservative and accurate. 93 Accurate garbage collection requires the ability to identify all pointers in the 108 Accurate garbage collectors do not suffer from any of these problems, but they 116 support accurate garbage collection. [all...] |
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | [all...] |
/bionic/libm/x86/ |
s_tan.S | 72 // T_hi + T_lo = accurate constant term in power series 73 // Sigma + T_hl = accurate coefficient of r in power series (Sigma=1 bit) 90 // Here recip_hi + recip_lo is an accurate reciprocal of the remainder
|
/external/pdfium/third_party/libjpeg/ |
jpeglib.h | 320 JDCT_ISLOW, /* slow but accurate integer algorithm */ 321 JDCT_IFAST, /* faster, less accurate integer method */ 322 JDCT_FLOAT /* floating-point: accurate, fast on fast HW */ [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVXCheckTestActivity.java | 50 * mobile device can detect the orientation of itself in a relatively accurate manner.
|