Home
last modified time | relevance | path

Searched refs:Speed (Results 1 – 25 of 170) sorted by relevance

1234567

/external/crosvm/usb_util/src/
Dtypes.rs14 pub enum Speed { enum
27 impl From<bindings::libusb_speed> for Speed { implementation
28 fn from(speed: bindings::libusb_speed) -> Speed { in from() argument
30 bindings::LIBUSB_SPEED_LOW => Speed::Low, in from()
31 bindings::LIBUSB_SPEED_FULL => Speed::Full, in from()
32 bindings::LIBUSB_SPEED_HIGH => Speed::High, in from()
33 bindings::LIBUSB_SPEED_SUPER => Speed::Super, in from()
34 _ => Speed::Unknown, in from()
Dlibusb_device.rs15 use crate::types::Speed;
96 pub fn get_speed(&self) -> Speed { in get_speed() argument
99 Speed::from(speed as u32) in get_speed()
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes-optimization.ll16 ; SPEED-OBJ-NEXT: Description: Speed
18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbuild-attributes-optimization.ll16 ; SPEED-OBJ-NEXT: Description: Speed
18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c770 int Speed = cpi->Speed; in vp8_set_speed_features() local
814 Speed = 0; in vp8_set_speed_features()
816 Speed = RT(Speed); in vp8_set_speed_features()
818 if (Speed > 5) Speed = 5; in vp8_set_speed_features()
819 Speed = GOOD(Speed); in vp8_set_speed_features()
828 speed_map(Speed, thresh_mult_map_znn); in vp8_set_speed_features()
831 speed_map(Speed, thresh_mult_map_vhpred); in vp8_set_speed_features()
832 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred); in vp8_set_speed_features()
833 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm); in vp8_set_speed_features()
834 sf->thresh_mult[THR_NEW1] = speed_map(Speed, thresh_mult_map_new1); in vp8_set_speed_features()
[all …]
Drdopt.c275 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
285 cpi->Speed = 4; in vp8_auto_select_speed()
288 cpi->Speed += 2; in vp8_auto_select_speed()
292 if (cpi->Speed > 16) { in vp8_auto_select_speed()
293 cpi->Speed = 16; in vp8_auto_select_speed()
298 cpi->avg_encode_time * auto_speed_thresh[cpi->Speed]) { in vp8_auto_select_speed()
299 cpi->Speed -= 1; in vp8_auto_select_speed()
304 if (cpi->Speed < 4) { in vp8_auto_select_speed()
305 cpi->Speed = 4; in vp8_auto_select_speed()
310 cpi->Speed += 4; in vp8_auto_select_speed()
[all …]
Dtemporal_filter.c151 if (cpi->Speed < 8) { in vp8_temporal_filter_find_matching_mb_c()
152 step_param = cpi->sf.first_step + (cpi->Speed > 5); in vp8_temporal_filter_find_matching_mb_c()
/external/bcc/examples/networking/vlan_learning/
DREADME.txt29 % Total % Received % Xferd Average Speed Time Time Time Current
30 Dload Upload Total Spent Left Speed
/external/cpuinfo/test/dmesg/
Dblu-r1-hd.log6 [ 5.681566] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
27 [ 5.682165] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
48 [ 5.682763] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
69 [ 5.683358] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
90 [ 5.683974] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=0,Op=1,Poll_en=0,Irq_stat=3
116 [ 5.941755] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
138 [ 5.942477] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
160 [ 5.943188] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
182 [ 5.943895] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
204 [ 5.944601] [I2C]Clk=13650,Id=1,Speed mode=1,St_rs=0,Dma_en=1,Op=1,Poll_en=0,Irq_stat=3
[all …]
/external/u-boot/doc/device-tree-bindings/serial/
Dqca,ar9330-uart.txt1 * Qualcomm Atheros AR9330 High-Speed UART
/external/perfetto/
DOWNERS24 # COMPONENT: Speed>Tracing
/external/u-boot/lib/lzma/
Dhistory.txt79 - Speed optimizations in Ñ++ LZMA Decoder.
136 - Speed optimizations for compressing in -a2 mode
203 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
/external/u-boot/doc/device-tree-bindings/i2c/
Di2c-gpio.txt17 between gpio-toggle operations. Speed [Hz] = 1000000 / 4 * udelay[us],
/external/e2fsprogs/doc/RelNotes/
Dv1.23.txt33 Speed up the check of an ext3 filesystems by avoiding a needless flush
36 Speed up creating an internal journal using tune2fs in the case where
/external/angle/src/common/third_party/xxhash/
DREADME.md23 | Name | Speed | Quality | Author |
49 | Version | Speed on 64-bit | Speed on 32-bit |
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol28 Memory Speed
/external/boringssl/src/tool/
Dtool.cc62 { "speed", Speed },
Dinternal.h92 bool Speed(const std::vector<std::string> &args);
/external/llvm/test/tools/llvm-readobj/ARM/
Dattribute-2.s142 @CHECK-OBJ-NEXT: Description: Aggressive Speed
149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/
Dattribute-2.s142 @CHECK-OBJ-NEXT: Description: Aggressive Speed
149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
Dattribute-1.s163 @CHECK-OBJ-NEXT: Description: Speed
170 @CHECK-OBJ-NEXT: Description: Speed
/external/u-boot/board/vamrs/rock960_rk3399/
DREADME33 * Low Speed Expansion Connector
34 * High Speed Expansion Connector
/external/libusb/libusb/os/
Dwindows_usbdk.h41 ULONG64 Speed; member
/external/lzma/DOC/
Dlzma-history.txt166 - Speed optimization in CRC code for big-endian CPUs.
246 - Speed optimizations in �++ LZMA Decoder.
303 - Speed optimizations for compressing in -a2 mode
370 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
/external/u-boot/arch/arm/dts/
Dzynqmp-zcu100-revC.dts287 &spi0 { /* Low Speed connector */
293 &spi1 { /* High Speed connector */

1234567