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

  /external/libvpx/vp8/common/
proposed.h 31 int (*set_mode)(codec_ptr, MODE mode, int Speed, char *File);
32 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File);
39 int (*set_mode)(codec_ptr, MODE mode, int Speed, char *File);
40 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File);
  /external/openssl/crypto/des/times/
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/libvpx/vp8/encoder/
onyx_if.c 467 int Speed = cpi->Speed;
631 if (Speed > 0)
673 if (Speed > 1)
716 if (Speed > 2)
743 if (Speed > 3)
760 if (Speed > 4)
855 if (Speed > 0)
898 if (Speed > 1)
937 if (Speed > 2
    [all...]
rdopt.c 356 f = fopen("speed.stt", "a");
358 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
376 cpi->Speed = 4;
382 cpi->Speed += 2;
386 if (cpi->Speed > 16)
388 cpi->Speed = 16;
392 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * vp8_auto_speed_thresh[cpi->Speed])
394 cpi->Speed -= 1;
398 // In real-time mode, cpi->speed is in [4, 16].
399 if (cpi->Speed < 4) //if ( cpi->Speed < 0
    [all...]
onyx_int.h 487 int Speed;
pickinter.c 675 if (cpi->Speed < 8)
677 step_param = cpi->sf.first_step + ((cpi->Speed > 5) ? 1 : 0);
encodeframe.c 622 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 137 <li><a href="<?cs var:toroot ?>resources/articles/window-bg-speed.html">
138 <span class="en">Window Backgrounds &amp; UI Speed</span>
  /external/libvpx/vp8/encoder/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...]
  /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 248 milliseconds