/external/mesa3d/docs/OLD/ |
MESA_sprite_point.spec | 93 point parameter's threshold size?
|
/external/opencv/cxcore/src/ |
cxsvd.cpp | 1029 double threshold = 0; local 1039 threshold += w[i]; 1040 threshold *= 2*DBL_EPSILON; 1047 if( wi > threshold ) 1123 float threshold = 0.f; local 1133 threshold += w[i]; 1134 threshold *= 2*FLT_EPSILON; 1141 if( wi > threshold ) [all...] |
/external/chromium_org/third_party/opus/src/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...] |
/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/freetype/src/truetype/ |
ttinterp.h | 229 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
|
/external/chromium_org/v8/test/mjsunit/es6/ |
math-hyperbolic.js | 161 // No overflow, case |x| in [log(maxdouble), threshold] 164 // Overflow, case |x| > threshold
|
/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/openfst/src/include/fst/ |
queue.h | 798 // distance Times() the 'threshold' to any state in the same 809 const C &class_func, Weight threshold) 815 threshold_(threshold) {} 828 // Enqueue only if below threshold limit 861 Weight threshold_; // pruning weight threshold 879 const C &class_func_, Weight threshold) : 881 class_func_, threshold) {}
|
/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/chromium_org/chrome/browser/ |
io_thread.cc | 1218 double threshold = 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 DCHECK(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...] |
/external/opencv/cv/src/ |
cvfundam.cpp | 67 CvMat* mask, double threshold, 77 CvMat* mask, double threshold ); 111 CvMat* _mask, double threshold ) 118 threshold *= threshold; 120 goodCount += mask[i] = err[i] <= threshold; [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
drive_banners.js | 502 var threshold = 0; 506 threshold = 0.2; 510 threshold = 0.1; 539 var isLowDiskSpace = remainingRatio < threshold;
|
/external/deqp/modules/gles2/functional/ |
es2fDepthStencilClearTests.cpp | 206 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
|