/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
screen_finder.py | 301 ',\nBrightness score: ' + str(self.brightness_score) + 327 for corner_pos, score, point, line1, line2 in \ 335 corner_data = self.CornerData(corner_pos, point, score, line1, line2) 396 An array of: The corner location (0-3), the relative brightness score 508 score = avg_intensity[0][0] - avg_intensity[1][0] 514 results.append((int(angle / (np.pi / 2.0)), score, points[i], 523 part of the rectangle, filter based on score (highest relative brightness [all...] |
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 307 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 308 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); 619 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 620 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
|
es2aTextureMipmapTests.cpp | 364 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 365 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); 631 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 632 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 296 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 297 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); 627 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 628 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
|
es3aTextureMipmapTests.cpp | 357 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 358 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); 620 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); local 621 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
|
/external/webp/src/enc/ |
vp8l.c | 55 uint32_t score; local 56 score = PaletteComponentDistance((diff >> 0) & 0xff); 57 score += PaletteComponentDistance((diff >> 8) & 0xff); 58 score += PaletteComponentDistance((diff >> 16) & 0xff); 59 score *= kMoreWeightForRGBThanForAlpha; 60 score += PaletteComponentDistance((diff >> 24) & 0xff); 61 return score; [all...] |
vp8enci.h | 205 // Handy transient struct to accumulate score and info during RD-optimization 209 score_t H, R, score; // header bits, rate, score. member in struct:__anon27465
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
fast.cu | [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 903 XNumber score = pat.getStaticScore(); local 912 attrPat.setStaticScore(score); 941 // We need to keep the new nodetest from affecting the score... 942 XNumber score = tail.getStaticScore(); local 944 tail.setStaticScore(score); 945 selfPattern.setStaticScore(score); [all...] |
/external/deqp/framework/common/ |
tcuImageCompare.cpp | 340 int score = deClamp32(deFloorFloatToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff))*100.0f), 0, 100); local 345 if (logMode == COMPARE_LOG_EVERYTHING || score <= failThreshold) 366 if (logMode != COMPARE_LOG_ON_ERROR || score <= failThreshold) 368 << TestLog::Integer("Score", "Score", "", QP_KEY_TAG_QUALITY, score); 370 return score; [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 456 * - GOOD/LOW/BAD thresholds are used so as to calculate link score 482 public int score; // Debug only, indicate last score used for autojoin/cell-handover field in class:WifiConfiguration.Visibility 521 if (score != 0) { 522 sbuf.append("; ").append(score); 772 * Boost given to RSSI on a home network for the purpose of calculating the score 931 * kept updating once a new scan result has a higher score than current one 936 * Used to cache the score of the current temporary candidate during the network [all...] |
/external/ImageMagick/MagickCore/ |
opencl-private.h | 309 score; member in struct:_MagickCLDevice
|
/external/e2fsprogs/misc/ |
e4defrag.c | 2035 float score = 0.0; local [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | 156 SInt32 score; local 165 &score); 805 SInt32 score; local 872 kIOCFPlugInInterfaceID, &plugInInterface, &score); [all...] |
/external/opencv3/3rdparty/libwebp/enc/ |
vp8enci.h | 257 // Handy transcient struct to accumulate score and info during RD-optimization 260 score_t D, SD, R, score; // Distortion, spectral distortion, rate, score. member in struct:__anon21905
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
TelephonyNetworkFactory.java | 216 public void needNetworkFor(NetworkRequest networkRequest, int score) {
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFD.cpp | 382 //For real faces, it is seen that the h/w passes a score >=80 383 //For false faces, we seem to get even a score of 70 sometimes. 385 //<=70 score here. 418 faces[i].score = faceData->tFacePosition[j].nScore;
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 870 // the highest score of fits tried so far 909 int score = fitWidth - curMovesRequired.cardinality(); local 911 if (score > maxScore) { 912 maxScore = score; [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 791 // the highest score of fits tried so far 830 int score = fitWidth - curMovesRequired.cardinality(); local 832 if (score > maxScore) { 833 maxScore = score; [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 386 int score = mBufferTail - tick - MEASURE_BASE; local 387 if (mLatencyScore > score || mLatencyScore <= 0) { 388 mLatencyScore = score;
|
/external/valgrind/coregrind/ |
m_transtab.c | 2459 static ULong score ( const TTEntry* tte ) function [all...] |
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Preview.cpp | 362 mHalCamCtrl->mFace[idx].score = roi.d.data.face.score; 431 ALOGE("%s: Face detection RIO callback with %d faces detected (score=%d)", __func__, mNumFDRcvd, mHalCamCtrl->mFace[idx].score); [all...] |
/frameworks/base/services/core/java/com/android/server/ |
ConnectivityService.java | 2163 Integer score = (Integer) msg.obj; local [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
FrameProcessor.cpp | 199 ALOGW("%s: Face index %zu with out of range score %d", 214 face.score = faceScores[i];
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXFD.cpp | 389 //For real faces, it is seen that the h/w passes a score >=80 390 //For false faces, we seem to get even a score of 70 sometimes. 392 //<=70 score here. 425 faces[i].score = faceData->tFacePosition[j].nScore;
|