Searched refs:threshold (Results 226 - 250 of 282) sorted by relevance

1234567891011>>

/external/freetype/src/truetype/
H A Dttobjs.c765 exec->threshold = 0;
/external/opencv/cv/src/
H A Dcvcalibration.cpp2403 const CvMat* F0, CvSize imgSize, CvMat* _H1, CvMat* _H2, double threshold )
2467 if( threshold > 0 )
2477 lines2[i].z) <= threshold &&
2480 lines1[i].z) <= threshold )
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c772 exec->threshold = 0;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2045 /* Set starting values of RD threshold multipliers (128 = *1) */
3437 * is above a threshold
3508 /* Reset the RD threshold multipliers to default of * 1 (128) */
5464 int vp8_set_roimap(VP8_COMP *cpi, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]) argument
5519 cpi->segment_encode_breakout[0] = threshold[0];
5520 cpi->segment_encode_breakout[1] = threshold[1];
5521 cpi->segment_encode_breakout[2] = threshold[2];
5522 cpi->segment_encode_breakout[3] = threshold[3];
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp628 const float threshold = 0.02f; local
629 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp1038 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFmt), tcu::RGBA(12, 12, 12, 12)));
1040 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
H A Des3fFboRenderTest.cpp505 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12)));
507 return tcu::bilinearCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
H A Des3fVertexTextureTests.cpp479 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15); local
480 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp78 // full threshold? print * for clarity
559 const int threshold = 255 / 4 / m_numTargetSamples + 1;
563 allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, sampleIdColor, 1.0f), tcu::IVec3(1, threshold, 1)), false);
H A Des31fSSBOLayoutCase.cpp1637 const float threshold = 0.05f; // Same as used in shaders - should be fine for values being used. local
1644 if (deFloatAbs(resVal - refVal) >= threshold)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h358 * wakeups and thereby save power. Specify the RSSI threshold in s32
2327 * set_rts - Set RTS threshold
2329 * @rts: RTS threshold in octets
2335 * set_frag - Set fragmentation threshold
2337 * @frag: Fragmentation threshold in octets
2648 * @threshold: Threshold value for signal change events; 0 = disabled
2655 * %threshold value or increases above it, EVENT_SIGNAL_CHANGE event
2659 int (*signal_monitor)(void *priv, int threshold, int hysteresis);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h358 * wakeups and thereby save power. Specify the RSSI threshold in s32
2327 * set_rts - Set RTS threshold
2329 * @rts: RTS threshold in octets
2335 * set_frag - Set fragmentation threshold
2337 * @frag: Fragmentation threshold in octets
2648 * @threshold: Threshold value for signal change events; 0 = disabled
2655 * %threshold value or increases above it, EVENT_SIGNAL_CHANGE event
2659 int (*signal_monitor)(void *priv, int threshold, int hysteresis);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h358 * wakeups and thereby save power. Specify the RSSI threshold in s32
2327 * set_rts - Set RTS threshold
2329 * @rts: RTS threshold in octets
2335 * set_frag - Set fragmentation threshold
2337 * @frag: Fragmentation threshold in octets
2648 * @threshold: Threshold value for signal change events; 0 = disabled
2655 * %threshold value or increases above it, EVENT_SIGNAL_CHANGE event
2659 int (*signal_monitor)(void *priv, int threshold, int hysteresis);
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c2944 unsigned int threshold = bufmgr_gem->gtt_size * 3 / 4; local
2956 if (total > threshold)
2959 if (total > threshold) {
/external/v8/tools/
H A Dgrokdump.py672 threshold = 20
673 if opcode_percent > threshold + 2:
675 if opcode_percent > threshold - 2:
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jar ... String name protected org.apache.log4j.Priority threshold protected org.apache.log4j.spi.ErrorHandler ...
H A Dlog4j-1.3alpha-8.jar ... String name protected org.apache.log4j.Priority threshold protected org.apache.log4j.spi.ErrorHandler ...
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java348 classWriter.threshold = (int) (0.75d * ll);
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc2275 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} argument
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1481 assertTrue(count <= segment.threshold);
1500 assertTrue(count <= segment.threshold);
/external/vogar/lib/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/util/ ...

Completed in 809 milliseconds

1234567891011>>