/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 179 int32_t score; /**< Wi-Fi channel score */ member
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | gpu_scheduler.h | 267 * @score: score to help loadbalancer pick a idle sched 288 atomic_t score; member
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.h | 39 RunBlock(std::shared_ptr<Run> run, TextRange text, GlyphRange glyphs, size_t score) in RunBlock()
|
/third_party/ffmpeg/libavcodec/ |
H A D | error_resilience.c | 624 int score = 0; in guess_mv() local 643 score += FFABS(src[k * linesize[0] - 1] - in guess_mv() 649 score += FFABS(src[k * linesize[0] + 15] - in guess_mv() 655 score += FFABS(src[k - linesize[0]] - src[k]); in guess_mv() 660 score += FFABS(src[k + linesize[0] * 15] - in guess_mv() 664 if (score <= best_score) { // <= will favor the last MV in guess_mv() 665 best_score = score; in guess_mv()
|
H A D | mpeg4videoenc.c | 142 int score = 0; in decide_ac_pred() local 151 score -= get_block_rate(s, block[n], s->block_last_index[n], in decide_ac_pred() 207 score += get_block_rate(s, block[n], s->block_last_index[n], st[n]); in decide_ac_pred() 210 if (score < 0) { in decide_ac_pred() 445 int score = 0; in get_b_cbp() local 450 score += s->coded_score[i]; in get_b_cbp() 461 if (zero_score <= score) in get_b_cbp()
|
H A D | dnxhdenc.c | 654 int score = 0; in dnxhd_ssd_block() local 657 score += (block[i] - qblock[i]) * (block[i] - qblock[i]); in dnxhd_ssd_block() 658 return score; in dnxhd_ssd_block() 1034 unsigned score = ctx->mb_rc[i].bits * lambda + in dnxhd_encode_rdo() local 1036 if (score < min) { in dnxhd_encode_rdo() 1037 min = score; in dnxhd_encode_rdo()
|
H A D | mlpenc.c | 1367 uint64_t score[4], sum[4] = { 0, 0, 0, 0, }; in estimate_stereo_mode() local 1383 score[MLP_CHMODE_LEFT_RIGHT] = sum[0] + sum[1]; in estimate_stereo_mode() 1384 score[MLP_CHMODE_LEFT_SIDE] = sum[0] + sum[3]; in estimate_stereo_mode() 1385 score[MLP_CHMODE_RIGHT_SIDE] = sum[1] + sum[3]; in estimate_stereo_mode() 1386 score[MLP_CHMODE_MID_SIDE] = sum[2] + sum[3]; in estimate_stereo_mode() 1389 if(score[i] < score[best]) in estimate_stereo_mode()
|
H A D | snowenc.c | 228 int score, score2, iscore, i_len, p_len, block_s, sum, base_bits; in encode_q_branch() local 329 score= INT_MAX; in encode_q_branch() 350 if(score > ref_score){ in encode_q_branch() 351 score= ref_score; in encode_q_branch() 375 score += (s->lambda2*(get_rac_count(&pc)-base_bits))>>FF_LAMBDA_SHIFT; in encode_q_branch() 415 int vard= score >> 8; in encode_q_branch() 430 if(score2 < score && score2 < iscore) in encode_q_branch() 434 if(iscore < score){ in encode_q_branch() 450 return score; in encode_q_branch() 674 * So improving the score o in get_block_rd() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 511 int set_oom_adj_score(int pid, int score) in set_oom_adj_score() argument 522 len = dprintf(fd, "%d", score); in set_oom_adj_score()
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 524 int set_oom_adj_score(int pid, int score) in set_oom_adj_score() argument 535 len = dprintf(fd, "%d", score); in set_oom_adj_score()
|
/third_party/skia/experimental/tools/ |
H A D | pdf-comparison.py | 333 for source, name, score in errors: 336 desc = '%s | %s | %g' % (source, name, score)
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aVaryingInterpolationTests.cpp | 271 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING); in iterate() local 273 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate()
|
H A D | es2aTextureFilteringTests.cpp | 309 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 310 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate() 621 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 622 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aVaryingInterpolationTests.cpp | 277 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING); in iterate() local 279 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate()
|
H A D | es3aTextureFilteringTests.cpp | 297 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 298 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate() 628 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 629 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 364 int score; in compute_score() local 376 score = (sk->sk_family == PF_INET) ? 2 : 1; in compute_score() 382 score += 4; in compute_score() 388 score += 4; in compute_score() 396 score += 4; in compute_score() 399 score++; in compute_score() 400 return score; in compute_score() 440 int score, badness; in udp4_lib_lookup2() local 445 score = compute_score(sk, net, saddr, sport, in udp4_lib_lookup2() 447 if (score > badnes in udp4_lib_lookup2() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 371 int score; in compute_score() local 383 score = (sk->sk_family == PF_INET) ? 2 : 1; in compute_score() 389 score += 4; in compute_score() 395 score += 4; in compute_score() 403 score += 4; in compute_score() 406 score++; in compute_score() 407 return score; in compute_score() 431 int score, badness; in udp4_lib_lookup2() local 436 score = compute_score(sk, net, saddr, sport, in udp4_lib_lookup2() 438 if (score > badnes in udp4_lib_lookup2() [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | me_cmp.c | 715 int score = hadamard8_diff16x8_altivec(s, dst, src, stride, 8); in hadamard8_diff16_altivec() local 720 score += hadamard8_diff16x8_altivec(s, dst, src, stride, 8); in hadamard8_diff16_altivec() 722 return score; in hadamard8_diff16_altivec()
|
/third_party/skia/src/gpu/ |
H A D | GrDataUtils.cpp | 95 int score = test_table_entry(rOrig, gOrig, bOrig, r8, g8, b8, in create_etc1_block() local 98 if (bestSoFar > score) { in create_etc1_block() 99 bestSoFar = score; in create_etc1_block()
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.h | 156 static void ConstrainScore(double& score, double lowerBoundary, double upperBoundary);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 514 Score += OverlapStats::score(I->Count, J->Count, in overlap() 517 FuncLevelScore += OverlapStats::score( in overlap() 582 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap() 592 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 53 uint32_t score; in PaletteColorDistance() local 54 score = PaletteComponentDistance((diff >> 0) & 0xff); in PaletteColorDistance() 55 score += PaletteComponentDistance((diff >> 8) & 0xff); in PaletteColorDistance() 56 score += PaletteComponentDistance((diff >> 16) & 0xff); in PaletteColorDistance() 57 score *= kMoreWeightForRGBThanForAlpha; in PaletteColorDistance() 58 score += PaletteComponentDistance((diff >> 24) & 0xff); in PaletteColorDistance() 59 return score; in PaletteColorDistance()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 2193 determine the score how specific this page range string is.*/ 2240 int score, bestscore; in set_options_for_page() local 2257 score = get_page_score(ranges, page); in set_options_for_page() 2258 if (score && score < bestscore) { in set_options_for_page() 2259 bestscore = score; in set_options_for_page()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 436 int score = deClamp32(deFloorFloatToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff))*100.0f), 0, 100); in measurePixelDiffAccuracy() local 441 if (logMode == COMPARE_LOG_EVERYTHING || score <= failThreshold) in measurePixelDiffAccuracy() 462 if (logMode != COMPARE_LOG_ON_ERROR || score <= failThreshold) in measurePixelDiffAccuracy() 464 << TestLog::Integer("Score", "Score", "", QP_KEY_TAG_QUALITY, score); in measurePixelDiffAccuracy() 466 return score; in measurePixelDiffAccuracy()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gm107.cpp | 3923 score->rd.r[r] = ready; 3928 score->rd.p[a] = cycle + 13; 3931 score->rd.c = ready; 3948 ready = MAX2(ready, score->rd.r[r]); 3951 ready = MAX2(ready, score->rd.p[a]); 3954 ready = MAX2(ready, score->rd.c); 3972 score->print(cycle); 4341 score = &scoreBoards.at(bb->getId()); 4348 score->setMax(&scoreBoards.at(in->getId())); 4353 score [all...] |