Home
last modified time | relevance | path

Searched refs:best_score (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dfilters_utils.c56 int best_score = 0x7fffffff; in WebPEstimateBestFilter() local
64 if (score < best_score) { in WebPEstimateBestFilter()
65 best_score = score; in WebPEstimateBestFilter()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafwarp.c144 if ( score > warper->best_score || in af_warper_compute_line_best()
145 ( score == warper->best_score && in af_warper_compute_line_best()
148 warper->best_score = score; in af_warper_compute_line_best()
196 warper->best_score = INT_MIN; in af_warper_compute()
A Dafwarp.h44 AF_WarpScore best_score; member
A Daflatin2.c2102 FT_Pos best_score = scores[0]; in af_latin2_hint_edges() local
2108 if ( scores[nn] < best_score ) in af_latin2_hint_edges()
2110 best_score = scores[nn]; in af_latin2_hint_edges()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dblock_map.cc396 int best_score = std::numeric_limits<int>::min(); in MakeBlockMap() local
410 if (score >= best_score) { in MakeBlockMap()
411 best_score = score; in MakeBlockMap()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c602 score_t best_score; in TrellisQuantizeBlock() local
626 best_score = RDScoreTrellis(lambda, cost, 0); in TrellisQuantizeBlock()
709 if (score < best_score) { in TrellisQuantizeBlock()
710 best_score = score; in TrellisQuantizeBlock()
1220 score_t best_score = MAX_COST; in RefineUsingDistortion() local
1245 if (score < best_score) { in RefineUsingDistortion()
1247 best_score = score; in RefineUsingDistortion()
1279 if (score_i4 >= best_score || i4_bit_sum > bit_limit) { in RefineUsingDistortion()
1295 best_score = score_i4; in RefineUsingDistortion()
1319 rd->score = best_score; in RefineUsingDistortion()
A Dvp8l_enc.c76 uint32_t best_score = ~0U; in GreedyMinimizeDeltas() local
79 if (best_score > cur_score) { in GreedyMinimizeDeltas()
80 best_score = cur_score; in GreedyMinimizeDeltas()

Completed in 20 milliseconds