Home
last modified time | relevance | path

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

1234

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c775 int Speed = cpi->Speed; in vp8_set_speed_features() local
819 Speed = 0; in vp8_set_speed_features()
821 Speed = RT(Speed); in vp8_set_speed_features()
823 if (Speed > 5) Speed = 5; in vp8_set_speed_features()
824 Speed = GOOD(Speed); in vp8_set_speed_features()
833 speed_map(Speed, thresh_mult_map_znn); in vp8_set_speed_features()
836 speed_map(Speed, thresh_mult_map_vhpred); in vp8_set_speed_features()
837 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred); in vp8_set_speed_features()
838 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm); in vp8_set_speed_features()
839 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()
Dpickinter.c748 if (cpi->Speed < 12) { in vp8_pick_inter_mode()
921 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8) ? 3 : 2) : 1; in vp8_pick_inter_mode()
998 (cpi->Speed >= 8) in vp8_pick_inter_mode()
Donyx_int.h450 int Speed; member
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes-optimization.ll16 ; SPEED-OBJ-NEXT: Description: Speed
18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
/external/lzma/DOC/
Dlzma-history.txt91 - Speed optimization in CRC code for big-endian CPUs.
171 - Speed optimizations in �++ LZMA Decoder.
228 - Speed optimizations for compressing in -a2 mode
295 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
/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/boringssl/src/tool/
Dtool.cc62 { "speed", Speed },
Dinternal.h92 bool Speed(const std::vector<std::string> &args);
/external/libvpx/libvpx/
DCHANGELOG151 - Speed:
176 - Speed:
242 - Speed:
312 - Speed:
382 - Speed:
460 - Speed:
594 - Speed:
636 - Speed:
681 * Speed optimizations
/external/libusb/libusb/os/
Dwindows_usbdk.h41 ULONG64 Speed; member
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2a.rc57 LTEXT "Speed:", IDT_PROGRESS_SPEED, x2, y1, x2s, 8
/external/ppp/pppd/plugins/radius/etc/
Ddictionary38 # ATTRIBUTE RP-Upstream-Speed-Limit 1 integer RoaringPenguin
41 # RP-Upstream-Speed-Limit, number 1, type integer and vendor RoaringPenguin.
/external/python/cpython3/Tools/stringbench/
DREADME6 These test set was started at the Need For Speed sprint in Reykjavik
/external/dagger2/
DCHANGELOG.md23 * Speed up Graph Validation (reduce build times by 10s of seconds on sampled large projects)
/external/honggfuzz/examples/terminal-emulators/
DREADME.md69 Speed : 320,951/sec (avg: 324,369)
/external/lz4/
DREADME.md11 Speed can be tuned dynamically, selecting an "acceleration" factor
/external/eigen/doc/
DTutorialLinearAlgebra.dox44 <th>Speed<br/> (small-to-medium)</th>
45 <th>Speed<br/> (large)</th>
/external/libvpx/libvpx/build/make/
Dgen_msvs_vcxproj.sh414 tag_content FavorSizeOrSpeed Speed
/external/libmtp/logs/
Dmtp-detect-asus-fonepad-8.txt619 Device can operate at Low Speed (1Mbps)
620 Device can operate at Full Speed (12Mbps)
621 Device can operate at High Speed (480Mbps)
624 Lowest fully-functional device speed is Full Speed (12Mbps)
/external/llvm/test/MC/ARM/
Ddirective-eabi_attribute.s175 @ CHECK-OBJ-NEXT: Description: Speed
/external/lz4/programs/
Dlz4.1.md126 Speed/compression trade-off will vary depending on data to compress.

1234