Home
last modified time | relevance | path

Searched defs:maxDiff (Results 1 – 24 of 24) sorted by relevance

/external/chromium-trace/catapult/third_party/typ/typ/tests/
Djson_results_test.py21 maxDiff = 4096 variable in TestMakeUploadRequest
63 maxDiff = 2048 variable in TestMakeFullResults
/external/opencv3/modules/java/android_test/src/org/opencv/test/android/
DUtilsTest.java37 double maxDiff = Core.norm(m16, m32, Core.NORM_INF); in testBitmapToMat() local
69 double maxDiff; in testMatToBitmap() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
Dtest_batch.py61 maxDiff = None variable in TestBatchObjects
/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp166 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
266 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
357 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
457 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
544 const int maxDiff = 0; // Values can be represented exactly in mediump. in iterate() local
650 const int maxDiff = 0; // All bits must be accurate. in iterate() local
764 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
874 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
973 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
1083 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
/external/deqp/modules/gles3/functional/
Des3fShaderPackingFunctionTests.cpp162 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
262 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
353 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
453 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
540 const int maxDiff = 0; // Values can be represented exactly in mediump. in iterate() local
646 const int maxDiff = 0; // All bits must be accurate. in iterate() local
Des3fColorClearTest.cpp239 RGBA maxDiff(0, 0, 0, 0); in iterate() local
Des3fASTCDecompressionCases.cpp460 IVec4 maxDiff; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp180 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
299 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
405 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
524 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
628 const int maxDiff = 0; // Values can be represented exactly in mediump. in iterate() local
750 const int maxDiff = 0; // All bits must be accurate. in iterate() local
880 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
1009 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
1125 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
1254 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_website.py44 maxDiff = None variable in TestS3WebsiteConfiguration
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_networkinterface.py106 maxDiff = None variable in TestNetworkInterfaceCollection
/external/chromium-trace/catapult/third_party/typ/typ/
Dtest_case.py28 maxDiff = 80 * 66 variable in TestCase
/external/deqp/framework/common/
DtcuImageCompare.cpp494 UVec4 maxDiff (0, 0, 0, 0); in floatUlpThresholdCompare() local
580 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f); in floatThresholdCompare() local
668 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f); in floatThresholdCompare() local
749 UVec4 maxDiff (0, 0, 0, 0); in intThresholdCompare() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
D__init__.py9 maxDiff = None variable in AWSMockServiceTestCase
Dtest_connection.py36 maxDiff = None variable in TestListParamsSerialization
/external/sonic/
DSonic.java522 int minDiff = 1, maxDiff = 0; in findPitchPeriodInRange() local
554 int maxDiff, in prevPeriodBetter()
587 Integer maxDiff = new Integer(0); in findPitchPeriod() local
Dsonic.c619 unsigned long diff, minDiff = 1, maxDiff = 0; in findPitchPeriodInRange() local
655 int maxDiff, in prevPeriodBetter()
690 int minDiff, maxDiff, retPeriod; in findPitchPeriod() local
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp239 RGBA maxDiff(0, 0, 0, 0); in iterate() local
/external/opencv3/modules/java/pure_test/src/org/opencv/test/
DOpenCVTestCase.java448 double maxDiff = Core.norm(diff, Core.NORM_INF); in compareMats() local
/external/opencv3/modules/java/android_test/src/org/opencv/test/
DOpenCVTestCase.java418 double maxDiff = Core.norm(diff, Core.NORM_INF); in compareMats() local
/external/opencv3/modules/calib3d/src/
Dstereosgbm.cpp977 void filterSpecklesImpl(cv::Mat& img, int newVal, int maxSpeckleSize, int maxDiff, cv::Mat& _buf) in filterSpecklesImpl()
1083 int newVal = cvRound(_newval), maxDiff = cvRound(_maxDiff); in filterSpeckles() local
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java1007 …public static void filterSpeckles(Mat img, double newVal, int maxSpeckleSize, double maxDiff, Mat … in filterSpeckles()
1016 public static void filterSpeckles(Mat img, double newVal, int maxSpeckleSize, double maxDiff) in filterSpeckles()
1290 …terSpeckles_0(long img_nativeObj, double newVal, int maxSpeckleSize, double maxDiff, long buf_nati… in filterSpeckles_0()
1291 …ative void filterSpeckles_1(long img_nativeObj, double newVal, int maxSpeckleSize, double maxDiff); in filterSpeckles_1()
Dcalib3d.cpp3395 …(JNIEnv* env, jclass , jlong img_nativeObj, jdouble newVal, jint maxSpeckleSize, jdouble maxDiff, … in Java_org_opencv_calib3d_Calib3d_filterSpeckles_10()
3417 (JNIEnv* env, jclass , jlong img_nativeObj, jdouble newVal, jint maxSpeckleSize, jdouble maxDiff) in Java_org_opencv_calib3d_Calib3d_filterSpeckles_11()
/external/aac/libAACenc/src/
Dadj_thr.cpp2434 const FIXP_DBL maxDiff = FL2FXCONST_DBL(0.25f); in FDKaacEnc_calcPeCorrectionLowBitRes() local
/external/opencv3/modules/core/src/
Dmathfuncs.cpp2041 double maxDiff = 0; in solvePoly() local