Searched refs:Speed (Results 1 - 10 of 10) sorted by relevance

/external/openssl/crypto/des/times/
H A Daix.cc5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
/external/libvpx/vp8/encoder/
H A Drdopt.c322 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
340 cpi->Speed = 4;
346 cpi->Speed += 2;
350 if (cpi->Speed > 16)
352 cpi->Speed = 16;
356 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
358 cpi->Speed -= 1;
363 if (cpi->Speed < 4) //if ( cpi->Speed < 0 )
365 cpi->Speed
[all...]
H A Donyx_if.c543 int Speed = cpi->Speed; local
678 if (Speed > 0)
692 if (Speed > 1)
728 if (Speed > 2)
774 if (Speed > 3)
796 if (Speed > 4)
866 if (Speed > 0)
909 if (Speed > 1)
948 if (Speed >
[all...]
H A Dtemporal_filter.c185 if (cpi->Speed < 8)
188 ((cpi->Speed > 5) ? 1 : 0);
H A Donyx_int.h511 int Speed; member in struct:__anon8239
H A Dpickinter.c699 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
731 further_steps = (cpi->Speed >= 8)? 0: (cpi->sf.max_step_search_steps - 1 - step_param);
H A Dencodeframe.c760 cpi->Speed = -(cpi->oxcf.cpu_used);
/external/libvpx/vp8/encoder/arm/neon/
H A Dvp8_subpixelvariance16x16s_neon.asm345 ;note: in vp8_find_best_half_pixel_step()(called when 8<Speed<15), and first call of vp8_find_best_sub_pixel_step()
/external/dropbear/libtommath/
H A Dbn.tex268 \hline Speed && X & LibTomMath is slower. \\
/external/dropbear/libtomcrypt/
H A Dcrypt.tex671 \hline \textbf{TWOFISH\_SMALL} & \textbf{TWOFISH\_TABLES} & \textbf{Speed and Memory (per key)} \\

Completed in 244 milliseconds