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

1 2 3 4

  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 16 typedef RealNumber Speed; // should show as hex
79 Speed SPILookHex = 5.55;
95 Speed* SPPtrILookHex = new Speed(16);
  /external/boringssl/src/tool/
tool.cc 38 bool Speed(const std::vector<std::string> &args);
49 { "speed", Speed },
speed.cc 407 bool Speed(const std::vector<std::string> &args) {
410 fprintf(stderr, "Usage: bssl speed [speed test selector, i.e. 'RNG']\n");
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 683 /* Convenience macros for mapping speed and mode into a continuous
689 static int speed_map(int speed, const int *map)
696 } while(speed >= *map++);
774 int Speed = cpi->Speed;
819 /* Convert speed to continuous range, with clamping */
821 Speed = 0;
823 Speed = RT(Speed);
826 if (Speed > 5
    [all...]
rdopt.c 353 f = fopen("speed.stt", "a");
355 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
365 cpi->Speed = 4;
371 cpi->Speed += 2;
375 if (cpi->Speed > 16)
377 cpi->Speed = 16;
381 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
383 cpi->Speed -= 1;
387 /* In real-time mode, cpi->speed is in [4, 16]. */
388 if (cpi->Speed < 4
    [all...]
temporal_filter.c 180 if (cpi->Speed < 8)
182 step_param = cpi->sf.first_step + (cpi->Speed > 5);
onyx_int.h 469 int Speed;
pickinter.c 882 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
965 further_steps = (cpi->Speed >= 8)?
    [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 424 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
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 

Completed in 5879 milliseconds

1 2 3 4