Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_longest_match64_inc.h175 score_t best_score = out->score; in FN() local
206 if (best_score < score) { in FN()
208 if (best_score < score) { in FN()
209 best_score = score; in FN()
213 out->score = best_score; in FN()
247 if (best_score < score) { in FN()
248 best_score = score; in FN()
252 out->score = best_score; in FN()
Dhash_longest_match_inc.h171 score_t best_score = out->score; in FN() local
202 if (best_score < score) { in FN()
204 if (best_score < score) { in FN()
205 best_score = score; in FN()
209 out->score = best_score; in FN()
242 if (best_score < score) { in FN()
243 best_score = score; in FN()
247 out->score = best_score; in FN()
Dhash_forgetful_chain_inc.h206 score_t best_score = out->score; in FN() local
229 if (best_score < score) { in FN()
231 if (best_score < score) { in FN()
232 best_score = score; in FN()
236 out->score = best_score; in FN()
270 if (best_score < score) { in FN()
271 best_score = score; in FN()
275 out->score = best_score; in FN()
Dhash_longest_match_quickly_inc.h162 score_t best_score = out->score; in FN() local
174 if (best_score < score) { in FN()
183 best_score = score; in FN()
209 if (best_score < score) { in FN()
240 if (best_score < score) { in FN()
244 best_score = score; in FN()
/external/webp/src/utils/
Dfilters_utils.c56 int best_score = 0x7fffffff; in WebPEstimateBestFilter() local
64 if (score < best_score) { in WebPEstimateBestFilter()
65 best_score = score; in WebPEstimateBestFilter()
/external/freetype/src/autofit/
Dafwarp.c143 if ( score > warper->best_score || in af_warper_compute_line_best()
144 ( score == warper->best_score && in af_warper_compute_line_best()
147 warper->best_score = score; in af_warper_compute_line_best()
195 warper->best_score = FT_INT_MIN; in af_warper_compute()
Dafwarp.h44 AF_WarpScore best_score; member
Daflatin2.c2124 FT_Pos best_score = scores[0]; in af_latin2_hint_edges() local
2130 if ( scores[nn] < best_score ) in af_latin2_hint_edges()
2132 best_score = scores[nn]; in af_latin2_hint_edges()
/external/webrtc/test/scenario/
Dvideo_frame_matcher.cc52 copy.best_score = I420SSE(*captured.thumb->GetI420(), in OnCapturedFrame()
84 if (score < captured.best_score) { in OnDecodedFrame()
85 captured.best_score = score; in OnDecodedFrame()
Dvideo_frame_matcher.h61 double best_score = INFINITY; member
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode_to_instr.c248 unsigned int best_score = 0; in ppir_ready_list_pick_best() local
253 if (!best || score > best_score) { in ppir_ready_list_pick_best()
255 best_score = score; in ppir_ready_list_pick_best()
/external/webp/src/enc/
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()
1226 score_t best_score = MAX_COST; in RefineUsingDistortion() local
1252 if (score < best_score) { in RefineUsingDistortion()
1254 best_score = score; in RefineUsingDistortion()
1293 if (score_i4 >= best_score || i4_bit_sum > bit_limit) { in RefineUsingDistortion()
1309 best_score = score_i4; in RefineUsingDistortion()
1333 rd->score = best_score; in RefineUsingDistortion()
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()
/external/libtextclassifier/native/annotator/
Dtypes.cc209 float best_score = -1; in operator <<() local
212 best_score = span.classification[0].score; in operator <<()
215 << ", " << best_class << ", " << best_score << ")"; in operator <<()
/external/ruy/ruy/
Dblock_map.cc395 int best_score = std::numeric_limits<int>::min(); in MakeBlockMap() local
409 if (score >= best_score) { in MakeBlockMap()
410 best_score = score; in MakeBlockMap()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler.h388 double best_score = in ProcessBatches() local
397 if (score < best_score) { in ProcessBatches()
398 best_score = score; in ProcessBatches()
Dadaptive_shared_batch_scheduler.h475 double best_score = (std::numeric_limits<double>::max)(); in MaybeScheduleNextBatch() local
483 if (best_it == batches_.end() || score < best_score) { in MaybeScheduleNextBatch()
484 best_score = score; in MaybeScheduleNextBatch()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Ds3_both.cc696 CipherScorer::Score best_score = scorer.MinScore(); in ssl_choose_tls13_cipher() local
715 if (candidate_score > best_score) { in ssl_choose_tls13_cipher()
717 best_score = candidate_score; in ssl_choose_tls13_cipher()
/external/boringssl/src/ssl/
Ds3_both.cc696 CipherScorer::Score best_score = scorer.MinScore(); in ssl_choose_tls13_cipher() local
715 if (candidate_score > best_score) { in ssl_choose_tls13_cipher()
717 best_score = candidate_score; in ssl_choose_tls13_cipher()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c1291 int best_score = INT_MIN; in try_node() local
1303 if (best_score != INT_MIN) { in try_node()
1321 best_score = score; in try_node()
1325 if (score > best_score) { in try_node()
1326 best_score = score; in try_node()
1334 best_score, best_node->sched.max_node ? " (max)" : ""); in try_node()
/external/ImageMagick/MagickCore/
Dopencl.c978 best_score; in AutoSelectOpenCLDevices() local
1016 best_score=clEnv->cpu_score; in AutoSelectOpenCLDevices()
1018 best_score=MagickMin(clEnv->devices[i]->score,best_score); in AutoSelectOpenCLDevices()
1022 if (clEnv->devices[i]->score != best_score) in AutoSelectOpenCLDevices()
3088 best_score; in RequestOpenCLDevice() local
3105 best_score=0.0; in RequestOpenCLDevice()
3114 if ((device == (MagickCLDevice) NULL) || (score < best_score)) in RequestOpenCLDevice()
3117 best_score=score; in RequestOpenCLDevice()
/external/autotest/site_utils/
Dlab_inventory.py701 best_score = None
715 if recommendation is None or lab_score > best_score:
717 best_score = lab_score
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_vfy.c1087 int crl_score, best_score = *pscore; in get_crl_sk() local
1098 if (crl_score < best_score || crl_score == 0) in get_crl_sk()
1101 if (crl_score == best_score && best_crl != NULL) { in get_crl_sk()
1115 best_score = crl_score; in get_crl_sk()
1124 *pscore = best_score; in get_crl_sk()
1134 if (best_score >= CRL_SCORE_VALID) in get_crl_sk()
/external/boringssl/src/crypto/x509/
Dx509_vfy.c1087 int crl_score, best_score = *pscore; in get_crl_sk() local
1098 if (crl_score < best_score || crl_score == 0) in get_crl_sk()
1101 if (crl_score == best_score && best_crl != NULL) { in get_crl_sk()
1115 best_score = crl_score; in get_crl_sk()
1124 *pscore = best_score; in get_crl_sk()
1134 if (best_score >= CRL_SCORE_VALID) in get_crl_sk()
/external/mesa3d/src/intel/vulkan/
Danv_image.c671 uint32_t best_score = 0; in choose_drm_format_mod() local
675 if (score > best_score) { in choose_drm_format_mod()
677 best_score = score; in choose_drm_format_mod()
681 if (best_score > 0) in choose_drm_format_mod()