HomeSort by relevance Sort by last modified time
    Searched defs:best_score (Results 1 - 11 of 11) sorted by null

  /external/webp/src/utils/
filters.c 56 int best_score = 0x7fffffff; local
64 if (score < best_score) {
65 best_score = score;
  /external/freetype/src/autofit/
afwarp.h 44 AF_WarpScore best_score; member in struct:AF_WarperRec_
aflatin2.c 2099 FT_Pos best_score = scores[0]; local
    [all...]
  /external/opencv3/3rdparty/libwebp/utils/
filters.c 190 int best_score = 0x7fffffff; local
198 if (score < best_score) {
199 best_score = score;
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 200 float best_score = -10000.0; local
201 // float best_score = -MathLimits<float>::kMax;
204 if (score_i > best_score) {
205 best_score = score_i;
214 float best_score = -10000.0; local
215 //float best_score = -MathLimits<float>::kMax;
218 if (score_i > best_score) {
219 best_score = score_i;
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 272 size_t best_score = try_filter_none ? local
292 if (score < best_score) {
297 best_score = score;
quant.c 497 score_t best_score; local
522 best_score = RDScoreTrellis(lambda, cost, max_error);
603 if (score < best_score) {
604 best_score = score;
963 score_t best_score = MAX_COST; local
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 968 int crl_score, best_score = *pscore; local
981 if (crl_score > best_score)
985 best_score = crl_score;
996 *pscore = best_score;
1007 if (best_score >= CRL_SCORE_VALID)
    [all...]
  /external/webp/src/enc/
quant.c 584 score_t best_score; local
608 best_score = RDScoreTrellis(lambda, cost, 0);
692 if (score < best_score) {
693 best_score = score;
1129 score_t best_score = MAX_COST; local
    [all...]
vp8l.c 78 uint32_t best_score = ~0U; local
81 if (best_score > cur_score) {
82 best_score = cur_score;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 327 int best_score; member in struct:CvCliqueFinder
    [all...]

Completed in 450 milliseconds