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

  /external/webrtc/webrtc/modules/video_processing/
video_decimator.cc 60 int32_t overshoot = local
62 if (overshoot < 0) {
63 overshoot = 0;
67 if (overshoot && 2 * overshoot < (int32_t)incomingframe_rate) {
72 const uint32_t dropVar = incomingframe_rate / overshoot;
76 overshoot_modifier_ = -((int32_t)incomingframe_rate % overshoot) / 3;
83 const uint32_t dropVar = overshoot / target_frame_rate_;
88 overshoot_modifier_ = overshoot % target_frame_rate_;
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.cpp 81 // Subtract Threshold from log-encoded input to get the amount of overshoot
82 const float overshoot = max_abs_x_dB - knee_threshold_; local
84 const float rect = std::max(overshoot, 0.0f);
85 // Multiply rectified overshoot with slope
110 // Subtract Threshold from log-encoded input to get the amount of overshoot
111 const float overshoot = max_abs_x_dB - knee_threshold_; local
113 const float rect = std::max(overshoot, 0.0f);
114 // Multiply rectified overshoot with slope
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 174 float overshoot = local
176 overshoot *= (1 - RUBBERBAND_FACTOR_STATIC);
177 rubberband -= overshoot;
  /external/skia/bench/
DashBench.cpp 348 const SkScalar overshoot = 100*1000; local
350 { -overshoot, cy }, { 640 + overshoot, cy }
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 556 final int overshoot = skippedAdapterPages - indexInAdapter - 1; local
557 return pageRange.getEnd() - overshoot;
  /external/freetype/src/raster/
ftraster.c 634 /* overshoot :: Whether the profile's unrounded start position */
643 Bool overshoot )
670 if ( overshoot )
677 if ( overshoot )
708 /* overshoot :: Whether the profile's unrounded end position differs */
715 End_Profile( RAS_ARGS Bool overshoot )
738 if ( overshoot )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c 636 /* overshoot :: Whether the profile's unrounded start position */
645 Bool overshoot )
672 if ( overshoot )
679 if ( overshoot )
710 /* overshoot :: Whether the profile's unrounded end position differs */
717 End_Profile( RAS_ARGS Bool overshoot )
740 if ( overshoot )
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 636 /* overshoot :: Whether the profile's unrounded start position */
645 Bool overshoot )
672 if ( overshoot )
679 if ( overshoot )
710 /* overshoot :: Whether the profile's unrounded end position differs */
717 End_Profile( RAS_ARGS Bool overshoot )
740 if ( overshoot )
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 169 // sometimes overshoot and read one or two too many bytes. Two-byte overshoot
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 169 // sometimes overshoot and read one or two too many bytes. Two-byte overshoot
  /frameworks/base/core/java/android/widget/
AbsListView.java 4739 int overshoot = -(delta - (motionView.getTop() - oldTop)); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go 670 // Nope, we'd overshoot the utilization goal
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go 670 // Nope, we'd overshoot the utilization goal
    [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 1001 milliseconds