Home
last modified time | relevance | path

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

1234

/external/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.c759 int Speed = cpi->Speed; in vp8_set_speed_features() local
807 Speed = 0; in vp8_set_speed_features()
809 Speed = RT(Speed); in vp8_set_speed_features()
812 if (Speed > 5) in vp8_set_speed_features()
813 Speed = 5; in vp8_set_speed_features()
814 Speed = GOOD(Speed); in vp8_set_speed_features()
827 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_znn); in vp8_set_speed_features()
830 sf->thresh_mult[THR_H_PRED] = 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()
[all …]
Drdopt.c357 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
367 cpi->Speed = 4; in vp8_auto_select_speed()
373 cpi->Speed += 2; in vp8_auto_select_speed()
377 if (cpi->Speed > 16) in vp8_auto_select_speed()
379 cpi->Speed = 16; in vp8_auto_select_speed()
383 … if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed]) in vp8_auto_select_speed()
385 cpi->Speed -= 1; in vp8_auto_select_speed()
390 if (cpi->Speed < 4) in vp8_auto_select_speed()
392 cpi->Speed = 4; in vp8_auto_select_speed()
399 cpi->Speed += 4; in vp8_auto_select_speed()
[all …]
Dtemporal_filter.c182 if (cpi->Speed < 8) in vp8_temporal_filter_find_matching_mb_c()
184 step_param = cpi->sf.first_step + (cpi->Speed > 5); in vp8_temporal_filter_find_matching_mb_c()
Dpickinter.c891 if (cpi->Speed < 12) { in vp8_pick_inter_mode()
1088 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1; in vp8_pick_inter_mode()
1176 further_steps = (cpi->Speed >= 8)? in vp8_pick_inter_mode()
Donyx_int.h469 int Speed; member
/external/boringssl/src/tool/
Dtool.cc43 bool Speed(const std::vector<std::string> &args);
68 { "speed", Speed },
Dspeed.cc470 bool Speed(const std::vector<std::string> &args) { in Speed() function
/external/lzma/DOC/
Dlzma-history.txt34 - Speed optimization in CRC code for big-endian CPUs.
114 - Speed optimizations in �++ LZMA Decoder.
171 - Speed optimizations for compressing in -a2 mode
238 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol29 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/libvpx/libvpx/
DCHANGELOG80 - Speed:
105 - Speed:
171 - Speed:
241 - Speed:
311 - Speed:
389 - Speed:
523 - Speed:
565 - Speed:
610 * Speed optimizations
/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/dagger2/
DCHANGELOG.md23 * Speed up Graph Validation (reduce build times by 10s of seconds on sampled large projects)
/external/libvpx/libvpx/build/make/
Dgen_msvs_vcxproj.sh411 tag_content FavorSizeOrSpeed Speed
/external/ceres-solver/docs/source/
Dfeatures.rst62 * **Speed** - Ceres code has been extensively optimized, with C++
/external/llvm/test/MC/ARM/
Ddirective-eabi_attribute.s175 @ CHECK-OBJ-NEXT: Description: Speed
/external/curl/docs/
DMANUAL483 % Total % Received % Xferd Average Speed Time Curr.
484 Dload Upload Total Current Left Speed
494 Average Speed
496 Average Speed
501 Curr.Speed - the average transfer speed the last 5 seconds (the first
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox20 <th>Speed</th>
DTutorialLinearAlgebra.dox44 <th>Speed</th>
/external/chromium-trace/catapult/third_party/coverage/
DTODO.txt103 * Speed
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.h534 virtual btScalar Speed(AJoint*,btScalar current) { return(current); } in Speed() function
/external/libexif/po/
Den_GB.po2690 msgid "Speed Unit"
2691 msgstr "Speed Unit"
2702 msgid "Speed of GPS Receiver"
2703 msgstr "Speed of GPS Receiver"
3513 msgid "ISO Speed Ratings"
3514 msgstr "ISO Speed Ratings"
3518 "Indicates the ISO Speed and ISO Latitude of the camera or input device as "
3521 "Indicates the ISO Speed and ISO Latitude of the camera or input device as "
3611 msgid "Shutter Speed"
3612 msgstr "Shutter Speed"
[all …]

1234