HomeSort by relevance Sort by last modified time
    Searched refs:Speed (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/openssl/crypto/des/times/
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/chromium_org/chrome_frame/test/
test_server.h 354 enum Speed { IMMEDIATE, DELAYED, IMMEDIATE_HEADERS_DELAYED_CONTENT };
356 SendOptions(Speed speed, int chunk_size, int64 timeout)
357 : speed_(speed), chunk_size_(chunk_size), timeout_(timeout) {
360 Speed speed_;
375 // Use the |options| to tweak the network speed behaviour.
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 662 /* Convenience macros for mapping speed and mode into a continuous
668 static int speed_map(int speed, const int *map)
675 } while(speed >= *map++);
753 int Speed = cpi->Speed;
798 /* Convert speed to continuous range, with clamping */
800 Speed = 0;
802 Speed = RT(Speed);
805 if (Speed > 5
    [all...]
rdopt.c 354 f = fopen("speed.stt", "a");
356 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
366 cpi->Speed = 4;
372 cpi->Speed += 2;
376 if (cpi->Speed > 16)
378 cpi->Speed = 16;
382 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
384 cpi->Speed -= 1;
388 /* In real-time mode, cpi->speed is in [4, 16]. */
389 if (cpi->Speed < 4
    [all...]
temporal_filter.c 180 if (cpi->Speed < 8)
182 step_param = cpi->sf.first_step + (cpi->Speed > 5);
pickinter.c 875 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
958 further_steps = (cpi->Speed >= 8)?
    [all...]
onyx_int.h 468 int Speed;
encodeframe.c 733 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
  /external/chromium_org/remoting/base/
util_unittest.cc 197 TEST(ReplaceLfByCrLfTest, Speed) {
232 TEST(ReplaceCrLfByLfTest, Speed) {
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 220 label: 'Minimum Flick Speed Squared',
248 label: 'Minimum Swipe Speed',
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 447 tag_content FavorSizeOrSpeed Speed
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 554 UCHAR Speed;
windows_usb.c 523 We use an trick to speed up the lookup. The table is created with one
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/chromium_org/third_party/usb_ids/
usb.ids 656 5621 M5621 High-Speed IDE Controller
994 6533 Speed-Link Competition Pro
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 345 ;note: in vp8_find_best_half_pixel_step()(called when 8<Speed<15), and first call of vp8_find_best_sub_pixel_step()
346 ;(called when speed<=8). xoffset/yoffset can only be 4 or 0, which means either by pass the filter,
  /external/dropbear/libtommath/
bn.tex 252 function per source file and often I use a ``middle-road'' approach where I don't cut corners for an extra 2\% speed
268 \hline Speed && X & LibTomMath is slower. \\
289 Essentially the only time you wouldn't use LibTomMath is when blazing speed is the primary concern. However,
    [all...]
  /prebuilts/sdk/tools/lib/
lint_api.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 240 //Keep this loop small for speed.
269 var sixbits = [0, 0, 0, 0]; //Declare this out of the loop, to speed up the ops.
272 //Keep this loop small for speed.
785 function generateFlashStereoString() { //Convert the arrays to one long string for speed.
798 function generateFlashMonoString() { //Convert the array to one long string for speed.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply form the heart of the
671 \hline \textbf{TWOFISH\_SMALL} & \textbf{TWOFISH\_TABLES} & \textbf{Speed and Memory (per key)} \\
    [all...]

Completed in 1856 milliseconds