Home
last modified time | relevance | path

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

123456

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c769 int Speed = cpi->Speed; in vp8_set_speed_features() local
813 Speed = 0; in vp8_set_speed_features()
815 Speed = RT(Speed); in vp8_set_speed_features()
817 if (Speed > 5) Speed = 5; in vp8_set_speed_features()
818 Speed = GOOD(Speed); in vp8_set_speed_features()
827 speed_map(Speed, thresh_mult_map_znn); in vp8_set_speed_features()
830 speed_map(Speed, thresh_mult_map_vhpred); in vp8_set_speed_features()
831 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred); in vp8_set_speed_features()
832 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm); in vp8_set_speed_features()
833 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/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/bcc/examples/networking/vlan_learning/
DREADME.txt29 % Total % Received % Xferd Average Speed Time Time Time Current
30 Dload Upload Total Spent Left Speed
/external/perfetto/
DOWNERS15 # COMPONENT: Speed>Tracing
DREADME.md12 * For bugs affecting Chrome use http://crbug.com, 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/serial/
Dqca,ar9330-uart.txt1 * Qualcomm Atheros AR9330 High-Speed UART
/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/u-boot/doc/device-tree-bindings/i2c/
Di2c-gpio.txt17 between gpio-toggle operations. Speed [Hz] = 1000000 / 4 * udelay[us],
/external/u-boot/drivers/net/
DKconfig50 bool "Altera Triple-Speed Ethernet MAC support"
54 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
55 Please find details on the "Triple-Speed Ethernet MegaCore Function
451 bool "Enable Three-Speed Ethernet Controller"
453 This driver implements support for the (Enhanced) Three-Speed
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol28 Memory Speed
/external/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/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/boringssl/src/tool/
Dtool.cc62 { "speed", Speed },
Dinternal.h92 bool Speed(const std::vector<std::string> &args);
/external/u-boot/drivers/usb/host/
DKconfig254 Hi-Speed (480 Mbps), Full-Speed (12 Mbps), and Low-Speed (1.5 Mbps)
/external/libvpx/libvpx/
DCHANGELOG192 - Speed:
217 - Speed:
283 - Speed:
353 - Speed:
423 - Speed:
501 - Speed:
635 - Speed:
677 - Speed:
722 * Speed optimizations
/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/libusb/libusb/os/
Dwindows_usbdk.h41 ULONG64 Speed; member
/external/u-boot/arch/arm/dts/
Dzynqmp-zcu100-revC.dts280 &spi0 { /* Low Speed connector */
285 &spi1 { /* High Speed connector */

123456