HomeSort by relevance Sort by last modified time
    Searched refs:Speed (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-names.d 38 Tag_ABI_optimization_goals: Prefer Speed
39 Tag_ABI_FP_optimization_goals: Prefer Speed
  /external/boringssl/src/tool/
tool.cc 43 bool Speed(const std::vector<std::string> &args);
68 { "speed", Speed },
speed.cc 470 bool Speed(const std::vector<std::string> &args) {
473 fprintf(stderr, "Usage: bssl speed [speed test selector, i.e. 'RNG']\n");
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 668 /* Convenience macros for mapping speed and mode into a continuous
674 static int speed_map(int speed, const int *map)
681 } while(speed >= *map++);
759 int Speed = cpi->Speed;
805 /* Convert speed to continuous range, with clamping */
807 Speed = 0;
809 Speed = RT(Speed);
812 if (Speed > 5
    [all...]
rdopt.c 355 f = fopen("speed.stt", "a");
357 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
367 cpi->Speed = 4;
373 cpi->Speed += 2;
377 if (cpi->Speed > 16)
379 cpi->Speed = 16;
383 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
385 cpi->Speed -= 1;
389 /* In real-time mode, cpi->speed is in [4, 16]. */
390 if (cpi->Speed < 4
    [all...]
temporal_filter.c 182 if (cpi->Speed < 8)
184 step_param = cpi->sf.first_step + (cpi->Speed > 5);
onyx_int.h 469 int Speed;
pickinter.c 888 * No adjustment if cpu_used is <= -12 (i.e., cpi->Speed >= 12).
889 * At such speed settings, ZEROMV is already heavily favored.
891 if (cpi->Speed < 12) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 662 /* Convenience macros for mapping speed and mode into a continuous
668 static int speed_map(int speed, const int *map)
675 } while(speed >= *map++);
753 int Speed = cpi->Speed;
798 /* Convert speed to continuous range, with clamping */
800 Speed = 0;
802 Speed = RT(Speed);
805 if (Speed > 5
    [all...]
rdopt.c 354 f = fopen("speed.stt", "a");
356 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;
388 /* In real-time mode, cpi->speed is in [4, 16]. */
389 if (cpi->Speed < 4
    [all...]
temporal_filter.c 179 if (cpi->Speed < 8)
181 step_param = cpi->sf.first_step + (cpi->Speed > 5);
pickinter.c 878 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
961 further_steps = (cpi->Speed >= 8)?
    [all...]
onyx_int.h 472 int Speed;
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-2.s 142 @CHECK-OBJ-NEXT: Description: Aggressive Speed
149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
attribute-1.s 163 @CHECK-OBJ-NEXT: Description: Speed
170 @CHECK-OBJ-NEXT: Description: Speed
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 352 UCHAR Speed;
607 USB_DEVICE_SPEED Speed;
agtctl.h     [all...]
routprot.h 166 ULONGLONG Speed;
d3dx9anim.h 138 FLOAT Speed;
153 FLOAT Speed;
338 STDMETHOD(SetTrackSpeed)(THIS_ UINT track, FLOAT speed) PURE;
  /art/runtime/
leb128_test.cc 275 TEST(Leb128Test, Speed) {
279 // Push back 1024 chunks of 1024 values measuring encoding speed.
289 // Verify encoding and measure decode speed.
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 411 tag_content FavorSizeOrSpeed Speed
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_vcxproj.sh 483 tag_content FavorSizeOrSpeed Speed
  /external/llvm/test/MC/ARM/
directive-eabi_attribute.s 175 @ CHECK-OBJ-NEXT: Description: Speed
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 534 virtual btScalar Speed(AJoint*,btScalar current) { return(current); }
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 

Completed in 1147 milliseconds

1 2 3 4 5