| /external/chromium_org/third_party/skia/include/core/ |
| SkPoint.h | 252 /** Same as setLength, but favoring speed over accuracy. 256 /** Same as setLength, but favoring speed over accuracy.
|
| /external/chromium_org/v8/src/ |
| preparser.h | 217 // to speed up later parsing. Finding errors is not the goal of pre-parsing, 218 // rather it is to speed up properly written and correct programs.
|
| /external/eigen/unsupported/Eigen/ |
| FFT | 45 * generality over speed. Of course, the caller should be able to "opt-out" from this 46 * behavior and get the speed increase if they want it.
|
| /external/grub/ |
| INSTALL | 64 file `config.cache' that saves the results of its tests to speed up 245 `--enable-serial-speed-simulation'
|
| /external/jmonkeyengine/engine/src/core/com/jme3/app/ |
| Application.java | 87 protected float speed = 1f;
field in class:Application 599 if (speed == 0 || paused)
|
| /external/jpeg/ |
| jccolor.c | 15 // this enables unrolling null_convert's loop, and reading/write ints for speed 50 * For even more speed, we avoid doing any multiplications in the inner loop
|
| jmorecfg.h | 151 * typedefs live at a different point on the speed/space tradeoff curve.) 344 /* Definitions for speed-related optimizations. */
|
| structure.doc | 78 A wide range of quality vs. speed tradeoffs are possible in JPEG processing, 166 in the decompressor, where a wide range of speed/quality tradeoffs is very 184 advantageous for speed reasons, since we avoid DCTing the dummy blocks. 458 merge dequantization and inverse DCT into a single step for speed reasons. 495 Note that some high-speed operating modes might condense the entire [all...] |
| /external/libexif/libexif/ |
| exif-tag.c | 137 {EXIF_TAG_GPS_SPEED_REF, "GPSSpeedRef", N_("Speed Unit"), 138 N_("Indicates the unit used to express the GPS receiver speed " 141 {EXIF_TAG_GPS_SPEED, "GPSSpeed", N_("Speed of GPS Receiver"), 142 N_("Indicates the speed of GPS receiver movement."), ESL_GPS}, 503 N_("ISO Speed Ratings"), 504 N_("Indicates the ISO Speed and ISO Latitude of the camera or " 546 {EXIF_TAG_SHUTTER_SPEED_VALUE, "ShutterSpeedValue", N_("Shutter Speed"), 547 N_("Shutter speed. The unit is the APEX (Additive System of " [all...] |
| /external/libvpx/libvpx/vp8/encoder/ |
| temporal_filter.c | 180 if (cpi->Speed < 8) 182 step_param = cpi->sf.first_step + (cpi->Speed > 5);
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_mbgraph.c | 43 (cpi->speed < 8 ? (cpi->speed > 5 ? 1 : 0) : 2);
|
| vp9_onyx_int.h | 273 // TODO(jingning): combine the related motion search speed features 503 int speed; member in struct:VP9_COMP
|
| vp9_temporal_filter.c | 147 if (cpi->speed < 8) 148 step_param = cpi->sf.reduce_first_step_size + ((cpi->speed > 5) ? 1 : 0);
|
| /external/linux-tools-perf/ |
| builtin-report.c | 334 * Speed up the exit process, for large files this can 340 * Also experiment with obstacks to see how much speed
|
| /external/openssl/crypto/des/ |
| des_enc.c | 80 * One perl script later and things have a 5% speed up on a sparc2. 173 * One perl script later and things have a 5% speed up on a sparc2.
|
| /external/qemu/distrib/jpeg-6b/ |
| jmorecfg.h | 153 * typedefs live at a different point on the speed/space tradeoff curve.) 346 /* Definitions for speed-related optimizations. */
|
| structure.doc | 78 A wide range of quality vs. speed tradeoffs are possible in JPEG processing, 166 in the decompressor, where a wide range of speed/quality tradeoffs is very 184 advantageous for speed reasons, since we avoid DCTing the dummy blocks. 458 merge dequantization and inverse DCT into a single step for speed reasons. 495 Note that some high-speed operating modes might condense the entire [all...] |
| /external/qemu/hw/ |
| usb-hub.c | 178 if (dev->speed == USB_SPEED_LOW) 533 s->dev.speed = USB_SPEED_FULL;
|
| /external/skia/include/core/ |
| SkPoint.h | 252 /** Same as setLength, but favoring speed over accuracy. 256 /** Same as setLength, but favoring speed over accuracy.
|
| /external/tcpdump/ |
| print-l2tp.c | 100 #define L2TP_AVP_TX_CONN_SPEED 24 /* (Tx) Connect Speed */ 114 #define L2TP_AVP_RX_CONN_SPEED 38 /* (Rx) Connect Speed */
|
| /external/zlib/src/doc/ |
| algorithm.txt | 48 important than speed, deflate() attempts a complete second search even if 81 to set that variable for the maximum speed.
|
| /frameworks/base/core/java/android/widget/ |
| EdgeEffect.java | 311 // to a user's scrolling speed. The faster the scrolling speed, the more
|
| /frameworks/base/docs/html/training/cloudsync/ |
| gcm.jd | 170 about the speed of home dial-up internet in the early 1990's. Your app rating 174 <p>When used appropriately, directly embedding data in the GCM message can speed
|
| /frameworks/base/services/java/com/android/server/location/ |
| GpsLocationProvider.java | [all...] |
| /frameworks/base/tools/aapt/ |
| AaptAssets.h | 284 * Comparing names against all other names is O(n^2). We could speed 287 * single directory to make a noticeable difference in speed.
|