Searched refs:Speed (Results 1 - 13 of 13) sorted by relevance

/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp16 typedef RealNumber Speed; // should show as hex typedef
79 Speed SPILookHex = 5.55;
95 Speed* SPPtrILookHex = new Speed(16);
/external/boringssl/src/tool/
H A Dtool.cc38 bool Speed(const std::vector<std::string> &args);
49 { "speed", Speed },
H A Dspeed.cc407 bool Speed(const std::vector<std::string> &args) { function
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c783 int Speed = cpi->Speed; local
831 Speed = 0;
833 Speed = RT(Speed);
836 if (Speed > 5)
837 Speed = 5;
838 Speed = GOOD(Speed);
851 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_zn
[all...]
H A Drdopt.c356 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
366 cpi->Speed = 4;
372 cpi->Speed += 2;
376 if (cpi->Speed > 16)
378 cpi->Speed = 16;
382 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
384 cpi->Speed -= 1;
389 if (cpi->Speed < 4)
391 cpi->Speed = 4;
398 cpi->Speed
[all...]
H A Dtemporal_filter.c182 if (cpi->Speed < 8)
184 step_param = cpi->sf.first_step + (cpi->Speed > 5);
H A Donyx_int.h469 int Speed; member in struct:VP8_COMP
H A Dpickinter.c877 * No adjustment if cpu_used is <= -12 (i.e., cpi->Speed >= 12).
880 if (cpi->Speed < 12) {
1077 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
1164 further_steps = (cpi->Speed >= 8)?
H A Dencodeframe.c753 cpi->Speed = -(cpi->oxcf.cpu_used);
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-2.s142 @CHECK-OBJ-NEXT: Description: Aggressive Speed
149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
H A Dattribute-1.s163 @CHECK-OBJ-NEXT: Description: Speed
170 @CHECK-OBJ-NEXT: Description: Speed
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh411 tag_content FavorSizeOrSpeed Speed
/external/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute.s175 @ CHECK-OBJ-NEXT: Description: Speed

Completed in 213 milliseconds