HomeSort by relevance Sort by last modified time
    Searched full:score (Results 101 - 125 of 637) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 236 etc1_uint32 score; // Lower is more accurate member in struct:__anon32348
241 if (a->score > b->score) {
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG)); local
313 if (score >= bestScore) {
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
318 if (score >= bestScore) {
322 score += (etc1_uint32) square(decodedB - pixelB);
323 if (score < bestScore) {
324 bestScore = score;
338 int score = pCompressed->score; local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 236 etc1_uint32 score; // Lower is more accurate member in struct:__anon62502
241 if (a->score > b->score) {
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG)); local
313 if (score >= bestScore) {
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
318 if (score >= bestScore) {
322 score += (etc1_uint32) square(decodedB - pixelB);
323 if (score < bestScore) {
324 bestScore = score;
338 int score = pCompressed->score; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 430 // Init/Copy the common fields in score.
436 rd->score = MAX_COST;
444 dst->score = src->score;
452 dst->score += src->score;
479 rd->score = rd->R * lambda + 256 * (rd->D + rd->SD);
520 // compute 'skip' score. This is the max score one can do.
576 score_t cost, base_cost, score; local
971 const score_t score = VP8SSE16x16(src, ref); local
997 const score_t score = VP8SSE4x4(src, ref); local
    [all...]
  /external/webp/src/enc/
quant.c 430 // Init/Copy the common fields in score.
436 rd->score = MAX_COST;
444 dst->score = src->score;
452 dst->score += src->score;
479 rd->score = rd->R * lambda + 256 * (rd->D + rd->SD);
520 // compute 'skip' score. This is the max score one can do.
576 score_t cost, base_cost, score; local
971 const score_t score = VP8SSE16x16(src, ref); local
997 const score_t score = VP8SSE4x4(src, ref); local
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_cache.h 40 // Fetches the thumbnail score for the specified url. Returns true if
41 // there is a thumbnail score for the specified url.
42 bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score);
top_sites_cache.cc 47 ThumbnailScore* score) {
51 *score = found->second.thumbnail_score;
page_usage_data.h 68 // Sort predicate to sort instances by score (high to low)
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.cc 68 score(0.0) {
80 score(other.score) {
102 // The score is calculated so that when the rows are sorted, the stylesheets
109 score = (2 * kMaxResourcesPerType) - average_position;
113 score = kMaxResourcesPerType - average_position;
117 score = kMaxResourcesPerType - average_position;
131 score == rhs.score;
136 return x.score > y.score
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil_dbg_empty.cc 17 DEFINE_bool(dbgscore, false, "Print picture of score calculation");
18 DEFINE_bool(dbglookup, false, "Print every quad/uni lookup in score calc");
19 DEFINE_bool(dbgreli, false, "Print reliability in score calc");
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 235 float score = static_cast<float>( local
237 if (score > static_cast<float>(kMaxScore)) {
238 score = static_cast<float>(kMaxScore);
240 return score;
331 printf("code:%d, probability:%.9f, log score:%.3f, final score: %.3f\n",
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 144 * Statically calculated score for this test. One of
155 * The match score if the pattern consists of just a NodeTest.
162 * The match score if the pattern pattern has the form NCName:*.
169 * The match score if the pattern has the form
177 * The match score if the pattern consists of something
185 * The match score if no match is made.
261 * calculating the score that this test will return if a test succeeds.
277 * calculating the score that this test will return if a test succeeds.
301 * Get the static score for this node test.
310 * Set the static score for this node test
    [all...]
  /external/chromium_org/base/process/
memory.h 43 // The maximum allowed value for the OOM score.
53 BASE_EXPORT bool AdjustOOMScore(ProcessId process, int score);
  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop.h 13 // content-driven in any meaningful way (save for score calculation). Rather,
30 // Calculates how "boring" a thumbnail is. The boring score is the
thumbnailing_context.h 51 ThumbnailScore score; member in struct:thumbnails::ThumbnailingContext
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_discovery.cc 78 page_value->SetDouble("score", (*it)->score());
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.c 66 /* Score segments for a given `scale' and `delta' in the range */
68 /* the new best score is equal to the old one, prefer the */
128 /* score the length of the segments for the given range */
133 /* find best score */
140 AF_WarpScore score = scores[idx]; local
144 if ( score > warper->best_score ||
145 ( score == warper->best_score &&
148 warper->best_score = score;
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 40 INSERT INTO t1 VALUES('abcdefghij', 'four', 'score');
108 } {abcdefghij four score}
  /external/freetype/src/autofit/
afwarp.c 66 /* Score segments for a given `scale' and `delta' in the range */
68 /* the new best score is equal to the old one, prefer the */
128 /* score the length of the segments for the given range */
133 /* find best score */
140 AF_WarpScore score = scores[idx]; local
144 if ( score > warper->best_score ||
145 ( score == warper->best_score &&
148 warper->best_score = score;
  /external/libvpx/libvpx/vp9/common/
vp9_findnearmv.h 23 // check a list of motion vectors by sad score using a number rows of pixels
25 // score to use as ref motion vector
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 53 By comparing each of these features frame by frame, a score is calculated to
55 and from that score I can determine the great images from the bad ones.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java 50 .addOutputPort("score", Signature.PORT_REQUIRED, FrameType.single(float.class))
87 OutputPort outPort = getConnectedOutputPort("score");
  /external/chromium_org/chrome/common/safe_browsing/
client_model.proto 26 // To compute the phishing score (i.e., the probability that the website is
28 // given set of extracted features. The score of a particular rule corresponds
31 // features) its value will be set to zero. The overall score is computed
32 // by summing up all the rule scores. This overall score is a logodds and can
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.cc 184 // the score.
200 float score = static_cast<float>(scorer_->ComputeScore(hashed_features)); local
201 verdict.set_client_score(score);
202 verdict.set_is_phishing(score >= kPhishyThreshold);
phishing_classifier.h 6 // page and computing a phishyness score. The basic steps are:
61 // Sets a scorer for the classifier to use in computing the phishiness score.
96 // Any score equal to or above this value is considered phishy.
109 // If it was successful, computes a score and runs the DoneCallback.
  /external/chromium_org/sandbox/linux/suid/common/
sandbox.h 14 static const char kAdjustOOMScoreSwitch[] = "--adjust-oom-score";

Completed in 843 milliseconds

1 2 3 45 6 7 8 91011>>