/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
pitch_estimator.c | 133 double ratio, log_lag, gain_bias; local 189 ratio = log((double) (k + (PITCH_MIN_LAG/2-2))) - log_lag; 190 bias = 1.0 + gain_bias * exp(-5.0 * ratio * ratio); 222 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12)); 223 adj = 0.2 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */ 243 ratio = ((double) (ind1 + 12)) / ((double) (ind2 + 12)); 244 adj = 0.9 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio * [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/include/ |
vp8_common_types.h | 18 // Ratio allocation between temporal streams:
|
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
DPBase.cpp | 91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, 96 setRatio(ratio); 166 float ratio, float threshold, float postGain) { 171 setRatio(ratio);
|
/frameworks/base/core/java/android/view/ |
IPinnedStackController.aidl | 34 * properly calculate the aspect ratio of the expanded PIP. The given {@param minEdgeSize} is
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
LengthCountEvaluator.java | 20 * A classifier which looks at the ratio between the length of the stroke and its number of
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
DepthOfFieldOptions.java | 13 // a ratio of the focal depth. Its range is [0, 1). The depth of field range
|
/frameworks/support/percent/src/androidTest/res/layout/ |
percent_relative_layout_rtl.xml | 31 start margin, top margin and width, as well as the aspect ratio. --> 44 start margin, top margin and height, as well as the aspect ratio. --> 56 end margin, bottom margin and width, as well as the aspect ratio. --> 69 end margin, bottom margin and height, as well as the aspect ratio. -->
|
/packages/apps/Camera2/src/com/android/camera/ |
VideoController.java | 31 public void onZoomChanged(float ratio);
|
/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
UnitCurve.java | 29 * @param t ratio of time passed from (0..1)
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
LengthCountEvaluator.java | 20 * A classifier which looks at the ratio between the length of the stroke and its number of points.
|
/packages/screensavers/PhotoTable/res/values-land-notouch/ |
config.xml | 24 <!-- Parts per million ratio between image size on the table and screen size. -->
|
/packages/screensavers/PhotoTable/res/values-sw800dp/ |
config.xml | 27 <!-- Parts per million ratio between image size and screen size. -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 57 ratio = 8, enumerator in enum:__gnu_pbds::detail::resize_policy::__anon63300 187 m_shrink_size = m_grow_size / ratio; 210 m_shrink_size = m_grow_size / ratio; 221 || m_shrink_size * ratio == m_grow_size);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 57 ratio = 8, enumerator in enum:__gnu_pbds::detail::resize_policy::__anon63586 187 m_shrink_size = m_grow_size / ratio; 210 m_shrink_size = m_grow_size / ratio; 221 || m_shrink_size * ratio == m_grow_size);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/ |
positive_num.fail.cpp | 20 typedef std::chrono::duration<int, std::ratio<5, -1> > D;
|
/system/netd/include/ |
Stopwatch.h | 45 using ms = std::chrono::duration<float, std::ratio<1, 1000>>;
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
IgdOMOBF.ASL | 375 If(And(Local1, 8)) // if aspect ratio is enabled,
377 Store(8, PFIT) // request aspect ratio.
387 If(And(Local1, 8)) // and if aspect ratio is enabled,
389 Store(8, PFIT) // request aspect ratio.
403 If(LEqual(Local0, 8)) // If current mode is aspect ratio,
415 Else // Only aspect ratio mode is enabled
417 Store(8, PFIT) // so request aspect ratio. (No change.)
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
RendererCommon.java | 122 // maintaining the aspect ratio (black borders may be displayed). 124 // maintaining the aspect ratio. Some portion of the video frame may be 127 // possible of the view while maintaining aspect ratio, under the constraint that at least 180 * for video vs display aspect ratio. 186 // Scale X or Y dimension so that video and display size have same aspect ratio. 204 * Calculate display size based on scaling type, video aspect ratio, and maximum display size. 245 * video aspect ratio, and maximum display size.
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraSettings.java | 322 * @return The current zoom ratio. The min is 1.0f. 329 * Sets the zoom ratio. 330 * @param ratio The new zoom ratio. Should be in the range between 1.0 to 333 * @throws java.lang.UnsupportedOperationException if the ratio is not 336 public void setZoomRatio(float ratio) { 337 mCurrentZoomRatio = ratio;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
lzma-sdk.txt | 9 It was improved in way of maximum increasing of compression ratio,
23 improved compression ratio, splitting to blocks and streams,
248 Usually big number gives a little bit better compression ratio
266 ratio, but they often works pretty fast in combination with
306 Compression ratio hints
312 To increase the compression ratio for LZMA compressing it's desirable
321 You can increase the compression ratio for some data types, using
323 increase the compression ratio on 5-10% for code for those CPU ISAs:
328 You can check the compression ratio gain of these filters with such
343 since compression ratio with filtering is higher. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
lzma-sdk.txt | 9 It was improved in way of maximum increasing of compression ratio,
23 improved compression ratio, splitting to blocks and streams,
248 Usually big number gives a little bit better compression ratio
266 ratio, but they often works pretty fast in combination with
306 Compression ratio hints
312 To increase the compression ratio for LZMA compressing it's desirable
321 You can increase the compression ratio for some data types, using
323 increase the compression ratio on 5-10% for code for those CPU ISAs:
328 You can check the compression ratio gain of these filters with such
343 since compression ratio with filtering is higher. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
lzma-sdk.txt | 9 It was improved in way of maximum increasing of compression ratio,
23 improved compression ratio, splitting to blocks and streams,
248 Usually big number gives a little bit better compression ratio
266 ratio, but they often works pretty fast in combination with
306 Compression ratio hints
312 To increase the compression ratio for LZMA compressing it's desirable
321 You can increase the compression ratio for some data types, using
323 increase the compression ratio on 5-10% for code for those CPU ISAs:
328 You can check the compression ratio gain of these filters with such
343 since compression ratio with filtering is higher. [all...] |
/external/lzma/DOC/ |
lzma-sdk.txt | 9 It was improved in way of maximum increasing of compression ratio,
23 improved compression ratio, splitting to blocks and streams,
248 Usually big number gives a little bit better compression ratio
266 ratio, but they often works pretty fast in combination with
306 Compression ratio hints
312 To increase the compression ratio for LZMA compressing it's desirable
321 You can increase the compression ratio for some data types, using
323 increase the compression ratio on 5-10% for code for those CPU ISAs:
328 You can check the compression ratio gain of these filters with such
343 since compression ratio with filtering is higher. [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
quantized_resize_bilinear_op_test.cc | 40 const int channels, const float ratio, const float min, 46 FloatToQuantized<T>(static_cast<float>(i) / ratio, min, max); 54 const float ratio, const float min, const float max) { 57 tensor.flat<float>()(i) = static_cast<float>(i) / ratio; 292 constexpr float RATIO = 100.0f; 294 const float max = batch_size * in_height * in_width * channels / RATIO; 297 batch_size, in_height, in_width, channels, RATIO, min, max); 313 constexpr float RATIO = 100.0f; 315 const float max = batch_size * in_height * in_width * channels / RATIO; 318 batch_size, in_height, in_width, channels, RATIO, min, max) [all...] |
/external/libopus/celt/tests/ |
test_unit_mathops.c | 76 double ratio; local 79 ratio = val/sqrt(i); 80 if (fabs(ratio - 1) > .0005 && fabs(val-sqrt(i)) > 2) 82 fprintf (stderr, "sqrt failed: sqrt(%d)="WORD" (ratio = %f)\n", i, val, ratio);
|