Home
last modified time | relevance | path

Searched defs:score (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/ffmpeg/libavformat/
Dformat.c59 int score_max, score; in av_guess_format() local
136 int score, score_max = 0; in av_probe_input_format3() local
223 int score = 0; in av_probe_input_format() local
234 int score = 0; in av_probe_input_buffer2() local
/third_party/ffmpeg/libavcodec/
Dh263enc.h86 int score = ff_h263_inter_MCBPC_bits[i + offset] * lambda; in get_p_cbp() local
97 int score= ff_h263_cbpy_tab[i ^ 0xF][1] * lambda; in get_p_cbp() local
Dsvq1enc.c86 int score = 0, i; in ssd_int8_vs_int16_c() local
154 int sqr, diff, score; in encode_block() local
190 int score = 0; in encode_block() local
375 int score[4] = { 0, 0, 0, 0 }, best; in svq1_encode_plane() local
Dra144enc.c138 const float *data, float *score, float *gain) in get_match_score()
196 float score, gain, best_score, av_uninit(best_gain); in adaptive_cb_search() local
246 float g, score, best_score; in find_best_vect() local
Dmpegvideo_enc.c1157 int score = 0; in skip_check() local
1918 int score = 0; in dct_single_coeff_elimination() local
2492 int score; in encode_mb_hq() local
3958 int score= distortion + length[UNI_AC_ENC_INDEX(run, level)]*lambda; in dct_quantize_trellis_c() local
3971 int score= distortion + last_length[UNI_AC_ENC_INDEX(run, level)]*lambda; in dct_quantize_trellis_c() local
3985 int score= distortion + score_tab[i-run]; in dct_quantize_trellis_c() local
3997 int score= distortion + score_tab[i-run]; in dct_quantize_trellis_c() local
4030 int score= score_tab[i]; in dct_quantize_trellis_c() local
4059 int unquant_coeff, score, distortion; in dct_quantize_trellis_c() local
4248 int score, new_coeff; in dct_quantize_refine() local
[all …]
Dmfenc.c540 int64_t score = 0; in mf_enca_output_score() local
588 int64_t score = 0; in mf_enca_input_score() local
639 int score = -1; in mf_encv_output_score() local
747 int64_t score = -1; in mf_choose_output_type() local
836 int64_t score = -1; in mf_choose_input_type() local
/third_party/node/deps/brotli/c/enc/
Dhash_longest_match_quickly_inc.h173 const score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
208 const score_t score = BackwardReferenceScore(len, backward); in FN() local
239 const score_t score = BackwardReferenceScore(len, backward); in FN() local
Dhash_longest_match_inc.h201 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
241 score_t score = BackwardReferenceScore(len, backward); in FN() local
Dhash_longest_match64_inc.h205 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
246 score_t score = BackwardReferenceScore(len, backward); in FN() local
Dhash_forgetful_chain_inc.h228 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
269 score_t score = BackwardReferenceScore(len, backward); in FN() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_longest_match_quickly_inc.h173 const score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
208 const score_t score = BackwardReferenceScore(len, backward); in FN() local
239 const score_t score = BackwardReferenceScore(len, backward); in FN() local
Dhash_longest_match_inc.h201 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
241 score_t score = BackwardReferenceScore(len, backward); in FN() local
Dhash_longest_match64_inc.h205 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
246 score_t score = BackwardReferenceScore(len, backward); in FN() local
Dhash_forgetful_chain_inc.h228 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
269 score_t score = BackwardReferenceScore(len, backward); in FN() local
/third_party/ffmpeg/libavfilter/
Dvf_identity.c42 double score, min_score, max_score, score_comp[4]; member
65 unsigned score = 0; in identity_line_8bit() local
77 unsigned score = 0; in identity_line_16bit() local
92 uint64_t **score; member
102 uint64_t *score = td->score[jobnr]; in compute_images_msad() local
130 uint64_t *score = td->score[jobnr]; in compute_images_identity() local
177 double comp_score[4], score = 0.; in do_identity() local
Dvf_vmafmotion.c190 double score; in ff_vmafmotion_process() local
223 double score; in do_vmafmotion() local
/third_party/ffmpeg/libavcodec/ppc/
Dsvq1enc_altivec.c41 int32_t score[4]; in ssd_int8_vs_int16_altivec() member
/third_party/skia/third_party/externals/brotli/research/
Ddurchschlag.cc21 Score score; member
30 Score score; member
91 Score score = 0; in buildCandidatesList() local
183 Score score = 0; in rebuildCandidatesList() local
513 Score score = 0; in durchschlagGenerateExclusive() local
612 Score score = 0; in durchschlagGenerateCollaborative() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c727 int score = 0; in _schedule_try_node() local
800 int score = _schedule_try_node(ctx, node, speculative); in schedule_try_node() local
1311 int score = schedule_try_node(ctx, node, true); in try_node() local
1335 ASSERTED int score = schedule_try_node(ctx, best_node, false); in try_node() local
1366 ASSERTED int score = schedule_try_node(ctx, move, false); in place_move() local
/third_party/jsframework/runtime/main/model/
Dselector.ts49 score: number; property
76 score: getScore(ruleDef), constant
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dquant.h57 int score = 0; in IsFlat() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dfilters_utils.c58 int score = 0; in WebPEstimateBestFilter() local
/third_party/libwebsockets/lib/core-net/client/
Dsort-dns.c86 lws_dns_score_t score; member
166 lws_sort_dns_classify(lws_sockaddr46 *sa46, lws_dns_score_t *score) in lws_sort_dns_classify()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c86 unsigned score; in si_test_dma_perf() member
145 double score = 0; in si_test_dma_perf() local
/third_party/ltp/lib/
Dtst_memutils.c125 static int write_score(const char *path, int score) in write_score()

123456