/external/chromium_org/third_party/freetype/src/autofit/ |
afwarp.h | 44 AF_WarpScore best_score; member in struct:AF_WarperRec_
|
afwarp.c | 144 if ( score > warper->best_score || 145 ( score == warper->best_score && 148 warper->best_score = score; 196 warper->best_score = INT_MIN;
|
aflatin2.c | 2101 FT_Pos best_score = scores[0]; local [all...] |
/external/freetype/src/autofit/ |
afwarp.h | 44 AF_WarpScore best_score; member in struct:AF_WarperRec_
|
afwarp.c | 144 if ( score > warper->best_score || 145 ( score == warper->best_score && 148 warper->best_score = score; 196 warper->best_score = INT_MIN;
|
aflatin2.c | 2102 FT_Pos best_score = scores[0]; local [all...] |
/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
multiclass_pa.cpp | 198 float best_score = -10000.0; local 199 // float best_score = -MathLimits<float>::kMax; 202 if (score_i > best_score) { 203 best_score = score_i; 212 float best_score = -10000.0; local 213 //float best_score = -MathLimits<float>::kMax; 216 if (score_i > best_score) { 217 best_score = score_i;
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
hash.h | 196 double best_score = 8.115; local 199 best_score += cost_diff[insert_length_]; 254 if (best_score < score) { 255 best_score = score; 261 *best_score_out = best_score; 285 if (best_score < score) { 286 best_score = score; 324 if (best_score < score) { 325 best_score = score; 331 *best_score_out = best_score; [all...] |
backward_references.cc | 65 double best_score = 0; local 72 &best_len, &best_len_code, &best_dist, &best_score, 76 if (match_found_M1 && best_score_M1 > best_score) { 86 best_score = best_score_M1; 130 if (match_found && best_score_2 >= best_score + cost_diff_lazy) { 138 best_score = best_score_2;
|
/frameworks/ex/variablespeed/jni/ |
sola_time_scaler.cc | 281 int best_score = 0; local 287 if (score > best_score) { 288 best_score = score; 298 if (score > best_score) { 299 best_score = score;
|
/external/opencv/cvaux/src/ |
cvclique.cpp | 71 int best_score; 221 finder->best_score = 0; 288 if( (!finder->weighted) && (k + ce[k] - ne[k] < finder->best_score) ) 413 finder->best_score = MAX(finder->best_score, k ); 530 int best_score = 0; 542 if( k + ce[k] - ne[k] < best_score ) 635 best_score = MAX(best_score, k );
|
/external/speex/libspeex/ |
ltp.c | 176 VARDECL(spx_word32_t *best_score); 203 ALLOC(best_score, N, spx_word32_t); 207 best_score[i]=-1; 265 if (MULT16_16(tmp,best_ener[N-1])>MULT16_16(best_score[N-1],ADD16(1,ener16[i-start]))) 268 best_score[N-1]=tmp; 274 if (MULT16_16(tmp,best_ener[j])>MULT16_16(best_score[j],ADD16(1,ener16[i-start]))) 278 best_score[k]=best_score[k-1]; 282 best_score[j]=tmp;
|
ltp_bfin.h | 160 VARDECL(spx_word32_t *best_score); 166 ALLOC(best_score, N, spx_word32_t); 173 best_score[i]=-1; 260 if (MULT16_16(tmp,best_ener[N-1])>MULT16_16(best_score[N-1],ADD16(1,ener16[i-start]))) 263 best_score[N-1]=tmp; 269 if (MULT16_16(tmp,best_ener[j])>MULT16_16(best_score[j],ADD16(1,ener16[i-start]))) 273 best_score[k]=best_score[k-1]; 277 best_score[j]=tmp;
|
/external/chromium_org/third_party/libwebp/utils/ |
filters.c | 229 int best_score = 0x7fffffff; local 237 if (score < best_score) { 238 best_score = score;
|
/external/webp/src/utils/ |
filters.c | 229 int best_score = 0x7fffffff; local 237 if (score < best_score) { 238 best_score = score;
|
/external/chromium_org/components/password_manager/core/browser/ |
password_form_manager.cc | 319 int best_score = 0; local 357 if (current_score < best_score) { 361 if (current_score == best_score) { 363 } else if (current_score > best_score) { 364 best_score = current_score; 378 if (best_score <= 0) {
|
/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 563 score_t best_score; local 587 best_score = RDScoreTrellis(lambda, cost, 0); 671 if (score < best_score) { 672 best_score = score; 1084 score_t best_score = MAX_COST; local [all...] |
/external/webp/src/enc/ |
quant.c | 563 score_t best_score; local 587 best_score = RDScoreTrellis(lambda, cost, 0); 671 if (score < best_score) { 672 best_score = score; 1084 score_t best_score = MAX_COST; local [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider_unittest.cc | 293 int best_score = ac_matches_.begin()->relevance + 1; local 302 EXPECT_LT(actual->relevance, best_score) 305 best_score = actual->relevance; [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_set.cc | 1020 double best_score = -1; local 1044 if (score > best_score) { 1046 best_score = score; 1051 v->compaction_score_ = best_score; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.c | 823 int i, crl_score, best_score = *pscore; local 835 if (crl_score > best_score) 839 best_score = crl_score; 850 *pscore = best_score; 861 if (best_score >= CRL_SCORE_VALID) [all...] |
/external/openssl/crypto/x509/ |
x509_vfy.c | 834 int i, crl_score, best_score = *pscore; local 846 if (crl_score > best_score) 850 best_score = crl_score; 861 *pscore = best_score; 872 if (best_score >= CRL_SCORE_VALID) [all...] |
/hardware/ti/omap4-aah/hwc/ |
hwc.c | [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 855 __u32 i, best = ~0, best_score = 0; 910 if (best_score < score) { 916 best_score = score; [all...] |
/external/opencv/cvaux/include/ |
cvaux.h | 327 int best_score; member in struct:CvCliqueFinder [all...] |