/external/ipsec-tools/src/racoon/ |
D | rsalist.c | 129 int max_score; member 148 if (local_score + remote_score > req->max_score) { in rsa_lookup_key_one() 149 req->max_score = local_score + remote_score; in rsa_lookup_key_one() 153 if (local_score + remote_score >= req->max_score) { in rsa_lookup_key_one() 172 r.max_score = -1; in rsa_lookup_keys()
|
/external/tensorflow/tensorflow/lite/micro/examples/image_recognition_experimental/ |
D | util.h | 29 int max_score = predictions[0]; in get_top_prediction() local 35 if (category_score > max_score) { in get_top_prediction() 36 max_score = category_score; in get_top_prediction()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | frame_pair.cc | 84 float max_score = -FLT_MAX; in FillWeights() local 88 max_score = MAX(max_score, frame1_keypoints_[i].score_); in FillWeights() 125 if (max_score > min_score) { in FillWeights() 128 (max_score - min_score)) * (1.0f - kBaseScore) + kBaseScore; in FillWeights()
|
/external/libtextclassifier/native/lang_id/common/math/ |
D | softmax.cc | 85 const float max_score = *std::max_element(scores.begin(), scores.end()); in ComputeSoftmax() local 90 const float delta_score = alpha * (score - max_score); in ComputeSoftmax()
|
/external/tensorflow/tensorflow/lite/micro/examples/image_recognition_experimental/stm32f746_discovery/ |
D | display_util.cc | 74 void print_confidence(uint8_t max_score) { in print_confidence() argument 77 (max_score / 255.0) * 100.0); in print_confidence()
|
D | display_util.h | 31 void print_confidence(uint8_t max_score);
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/ |
D | pushbutton_cmsis_scores.cmd | 30 printf "max_score: %d\n", max_score
|
D | pushbutton_main.c | 278 q7_t max_score = 0; in _main() local 307 arm_max_q7(g_scores, 4, &max_score, &max_score_index); in _main()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 1067 int * max_score, in update_max_score() argument 1076 if (!*max_inst_out || score > *max_score) { in update_max_score() 1077 *max_score = score; in update_max_score() 1088 int max_score = -1; in emit_instruction() local 1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list); in emit_instruction() 1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list); in emit_instruction() 1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list); in emit_instruction() 1117 if (tex_count >= s->max_tex_group || max_score == -1 in emit_instruction() 1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) { in emit_instruction()
|
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 1060 int max_score = -1000; in av1_ml_prune_ab_partition() local 1063 max_score = AOMMAX(int_score[i], max_score); in av1_ml_prune_ab_partition() 1067 int thresh = max_score; in av1_ml_prune_ab_partition() 1200 int max_score = -1000; in av1_ml_prune_4_partition() local 1203 max_score = AOMMAX(int_score[i], max_score); in av1_ml_prune_4_partition() 1207 int thresh = max_score; in av1_ml_prune_4_partition()
|
D | tx_search.c | 1772 float max_score = 0.0f; in prune_tx_2D() local 1779 if (scores_2D[tx_idx] > max_score && allow_tx_type) { in prune_tx_2D() 1780 max_score = scores_2D[tx_idx]; in prune_tx_2D()
|
/external/ImageMagick/MagickCore/ |
D | type.c | 359 max_score, in GetTypeInfoByFamily() local 420 max_score=0; in GetTypeInfoByFamily() 463 if (score > max_score) in GetTypeInfoByFamily() 465 max_score=score; in GetTypeInfoByFamily()
|
/external/libaom/libaom/av1/common/ |
D | entropymode.c | 944 const int max_score = scores[max_idx]; in av1_get_palette_color_index_context() local 951 scores[i] = max_score; in av1_get_palette_color_index_context()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 969 IndexType max_score ; /* maximum possible score */ in find_ordering() local 1376 max_score = n_col - k - Col [col].shared1.thickness ; in find_ordering() 1382 cur_score = numext::mini(cur_score, max_score) ; in find_ordering()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 273 const double max_score = (double)(oxcf->two_pass_vbrmax_section) / 100.0; in calc_norm_frame_score() local 285 return fclamp(modified_score, min_score, max_score); in calc_norm_frame_score()
|
D | vp9_encodeframe.c | 3459 int max_score = -1000; in ml_prune_rect_partition() local 3464 max_score = VPXMAX(int_score[i], max_score); in ml_prune_rect_partition() 3466 thresh = max_score - thresh; in ml_prune_rect_partition()
|