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

1 2 3

  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /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/openssl/crypto/des/times/
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/chromium_org/third_party/libvpx/source/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 180 if (cpi->Speed < 8)
182 step_param = cpi->sf.first_step + (cpi->Speed > 5);
onyx_int.h 469 int Speed;
pickinter.c 876 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
959 further_steps = (cpi->Speed >= 8)?
    [all...]
  /external/libvpx/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 875 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1;
958 further_steps = (cpi->Speed >= 8)?
    [all...]
onyx_int.h 472 int Speed;
  /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/
attributes.s 212 @ CHECK: Description: Aggressive Speed
218 @ CHECK: Description: Aggressive Speed
  /external/chromium_org/remoting/base/
util_unittest.cc 195 TEST(ReplaceLfByCrLfTest, Speed) {
230 TEST(ReplaceCrLfByLfTest, 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;
  /art/runtime/
leb128_test.cc 255 TEST(Leb128Test, Speed) {
259 // Push back 1024 chunks of 1024 values measuring encoding speed.
269 // Verify encoding and measure decode speed.
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_vcxproj.sh 415 tag_content FavorSizeOrSpeed Speed
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 483 tag_content FavorSizeOrSpeed Speed
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_vcxproj.sh 483 tag_content FavorSizeOrSpeed Speed

Completed in 2247 milliseconds

1 2 3