/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 775 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 …]
|
D | rdopt.c | 275 … 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 …]
|
D | temporal_filter.c | 151 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()
|
D | pickinter.c | 748 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()
|
D | onyx_int.h | 450 int Speed; member
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes-optimization.ll | 16 ; SPEED-OBJ-NEXT: Description: Speed 18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
|
/external/lzma/DOC/ |
D | lzma-history.txt | 91 - 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/ |
D | control | 28 Memory Speed
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-2.s | 142 @CHECK-OBJ-NEXT: Description: Aggressive Speed 149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
|
D | attribute-1.s | 163 @CHECK-OBJ-NEXT: Description: Speed 170 @CHECK-OBJ-NEXT: Description: Speed
|
/external/boringssl/src/tool/ |
D | tool.cc | 62 { "speed", Speed },
|
D | internal.h | 92 bool Speed(const std::vector<std::string> &args);
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 151 - Speed: 176 - Speed: 242 - Speed: 312 - Speed: 382 - Speed: 460 - Speed: 594 - Speed: 636 - Speed: 681 * Speed optimizations
|
/external/libusb/libusb/os/ |
D | windows_usbdk.h | 41 ULONG64 Speed; member
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2a.rc | 57 LTEXT "Speed:", IDT_PROGRESS_SPEED, x2, y1, x2s, 8
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary | 38 # 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/ |
D | README | 6 These test set was started at the Need For Speed sprint in Reykjavik
|
/external/dagger2/ |
D | CHANGELOG.md | 23 * Speed up Graph Validation (reduce build times by 10s of seconds on sampled large projects)
|
/external/honggfuzz/examples/terminal-emulators/ |
D | README.md | 69 Speed : 320,951/sec (avg: 324,369)
|
/external/lz4/ |
D | README.md | 11 Speed can be tuned dynamically, selecting an "acceleration" factor
|
/external/eigen/doc/ |
D | TutorialLinearAlgebra.dox | 44 <th>Speed<br/> (small-to-medium)</th> 45 <th>Speed<br/> (large)</th>
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_vcxproj.sh | 414 tag_content FavorSizeOrSpeed Speed
|
/external/libmtp/logs/ |
D | mtp-detect-asus-fonepad-8.txt | 619 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/ |
D | directive-eabi_attribute.s | 175 @ CHECK-OBJ-NEXT: Description: Speed
|
/external/lz4/programs/ |
D | lz4.1.md | 126 Speed/compression trade-off will vary depending on data to compress.
|