Home
last modified time | relevance | path

Searched refs:min_count (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_astats.c77 uint64_t min_count, max_count; member
205 p->min_count = 0; in reset_stats()
288 p->min_count = 1; in update_stat()
290 p->min_count++; in update_stat()
411 …uint64_t mask = 0, imask = 0xFFFFFFFFFFFFFFFF, min_count = 0, max_count = 0, nb_samples = 0, noise… in set_metadata() local
447 min_count += p->min_count; in set_metadata()
485 … 1, "Flat_factor", "%f", LINEAR_TO_DB((p->min_runs + p->max_runs) / (p->min_count + p->max_count))… in set_metadata()
487 set_meta(metadata, c + 1, "Peak_count", "%f", (float)(p->min_count + p->max_count)); in set_metadata()
534 …ta, 0, "Overall.Flat_factor", "%f", LINEAR_TO_DB((min_runs + max_runs) / (min_count + max_count))); in set_metadata()
536 …set_meta(metadata, 0, "Overall.Peak_count", "%f", (float)(min_count + max_count) / (double)s->nb_c… in set_metadata()
[all …]
/third_party/skia/third_party/externals/brotli/research/
Ddeorummolae.cc223 size_t min_count = num_samples; in DM_generate() local
261 if (cost > best_cost && count >= min_count && in DM_generate()
281 if (min_count >= 8) { in DM_generate()
282 min_count = (min_count * 7) / 8; in DM_generate()
283 fprintf(stderr, "Retry: min_count=%zu\n", min_count); in DM_generate()
/third_party/skia/third_party/externals/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/third_party/node/deps/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/third_party/flutter/skia/third_party/externals/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/third_party/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/third_party/libwebsockets/win32port/zlib/
Dtrees.c722 int min_count = 4; /* min repeat count */ local
724 if (nextlen == 0) max_count = 138, min_count = 3;
731 } else if (count < min_count) {
743 max_count = 138, min_count = 3;
745 max_count = 6, min_count = 3;
747 max_count = 7, min_count = 4;
767 int min_count = 4; /* min repeat count */ local
770 if (nextlen == 0) max_count = 138, min_count = 3;
776 } else if (count < min_count) {
794 max_count = 138, min_count = 3;
[all …]
/third_party/python/Lib/test/
Dtest_faulthandler.py36 def expected_traceback(lineno1, lineno2, header, min_count=1): argument
40 if 1 < min_count:
41 return '^' + (regex + '\n') * (min_count - 1) + regex
657 regex = expected_traceback(17, 26, header, min_count=count)
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc886 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/third_party/googletest/googletest/src/
Dgtest-port.cc891 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
899 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc11219 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
11227 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()