Home
last modified time | relevance | path

Searched refs:score (Results 251 - 256 of 256) sorted by relevance

1...<<11

/third_party/ffmpeg/libavcodec/
H A Dvp8.c1072 cnt[idx] += vp7_mv_pred[i].score; in vp7_decode_mvs()
/third_party/glfw/deps/
H A Dnuklear.h6653 int score = 0; in nk_strmatch_fuzzy_text() local
6684 score += best_letter_score; in nk_strmatch_fuzzy_text()
6699 score += penalty; in nk_strmatch_fuzzy_text()
6722 score += NK_UNMATCHED_LETTER_PENALTY; in nk_strmatch_fuzzy_text()
6729 score += NK_UNMATCHED_LETTER_PENALTY; in nk_strmatch_fuzzy_text()
6740 /* apply score for last match */ in nk_strmatch_fuzzy_text()
6742 score += best_letter_score; in nk_strmatch_fuzzy_text()
6749 *out_score = score; in nk_strmatch_fuzzy_text()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c16650 uint64_t score = ((uint64_t)(pb * pb)) + ((uint64_t)(pg * pg)) + in wuffs_base__pixel_palette__closest_element() local
16652 if (best_score > score) { in wuffs_base__pixel_palette__closest_element()
16653 best_score = score; in wuffs_base__pixel_palette__closest_element()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c15592 uint64_t score = ((uint64_t)(pb * pb)) + ((uint64_t)(pg * pg)) + in wuffs_base__pixel_palette__closest_element() local
15594 if (best_score > score) { in wuffs_base__pixel_palette__closest_element()
15595 best_score = score; in wuffs_base__pixel_palette__closest_element()
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c10950 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */
123572 int score = matchQuality(p, nArg, enc); global() local
123597 int score = matchQuality(p, nArg, enc); global() local
224926 double score = 0.0; /* SQL function return value */ global() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 289 milliseconds

1...<<11