HomeSort by relevance Sort by last modified time
    Searched defs:confidence (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu4c/i18n/
csmatch.h 25 int32_t confidence; member in class:CharsetMatch
csrutf8.cpp 33 int32_t confidence; local
88 // Cook up some sort of confidence score, based on presense of a BOM
90 confidence = 0;
92 confidence = 100;
94 confidence = 80;
96 confidence = 100;
98 confidence = 80;
101 confidence = 10;
104 confidence = 25;
107 return confidence;
    [all...]
csrucode.cpp 77 int32_t confidence = 0; local
94 // Cook up some sort of confidence score, based on presense of a BOM
97 confidence = 100;
99 confidence = 80;
101 confidence = 100;
103 confidence = 80;
106 confidence = 25;
109 return confidence;
csdetect.cpp 269 int32_t confidence; local
280 confidence = detectResults;
282 if (confidence > 0) {
283 resultArray[resultCount++]->set(textIn, csr, confidence);
296 // be the one with the highest confidence rating.
csrmbcs.cpp 152 int32_t confidence = 0; local
178 return confidence;
186 // We don't have enough data to have any confidence.
188 confidence = 0;
193 confidence = 10;
196 return confidence;
204 confidence = 0;
206 return confidence;
211 // Assess confidence purely on having a reasonable number of
213 confidence = 30 + doubleByteCharCount - 20*badCharCount
    [all...]
  /external/webkit/Source/WebCore/page/
SpeechInputResult.cpp 33 PassRefPtr<SpeechInputResult> SpeechInputResult::create(const String& utterance, double confidence)
35 return adoptRef(new SpeechInputResult(utterance, confidence));
43 SpeechInputResult::SpeechInputResult(const String& utterance, double confidence)
45 , m_confidence(confidence)
49 double SpeechInputResult::confidence() const function in class:WebCore::SpeechInputResult
  /external/icu4c/samples/csdet/
csdet.c 59 int32_t confidence = ucsdet_getConfidence(csm[match], &status); local
65 printf("%s (%s) %d\n", name, lang, confidence);
  /frameworks/base/media/libstagefright/
MediaExtractor.cpp 59 float confidence; local
60 if (!source->sniff(&tmp, &confidence, &meta)) {
67 LOGV("Autodetected media content as '%s' with confidence %.2f",
68 mime, confidence);
AACExtractor.cpp 139 float confidence; local
140 if (!SniffAAC(mDataSource, &mimeType, &confidence, NULL)) {
320 const sp<DataSource> &source, String8 *mimeType, float *confidence,
331 *confidence = 0.2;
AMRExtractor.cpp 121 float confidence; local
122 if (!SniffAMR(mDataSource, &mimeType, &confidence, NULL)) {
330 const sp<DataSource> &source, String8 *mimeType, float *confidence,
340 *confidence = 0.5;
345 *confidence = 0.5;
AwesomePlayer.cpp 2046 float confidence; local
2092 float confidence; local
    [all...]
  /external/chromium/base/i18n/
icu_encoding_detection.cc 68 int32_t confidence = ucsdet_getConfidence(matches[i], &get_name_status); local
74 // A confidence level >= 10 means that the encoding is expected to properly
75 // decode the text. Drop all encodings with lower confidence level.
76 if (confidence < 10)
  /frameworks/base/media/java/android/media/
FaceDetector.java 36 /** The minimum confidence factor of good face recognition */
46 * Returns a confidence factor between 0 and 1. This indicates how
47 * certain what has been found is actually a face. A confidence
50 public float confidence() { method in class:FaceDetector.Face
  /external/neven/
FaceDetector_jni.cpp 41 float confidence; member in struct:FaceData
49 jfieldID confidence; member in struct:FaceOffsets
83 fdata->confidence = (float)btk_DCR_confidence(hdcr) / (1 << 24);
107 gFaceOffsets.confidence = _env->GetFieldID(faceClass, "mConfidence", "F");
268 _env->SetFloatField(face, gFaceOffsets.confidence, faceData.confidence);
  /frameworks/base/core/java/android/view/
VelocityTracker.java 278 * Confidence (coefficient of determination), between 0 (no fit) and 1 (perfect fit).
280 public float confidence; field in class:VelocityTracker.Estimator
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 36 jfieldID confidence; member in struct:android::__anon14527
207 env->SetFloatField(outEstimatorObj, gEstimatorClassInfo.confidence, estimator.confidence);
264 GET_FIELD_ID(gEstimatorClassInfo.confidence, clazz,
265 "confidence", "F");
  /external/icu4c/test/intltest/
csdetest.cpp 192 int32_t confidence = ucsdet_getConfidence(matches[m], &status); local
194 printf("%s (%s) %d\n", name, lang, confidence);
336 goto try_le; // no point in looking at confidence if we got the wrong character set.
340 errln("Did not get 100%% confidence for UTF-16BE: got %d", conf);
358 goto bail; // no point in looking at confidence if we got the wrong character set.
362 errln("Did not get 100%% confidence for UTF-16LE: got %d", conf);
  /external/opencv/cv/src/
cvfundam.cpp 65 CvMat* mask, double confidence=0.99, int maxIters=1000 );
68 double confidence=0.99, int maxIters=1000 );
164 double confidence, int maxIters )
226 niters = cvRANSACUpdateNumIters( confidence,
258 CvMat* mask, double confidence, int maxIters )
294 niters = cvRound(log(1-confidence)/log(1-pow(1-outlierRatio,(double)modelPoints)));
580 const double confidence = 0.99; local
620 result = estimator.runLMeDS( M, m, &_H, tempMask, confidence );
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence );
    [all...]
  /frameworks/base/include/ui/
Input.h 645 // Confidence (coefficient of determination), between 0 (no fit) and 1 (perfect fit).
646 float confidence; member in struct:android::VelocityTracker::Estimator
650 confidence = 0;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 254 /* Confidence level for the profile */
255 enum sample_profile_confidence confidence; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 254 /* Confidence level for the profile */
255 enum sample_profile_confidence confidence; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
basic-block.h 254 /* Confidence level for the profile */
255 enum sample_profile_confidence confidence; local
    [all...]
  /external/netperf/
netlib.c 3857 confidence=-10.0; variable
    [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.cpp 1284 double confidence = JSValueToNumber(context, arguments[1], exception); local
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 3831 float confidence = hypotf(c1, c2); local
    [all...]

Completed in 1230 milliseconds

1 2