HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 701 - 725 of 2022) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 333 int32_t u16Length, ratio; local
376 ratio=(u16Length+(m->bLen-1))/m->bLen;
377 if(ratio>extData->maxUCharsPerByte) {
378 extData->maxUCharsPerByte=ratio;
639 int32_t u16Length, ratio; local
694 ratio=(m->bLen+(u16Length-1))/u16Length;
695 if(ratio>extData->maxBytesPerUChar) {
696 extData->maxBytesPerUChar=ratio;
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 407 SkScalar ratio = SK_Scalar1; local
411 (perlinNoiseShader.fType == kFractalNoise_Type) ? noise : SkScalarAbs(noise), ratio);
414 ratio *= 2;
700 const char* ratio = "ratio"; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.cc 381 int32_t ratio; local
383 ratio = (best_correlation[i] << 16) / best_distortion[i];
385 ratio = 0; // No correlation set result to zero.
387 ratio = std::numeric_limits<int32_t>::max(); // Denominator is zero.
389 if (ratio > best_ratio) {
391 best_ratio = ratio;
480 // Confirm that amplitude ratio sqrt(energy1 / energy2) is within 0.5 - 2.0,
492 // Calculate sqrt ratio in Q13 (sqrt of en1/en2 in Q26).
    [all...]
normal.cc 101 int16_t ratio = WebRtcSpl_DivW32W16(bgn_energy, energy_scaled); local
102 mute_factor = WebRtcSpl_SqrtFloor(static_cast<int32_t>(ratio) << 14);
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 67 float alpha = 1.5; // Ratio of the memory increase
146 * \param fillratio estimated ratio of fill in the factors
  /external/icu/icu4c/source/common/
uhash.c 57 * reallocated and repopulated. Setting the low water ratio to zero
58 * means the table will never shrink. Setting the high water ratio to
60 * coordinated with the ratio between successive elements of the
62 * decremented during rehashing, it brings the ratio of count / length
71 * PRIMES[i+1] ~ 2*PRIMES[i]. (Currently, the ratio ranges from 1.81
72 * to 2.18; the inverse ratio ranges from 0.459 to 0.552.) If this
73 * ratio is changed, the low and high water ratios should also be
96 /* low, high water ratio */
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 333 int32_t u16Length, ratio; local
376 ratio=(u16Length+(m->bLen-1))/m->bLen;
377 if(ratio>extData->maxUCharsPerByte) {
378 extData->maxUCharsPerByte=ratio;
639 int32_t u16Length, ratio; local
694 ratio=(m->bLen+(u16Length-1))/u16Length;
695 if(ratio>extData->maxBytesPerUChar) {
696 extData->maxBytesPerUChar=ratio;
    [all...]
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 151 video_format_t video_format; /* current aspect ratio of stream*/
204 /* 11-10 Aspect ratio (0=4:3, 3=16:9) */
  /external/llvm/docs/
BlockFrequencyTerminology.rst 57 block executes. The ratio of a block frequency to the entry block frequency is
130 The bias is the ratio of the block frequency to this reference block frequency.
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 385 SkScalar ratio = SK_Scalar1;
389 (perlinNoiseShader.fType == kFractalNoise_Type) ? noise : SkScalarAbs(noise), ratio);
392 ratio *= 2;
687 const char* ratio = "ratio"; local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLU.java 104 * view in the x direction. The aspect ratio is the ratio of x
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 143 /* aspect ratio */
282 // aspect ratio
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 131 // update the aspect ratio if necessary.
144 // keeping aspect ratio intact.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/dvb/
video.h 149 video_format_t video_format; /* current aspect ratio of stream*/
202 /* 11-10 Aspect ratio (0=4:3, 3=16:9) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
video.h 149 video_format_t video_format; /* current aspect ratio of stream*/
202 /* 11-10 Aspect ratio (0=4:3, 3=16:9) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binascii.py 95 ratio = len(line) // len(noise)
98 if len(line) // len(noise) > ratio:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binascii.py 95 ratio = len(line) // len(noise)
98 if len(line) // len(noise) > ratio:
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 494 // is the usual ratio of the change in objective function value
511 // the ratio
518 // region step so this ratio is a good measure of the quality of
522 // trust region algorithm. So we change the ratio to be
530 // and the trust region step is so bad, that this ratio can become
536 // they did, we accept the step even if the trust region ratio
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 387 // * and an intrinsic aspect ratio, then the missing dimension is calculated from the given dimension and the ratio.
388 // * and no intrinsic aspect ratio, then the missing dimension is assumed to be the size of the rectangle that
393 // If the image has no intrinsic dimensions and has an intrinsic ratio the dimensions must be assumed to be the
394 // largest dimensions at that ratio such that neither dimension exceeds the dimensions of the rectangle that
399 // If the image has no intrinsic ratio either, then the dimensions must be assumed to be the rectangle that
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 75 // maintaining the aspect ratio (black borders may be displayed).
77 // maintaining the aspect ratio. Some portion of the video frame may be
80 // aspect ratio is changed if necessary.
324 // Re - calculate texture vertices to preserve video aspect ratio.
348 // Re-allocate vertices buffer to adjust to video aspect ratio.
364 // Re-allocate coordinates buffer to adjust to display aspect ratio.
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
yuvscaler_unittest.cc 315 // Test 4x3 aspect ratio scaling
350 // Test 16x10 aspect ratio scaling
385 // Test 16x9 aspect ratio scaling
420 // Test HD 4x3 aspect ratio scaling
455 // Test HD 16x10 aspect ratio scaling
490 // Test HD 16x9 aspect ratio scaling
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 40 /** Zoom ratio used for seeing sensor's full field of view. */
632 * @return The maximal supported zoom ratio.
680 final float ratio = settings.getCurrentZoomRatio(); local
682 if (ratio != ZOOM_RATIO_UNZOOMED) {
688 Log.v(TAG, "Zoom ratio is not supported: ratio = " +
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 117 // maintaining its aspect ratio
550 // maintain the aspect ratio of the current frame on the screen.
554 // The "width / height" inverts the scaling, so as to maintain the aspect ratio
567 // maintain the aspect ratio of the current frame on the screen.
574 // The "height / width" inverts the scaling, so as to maintain the aspect ratio
656 // while maintaining the image aspect ratio
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 117 // maintaining its aspect ratio
513 // maintain the aspect ratio of the current frame on the screen.
517 // The "width / height" inverts the scaling, so as to maintain the aspect ratio
530 // maintain the aspect ratio of the current frame on the screen.
534 // The "height / width" inverts the scaling, so as to maintain the aspect ratio
619 // while maintaining the image aspect ratio
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 79 .ratio() returns a float in [0, 1], measuring the "similarity" of the
80 sequences. As a rule of thumb, a .ratio() value over 0.6 means the
83 >>> print round(s.ratio(), 3)
144 ratio()
148 Return an upper bound on .ratio() relatively quickly.
151 Return an upper bound on ratio() very quickly.
228 >>> s.ratio()
241 >>> s.ratio()
244 >>> s.ratio()
267 >>> s.ratio()
636 def ratio(self): member in class:SequenceMatcher
    [all...]

Completed in 1992 milliseconds

<<21222324252627282930>>