HomeSort by relevance Sort by last modified time
    Searched refs:threshold (Results 301 - 325 of 605) sorted by null

<<11121314151617181920>>

  /external/libopus/src/
opus_encoder.c 111 middle (memoriless) threshold. The second column is the hysteresis
137 /* Threshold bit-rates for switching between mono and stereo */
141 /* Threshold bit-rate for switching between SILK/hybrid and CELT-only */
1258 int threshold, hysteresis; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java 204 assertTrue(outInfo.lowMemory == (outInfo.availMem <= outInfo.threshold));
  /development/ndk/platforms/android-L/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /external/chromium_org/ppapi/proxy/
raw_var_data.h 77 // Sets the threshold size at which point we switch from transmitting
81 static void SetMinimumArrayBufferSizeForShmemForTest(uint32 threshold);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 109 // exclude tests that never flake, even at the lowest flakiness threshold.
151 ui.html.range('flipCount', 'Flakiness threshold (low-->high):', 1, 50, flipCount) +
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 229 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 577 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(3,3,3,3);
638 if (!tcu::pixelThresholdCompare(m_log, "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT))
762 const tcu::RGBA threshold (0,0,0,0);
836 if (!tcu::pixelThresholdCompare(m_log, "RenderResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT))
glsVertexArrayTests.cpp     [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 795 RealScalar threshold = maxAbsOnUpperPart * prec; local
798 if(abs(coeff(i, j)) > threshold) return false;
818 RealScalar threshold = maxAbsOnLowerPart * prec; local
823 if(abs(coeff(i, j)) > threshold) return false;
  /external/freetype/src/autofit/
aftypes.h 91 FT_Pos threshold );
  /external/freetype/src/truetype/
ttinterp.h 229 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 252 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ member in struct:omap3isp_h3a_af_hmf
451 * @thres: Horizontal median filter threshold.
474 * @gradthrs_vert: CFA Gradient Threshold - Vertical.
475 * @gradthrs_horz: CFA Gradient Threshold - Horizontal.
488 * @thres: Threshold.
615 * between the pixels in the image along with the filter threshold.
617 * format in the image, vertical and horizontal gradient threshold.
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.h 229 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 189 tC->threshold = TNS_GAIN_THRESH;
256 tC->threshold = TNS_GAIN_THRESH;
304 temp = predictionGain - tC.threshold;
322 temp = predictionGain - tC.threshold;
  /ndk/tests/
run-tests.sh 599 threshold=`echo $((60*10))` # Wait at most 10 minutes for large testcases
602 if [ $sleep_seconds -gt $threshold ]; then
620 if [ $sleep_seconds -gt $threshold ] || [ "$ret" != "0" ]; then
622 if [ $sleep_seconds -gt $threshold ]; then
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 629 private static final int THRESHOLD = 8; // absolute pseudo energy threshold
650 int threshold = THRESHOLD*sampleCount; // absolute energy threshold local
678 if (energy > threshold && energy > (prevE * 2) && prevE != 0) {
679 // rising edge if energy doubled and > abs threshold
685 if (energy < threshold || energy < (prevE / 2)){
700 if (energy < threshold || energy < (peak / 2)) {
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /system/core/libpixelflinger/
scanline.cpp 1144 int threshold = get_value(); local
1201 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
1321 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
1376 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 183 // infinite loop. So by default we set the threshold to a huge number
196 "trace to be dumped to stderr. The threshold for "
198 "every time we print a message so that the threshold "
1049 const int64 threshold = large_alloc_threshold; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 586 const float threshold = 0.1f; local
595 if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < threshold) ||
596 de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) ||
1044 const float threshold = 0.001f; local
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 79 double threshold,/* Threshold for good point */
86 double threshold,/* Threshold for good point */
590 double threshold,/* Threshold for good point */
729 threshold,/* Threshold for good point */
790 double threshold,/* Threshold for good point *
    [all...]
  /external/chromium_org/v8/test/cctest/
test-strings.cc 79 bool next(double threshold) {
80 ASSERT(threshold >= 0.0 && threshold <= 1.0);
81 if (threshold == 1.0) return true;
82 if (threshold == 0.0) return false;
84 return threshold > static_cast<double>(value)/100000.0;
    [all...]

Completed in 1027 milliseconds

<<11121314151617181920>>