/third_party/ffmpeg/libavcodec/ |
H A D | dxva2.c | 119 unsigned score; in dxva_get_decoder_configuration() local 139 score = 1; in dxva_get_decoder_configuration() 141 score = 2; in dxva_get_decoder_configuration() 145 score += 16; in dxva_get_decoder_configuration() 146 if (score > best_score) { in dxva_get_decoder_configuration() 147 best_score = score; in dxva_get_decoder_configuration()
|
H A D | proresenc_kostya.c | 218 int score; member 934 if (td->nodes[prev].score < SCORE_LIMIT && error < SCORE_LIMIT) in find_slice_quant() 935 new_score = td->nodes[prev].score + error; in find_slice_quant() 939 td->nodes[cur].score >= new_score) { in find_slice_quant() 942 td->nodes[cur].score = new_score; in find_slice_quant() 948 error = td->nodes[trellis_node + min_quant].score; in find_slice_quant() 951 if (td->nodes[trellis_node + q].score <= error) { in find_slice_quant() 952 error = td->nodes[trellis_node + q].score; in find_slice_quant() 1293 ctx->tdata[j].nodes[i].score = 0; in encode_init()
|
H A D | opusenc_psy.c | 424 float score[2] = { 0 }; in celt_search_for_tf() local 445 score[cway] += config[cway][i] ? iscore1 : iscore0; in celt_search_for_tf() 449 f->tf_select = score[0] < score[1]; in celt_search_for_tf()
|
H A D | motion_est_template.c | 271 int score= (ny*ny*(b2 + t2 - 2*c2) + 4*ny*(b2 - t2) + 32*c2 + 512)>>10; in qpel_motion_search() local 276 score += (mv_penalty[4*mx + nx - pred_x] + mv_penalty[4*my + ny - pred_y])*penalty_factor; in qpel_motion_search() 278 // if(nx&1) score-=1024*c->penalty_factor; in qpel_motion_search() 279 // if(ny&1) score-=1024*c->penalty_factor; in qpel_motion_search() 282 if(score < best[i]){ in qpel_motion_search() 285 best[i]= score; in qpel_motion_search() 320 int score= ny*nx*cxy + nx*nx*cx2 + ny*ny*cy2 + nx*cx + ny*cy + 32*c; //FIXME factor in qpel_motion_search() local 325 score += 32*(mv_penalty[4*mx + nx - pred_x] + mv_penalty[4*my + ny - pred_y])*penalty_factor; in qpel_motion_search() 326 // if(nx&1) score-=32*c->penalty_factor; in qpel_motion_search() 327 // if(ny&1) score in qpel_motion_search() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | me_cmp_msa.c | 673 int score = 0; \ 674 score += name8(s, dst, src, stride, 8); \ 675 score += name8(s, dst + 8, src + 8, stride, 8); \ 679 score +=name8(s, dst, src, stride, 8); \ 680 score +=name8(s, dst + 8, src + 8, stride, 8); \ 682 return score; \
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_schedule.c | 189 unsigned score = sinst->Score; in print_list() local 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score, in print_list() 424 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score); in commit_alu_instruction() 1069 int score; in update_max_score() local 1071 score = list_ptr->Score; in update_max_score() 1072 if (!*max_inst_out || score > *max_score) { in update_max_score() 1073 *max_score = score; in update_max_score()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | pcm.c | 616 * Return the score of matching two audioformats. 628 int score = 0; in match_endpoint_audioformats() local 645 score++; in match_endpoint_audioformats() 649 if (!score) { in match_endpoint_audioformats() 657 score++; in match_endpoint_audioformats() 660 "%s: (fmt @%p) score %d\n", __func__, fp, score); in match_endpoint_audioformats() 662 return score; in match_endpoint_audioformats() 691 int score = match_endpoint_audioformats(subs, in configure_sync_endpoint() local 695 if (score > cur_scor in configure_sync_endpoint() [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_apply_pipeline_layout.c | 1397 uint16_t score; member 1404 if (a->score != b->score) in compare_binding_infos() 1405 return b->score - a->score; in compare_binding_infos() 1489 /* Do a fixed-point calculation to generate a score based on the in anv_nir_apply_pipeline_layout() 1495 uint16_t score = ((uint16_t)state.set[set].use_count[b] << 7) / in anv_nir_apply_pipeline_layout() local 1503 score |= 1 << 15; in anv_nir_apply_pipeline_layout() 1508 .score = score, in anv_nir_apply_pipeline_layout() [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 1549 seg0.score = 32000; in FT_LOCAL_DEF() 2049 * The score is the sum of two demerits indicating the in af_latin_hints_link_segments() 2064 FT_Pos dist_demerit, score; in af_latin_hints_link_segments() local 2084 score = dist_demerit + len_score / len; in af_latin_hints_link_segments() 2086 /* and we search for the smallest score */ in af_latin_hints_link_segments() 2087 if ( score < seg1->score ) in af_latin_hints_link_segments() 2089 seg1->score = score; in af_latin_hints_link_segments() 2093 if ( score < seg in af_latin_hints_link_segments() [all...] |
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/ |
H A D | OhSampleBusiness.java | 141 private String score; field in OhSampleBusiness
|
/third_party/ffmpeg/libavfilter/ |
H A D | signature.h | 93 int score; member
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | rfd_ftl.c | 412 int block, best_block, score, old_sector_block; in reclaim_block() local 418 score = 0x7fffffff; /* MAX_INT */ in reclaim_block() 452 if (this_score < score) { in reclaim_block() 454 score = this_score; in reclaim_block()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 497 int my_score, best_score, score; in drm_client_pick_crtcs() local 550 score = my_score + drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs() 552 if (score > best_score) { in drm_client_pick_crtcs() 553 best_score = score; in drm_client_pick_crtcs()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | modedb.c | 783 int score = abs(db[i].refresh - refresh); in fb_find_mode() local 786 score += abs(db_interlace - interlace); in fb_find_mode() 794 if (score < diff) { in fb_find_mode() 795 diff = score; in fb_find_mode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_uvd.c | 979 unsigned vclk_div, dclk_div, score; in radeon_uvd_calc_upll_dividers() local 1001 /* calc score with current vco freq */ in radeon_uvd_calc_upll_dividers() 1002 score = vclk - (vco_freq / vclk_div) + dclk - (vco_freq / dclk_div); in radeon_uvd_calc_upll_dividers() 1005 if (score < optimal_score) { in radeon_uvd_calc_upll_dividers() 1009 optimal_score = score; in radeon_uvd_calc_upll_dividers()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | rfd_ftl.c | 409 int block, best_block, score, old_sector_block; in reclaim_block() local 415 score = 0x7fffffff; /* MAX_INT */ in reclaim_block() 449 if (this_score < score) { in reclaim_block() 451 score = this_score; in reclaim_block()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | modedb.c | 787 int score = abs(db[i].refresh - refresh); in fb_find_mode() local 790 score += abs(db_interlace - interlace); in fb_find_mode() 798 if (score < diff) { in fb_find_mode() 799 diff = score; in fb_find_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 500 int my_score, best_score, score; in drm_client_pick_crtcs() local 553 score = my_score + drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs() 555 if (score > best_score) { in drm_client_pick_crtcs() 556 best_score = score; in drm_client_pick_crtcs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_uvd.c | 969 unsigned vclk_div, dclk_div, score; in radeon_uvd_calc_upll_dividers() local 991 /* calc score with current vco freq */ in radeon_uvd_calc_upll_dividers() 992 score = vclk - (vco_freq / vclk_div) + dclk - (vco_freq / dclk_div); in radeon_uvd_calc_upll_dividers() 995 if (score < optimal_score) { in radeon_uvd_calc_upll_dividers() 999 optimal_score = score; in radeon_uvd_calc_upll_dividers()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 366 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 367 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate() 633 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 634 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 | es3aTextureMipmapTests.cpp | 358 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 359 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate() 621 int score = measureAccuracy(log, idealFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local 622 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str()); in iterate()
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_xlat.c | 77 int score = 0; in ila_order() local 80 score += 1 << 1; in ila_order() 82 return score; in ila_order()
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_xlat.c | 76 int score = 0; in ila_order() local 79 score += 1 << 1; in ila_order() 81 return score; in ila_order()
|
/third_party/ffmpeg/libavformat/ |
H A D | nsvdec.c | 703 int i, score = 0; in nsv_probe() local 722 score = AVPROBE_SCORE_MAX/5; in nsv_probe() 729 return score; in nsv_probe()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_rate.c | 288 int f, score; in get_best_format() local 293 score = 0; in get_best_format() 296 score++; in get_best_format() 298 score++; in get_best_format() 300 score++; in get_best_format() 302 score++; in get_best_format() 304 if (score > best_score) { in get_best_format() 306 best_score = score; in get_best_format()
|