Searched refs:best_score (Results 1 – 7 of 7) sorted by relevance
56 int best_score = 0x7fffffff; in WebPEstimateBestFilter() local64 if (score < best_score) { in WebPEstimateBestFilter()65 best_score = score; in WebPEstimateBestFilter()
144 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()
44 AF_WarpScore best_score; member
2102 FT_Pos best_score = scores[0]; in af_latin2_hint_edges() local2108 if ( scores[nn] < best_score ) in af_latin2_hint_edges()2110 best_score = scores[nn]; in af_latin2_hint_edges()
396 int best_score = std::numeric_limits<int>::min(); in MakeBlockMap() local410 if (score >= best_score) { in MakeBlockMap()411 best_score = score; in MakeBlockMap()
602 score_t best_score; in TrellisQuantizeBlock() local626 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() local1245 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()
76 uint32_t best_score = ~0U; in GreedyMinimizeDeltas() local79 if (best_score > cur_score) { in GreedyMinimizeDeltas()80 best_score = cur_score; in GreedyMinimizeDeltas()
Completed in 20 milliseconds