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

  /external/openssl/crypto/des/times/
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 542 /* Convenience macros for mapping speed and mode into a continuous
548 static int speed_map(int speed, const int *map)
555 } while(speed >= *map++);
633 int Speed = cpi->Speed;
680 /* Convert speed to continuous range, with clamping */
682 Speed = 0;
684 Speed = RT(Speed);
687 if (Speed > 5
    [all...]
rdopt.c 349 f = fopen("speed.stt", "a");
351 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
361 cpi->Speed = 4;
367 cpi->Speed += 2;
371 if (cpi->Speed > 16)
373 cpi->Speed = 16;
377 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
379 cpi->Speed -= 1;
383 /* In real-time mode, cpi->speed is in [4, 16]. */
384 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 874 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
957 further_steps = (cpi->Speed >= 8)?
    [all...]
onyx_int.h 477 int Speed;
encodeframe.c 733 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
  /external/libusb_aah/libusb/os/
windows_usb.h 521 UCHAR Speed;
windows_usb.c 423 We use an trick to speed up the lookup. The table is created with one
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /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 
  /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 4100 milliseconds