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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-ia64.pl 184 # $threshold is the minimum length before we attempt to use the
192 $threshold = (3 * ($phases * ($unroll_count + 1)) + 7);
581 cmp.gtu pSmall, p0 = $threshold, DataLen
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.cc 63 const int threshold = static_cast<int>(1.05 * incoming_bitrate); local
65 return bitrate_difference > threshold;
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 68 def InferHeuristicRulesFromHeap(nheap, max_depth=3, threshold=0.02):
75 |threshold| (1.0 = 100%) w.r.t. the total allocation of the heap snapshot.
132 # than |threshold| and make a radix tree out of them.
135 if (1.0 * alloc_size / total_allocated) < threshold:
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 276 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
342 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
370 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
434 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
457 const float threshold = 0.02f; local
551 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
581 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
646 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
es2fTextureFormatTests.cpp 143 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
194 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
319 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
362 return compareImages(log, referenceFrame, renderedFrame, threshold);
453 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
484 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
565 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
596 return compareImages(log, referenceFrame, renderedFrame, threshold);
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 110 BilinearCompareCase (tcu::TestContext& testCtx, const char* name, const char* refImg, const char* cmpImg, const tcu::RGBA& threshold, bool expectedResult)
114 , m_threshold (threshold)
  /external/libnl/lib/netfilter/
log_obj.c 184 void nfnl_log_set_queue_threshold(struct nfnl_log *log, uint32_t threshold)
186 log->log_queue_threshold = threshold;
  /external/opencv/cv/src/
cvcontourtree.cpp 64 // threshold - threshold for the binary tree building
69 CvContourTree ** tree, double threshold )
157 e = 20.; /* initial threshold value */
236 if( s_c < threshold )
644 // threshold - threshold for the binary tree building
648 cvCreateContourTree( const CvSeq* contour, CvMemStorage* storage, double threshold )
655 IPPI_CALL( icvCreateContourTree( contour, storage, &tree, threshold ));
673 // criteria - criteria for the definition threshold valu
688 double threshold; local
    [all...]
  /external/opencv/cvaux/src/
cvcorrimages.cpp 185 double threshold)/* Threshold for good points in filter */
399 int num = cvFindFundamentalMat(tmpPoints1,tmpPoints2,&fundMatr,CV_FM_RANSAC,threshold,0.99,pStatus);
555 float threshold)/* Status for new points */
730 if( minDistance < threshold*threshold )
847 double threshold)//New projection matrix
877 threshold);/* Threshold for good points in filter */
905 threshold);/* Threshold for good points in filter *
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 184 # $threshold is the minimum length before we attempt to use the
192 $threshold = (3 * ($phases * ($unroll_count + 1)) + 7);
581 cmp.gtu pSmall, p0 = $threshold, DataLen
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusimageAttributes.h 149 IN REAL threshold,
157 threshold));
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 190 denumenator and threshold.
261 &mouse_accel.threshold);
277 mouse_accel.threshold);
  /external/valgrind/main/massif/tests/
custom_alloc.post.exp 55 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  /frameworks/base/libs/common_time/
common_time_server.h 71 status_t getPanicThreshold(int *threshold);
72 status_t setPanicThreshold(int threshold);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimageattributes.h 200 Status SetThreshold(REAL threshold,
204 nativeImageAttributes, type, TRUE, threshold));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 28 self.threshold = log.set_threshold(log.FATAL)
37 log.set_threshold(self.threshold)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 28 self.threshold = log.set_threshold(log.FATAL)
37 log.set_threshold(self.threshold)
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 1558 FT_Pos threshold = 64; local
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1593 FT_Pos threshold = 64; local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 411 /* The blue threshold is the font units distance under */
420 FT_Int threshold = blues->blue_shift; local
423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
424 threshold--;
426 blues->blue_threshold = threshold;
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 352 const tcu::RGBA threshold (1, isMultiSample ? 254 : 1, 1, 1);
361 if (!tcu::compareThreshold(resPix, bgRef, threshold) &&
362 !tcu::compareThreshold(resPix, fgRef, threshold))
494 static bool hasNeighborWithColor (const tcu::Surface& surface, int x, int y, tcu::RGBA color, tcu::RGBA threshold)
519 if (tcu::compareThreshold(color, neighborColor, threshold))
  /external/freetype/src/pshinter/
pshglob.c 411 /* The blue threshold is the font units distance under */
420 FT_Int threshold = blues->blue_shift; local
423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
424 threshold--;
426 blues->blue_threshold = threshold;
  /external/oprofile/pp/
opannotate.cpp 103 if (options::threshold != 0) {
106 << options::threshold << "% of the samples\n"; member in class:__anon32226::options
477 // a medium number of times, I dunno if the used threshold is optimal
499 choice.threshold = options::threshold;
740 samples->select_filename(options::threshold);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 419 /* The blue threshold is the font units distance under */
428 FT_Int threshold = blues->blue_shift; local
431 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
432 threshold--;
434 blues->blue_threshold = threshold;
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 299 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
368 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
396 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
463 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
486 const float threshold = 0.02f; local
583 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
613 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
681 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
970 const float threshold = 0.02f; local
    [all...]

Completed in 2745 milliseconds

1 2 3 4 5 6 7 891011>>