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

12

/external/chromium_org/third_party/openssl/openssl/crypto/des/times/
H A Daix.cc5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp16 typedef RealNumber Speed; // should show as hex typedef
79 Speed SPILookHex = 5.55;
95 Speed* SPPtrILookHex = new Speed(16);
/external/openssl/crypto/des/times/
H A Daix.cc5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c753 int Speed = cpi->Speed; local
800 Speed = 0;
802 Speed = RT(Speed);
805 if (Speed > 5)
806 Speed = 5;
807 Speed = GOOD(Speed);
820 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_zn
[all...]
H A Drdopt.c356 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;
389 if (cpi->Speed < 4)
391 cpi->Speed = 4;
398 cpi->Speed
[all...]
H A Dtemporal_filter.c180 if (cpi->Speed < 8)
182 step_param = cpi->sf.first_step + (cpi->Speed > 5);
H A Donyx_int.h469 int Speed; member in struct:VP8_COMP
H A Dpickinter.c876 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
959 further_steps = (cpi->Speed >= 8)?
H A Dencodeframe.c733 cpi->Speed = -(cpi->oxcf.cpu_used);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c753 int Speed = cpi->Speed; local
800 Speed = 0;
802 Speed = RT(Speed);
805 if (Speed > 5)
806 Speed = 5;
807 Speed = GOOD(Speed);
820 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_zn
[all...]
H A Drdopt.c356 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;
389 if (cpi->Speed < 4)
391 cpi->Speed = 4;
398 cpi->Speed
[all...]
H A Dtemporal_filter.c179 if (cpi->Speed < 8)
181 step_param = cpi->sf.first_step + (cpi->Speed > 5);
H A Dpickinter.c875 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
958 further_steps = (cpi->Speed >= 8)?
H A Donyx_int.h472 int Speed; member in struct:VP8_COMP
H A Dencodeframe.c733 cpi->Speed = -(cpi->oxcf.cpu_used);
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattributes.s212 @ CHECK: Description: Aggressive Speed
218 @ CHECK: Description: Aggressive Speed
/external/chromium_org/remoting/base/
H A Dutil_unittest.cc195 TEST(ReplaceLfByCrLfTest, Speed) {
230 TEST(ReplaceCrLfByLfTest, Speed) {
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh415 tag_content FavorSizeOrSpeed Speed
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh483 tag_content FavorSizeOrSpeed Speed
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m106 % Speed data included
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h554 UCHAR Speed; member in struct:USB_NODE_CONNECTION_INFORMATION_EX
H A Dwindows_usb.c1165 switch (conn_info.Speed) {
1171 usbi_warn(ctx, "Got unknown device speed %d", conn_info.Speed);
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids656 5621 M5621 High-Speed IDE Controller
994 6533 Speed-Link Competition Pro
1720 f001 FT2232H Hi-Speed JTAG ICE [gnICE+]
2443 c29c Speed Force Wireless Wheel for Wii
2623 1552 ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit
3028 7500 Hi-Speed Mass Storage Device
4889 0210 F5U228 Hi-Speed USB 2.0 DVD Creator
5943 6232 Hi-Speed 16-in-1 Flash Card Reader/Writer
6026 0173 Hi-Speed USB-to-IDE Bridge Controller
6027 0174 Hi-Speed US
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16s_neon.asm354 ;note: in vp8_find_best_half_pixel_step()(called when 8<Speed<15), and first call of vp8_find_best_sub_pixel_step()
/external/libvpx/libvpx/vp8/common/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()

Completed in 2079 milliseconds

12