Home
last modified time | relevance | path

Searched defs:score (Results 51 - 75 of 152) sorted by relevance

1234567

/third_party/skia/src/core/
H A DSkFontMgr.cpp213 int score; in matchStyleCSS3() member
251 static const int score[3][3] = { in matchStyleCSS3() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dalpha_enc.c103 size_t score; member
229 static void InitFilterTrial(FilterTrial* const score) { in InitFilterTrial() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_longest_match_quickly_inc.h173 const score_t score = BackwardReferenceScoreUsingLastDistance(len); in FindLongestMatch() local
208 const score_t score = BackwardReferenceScore(len, backward); in FindLongestMatch() local
239 const score_t score = BackwardReferenceScore(len, backward); FindLongestMatch() local
[all...]
H A Dhash_rolling_inc.h189 score_t score = BackwardReferenceScore(len, backward); in FindLongestMatch() local
H A Dhash_longest_match64_inc.h205 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FindLongestMatch() local
246 score_t score = BackwardReferenceScore(len, backward); FindLongestMatch() local
[all...]
H A Dhash_longest_match_inc.h201 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FindLongestMatch() local
241 score_t score = BackwardReferenceScore(len, backward); FindLongestMatch() local
[all...]
H A Dhash_forgetful_chain_inc.h228 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FindLongestMatch() local
269 score_t score = BackwardReferenceScore(len, backward); FindLongestMatch() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name-table.hh73 uint16_t score () const in score() function
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h122 double score = iterations / elapsed_seconds; in PrintResults() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dwifi_scorer_impl.cpp270 double score = 0; in Score() local
/third_party/ffmpeg/libavfilter/
H A Dsignature_lookup.c177 size_t i, j, k, l, hmax = 0, score; in get_matching_parameters() local
192 size_t score; in get_matching_parameters() member
[all...]
H A 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[jobn in compute_images_msad() local
130 uint64_t *score = td->score[jobnr]; compute_images_identity() local
177 double comp_score[4], score = 0.; do_identity() local
[all...]
H A Dvf_vmafmotion.c190 double score; in ff_vmafmotion_process() local
223 double score; in do_vmafmotion() local
[all...]
/third_party/ffmpeg/libavcodec/
H A 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; svq1_encode_plane() local
[all...]
H A Dra144enc.c196 float score, gain, best_score, av_uninit(best_gain); in adaptive_cb_search() local
136 get_match_score(float *work, const float *coefs, float *vect, const float *ortho1, const float *ortho2, const float *data, float *score, float *gain) get_match_score() argument
246 float g, score, best_score; find_best_vect() local
[all...]
H A Ddxva2.c119 unsigned score; in dxva_get_decoder_configuration() local
H A Dmotion_est_template.c271 int score= (ny*ny*(b2 + t2 - 2*c2) + 4*ny*(b2 - t2) + 32*c2 + 512)>>10; in qpel_motion_search() local
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
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dhash_forgetful_chain_inc.h228 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FindLongestMatch() local
269 score_t score = BackwardReferenceScore(len, backward); FindLongestMatch() local
[all...]
H A Dhash_longest_match_inc.h201 score_t score = BackwardReferenceScoreUsingLastDistance(len); in FindLongestMatch() local
241 score_t score = BackwardReferenceScore(len, backward); FindLongestMatch() local
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp271 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING); in iterate() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp277 int score = tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING); in iterate() local
/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp309 int32_t score = DEFAULT_INTERNET_CONNECTION_SCORE; in GetNetScoreBySlotId() local
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp524 void RenderRating::ConstrainScore(double& score, double lowerBoundary, double upperBoundary) in ConstrainScore() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c371 int32_t score = LnnGetCurrChannelScore(channel); in GetLinkedChannelScore() local
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h179 int32_t score; /**< Wi-Fi channel score */ member

Completed in 18 milliseconds

1234567