Home
last modified time | relevance | path

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

12345

/third_party/ffmpeg/libavcodec/
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...]
H A Dopusenc_psy.c424 float score[2] = { 0 }; in celt_search_for_tf() local
H A Ddvbsubdec.c708 int score = 1024LL*scorev / counttab[x]; in compute_default_clut() local
H A Derror_resilience.c624 int score = 0; in guess_mv() local
H A Dmpeg4videoenc.c142 int score = 0; in decide_ac_pred() local
445 int score = 0; in get_b_cbp() local
H A 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; mf_encv_output_score() local
747 int64_t score = -1; mf_choose_output_type() local
836 int64_t score = -1; mf_choose_input_type() local
[all...]
H A Ddnxhdenc.c654 int score = 0; in dnxhd_ssd_block() local
1034 unsigned score = ctx->mb_rc[i].bits * lambda + in dnxhd_encode_rdo() local
H A Dalacenc.c190 uint64_t score[4]; in estimate_stereo_mode() local
/third_party/ffmpeg/libavfilter/
H A Dsignature.h93 int score; member
H A Dvf_psnr.c58 uint64_t **score; member
116 uint64_t **score; member
126 uint64_t *score = td->score[jobnr]; in compute_images_mse() local
[all...]
H A Dvf_ssim.c65 double **score; member
230 double **score; member
241 double *score = td->score[jobnr]; in ssim_plane_16bit() local
284 double *score = td->score[jobnr]; in ssim_plane() local
[all...]
H A Davfiltergraph.c569 int score = 0; in get_fmt_score() local
900 int score = 100000; in swap_channel_layouts_on_filter() local
1003 int score; swap_sample_fmts_on_filter() local
[all...]
H A Dvf_bm3d.c67 double score; member
286 const double score = dist * distMul; in do_block_matching_multi() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmp3dec.c517 int score = 999; in mp3_sync() local
H A Dnsvdec.c703 int i, score = 0; in nsv_probe() local
H A Davformat.c321 int score = 0; in av_find_default_stream_index() local
/third_party/node/deps/brotli/c/enc/
H A Dhash.h54 score_t score; member
143 score_t score; in TestStaticDictionaryItem() local
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c511 int j, best = -1, score, optional; in ossl_method_store_fetch() local
/third_party/openssl/crypto/property/
H A Dproperty.c525 int j, best = -1, score, optional; in ossl_method_store_fetch() local
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc21 Score score; member
30 Score score; member
91 Score score = 0; buildCandidatesList() local
183 Score score = 0; rebuildCandidatesList() local
513 Score score = 0; durchschlagGenerateExclusive() local
612 Score score = 0; durchschlagGenerateCollaborative() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash.h54 score_t score; member
143 score_t score; in TestStaticDictionaryItem() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.h279 FT_Pos score; /* used during stem matching */ member
301 FT_Int score; /* used during stem matching */ member
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp436 int score = deClamp32(deFloorFloatToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff))*100.0f), 0, 100); in measurePixelDiffAccuracy() local
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp309 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local
621 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp297 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local
628 int score = measureAccuracy(log, referenceFrame, renderedFrame, bestScoreDiff, worstScoreDiff); in iterate() local

Completed in 33 milliseconds

12345