/third_party/ffmpeg/libavfilter/ |
H A D | af_astats.c | 78 uint64_t min_count, max_count; member 175 p->min_count = 0; in reset_stats() 274 p->min_count = 1; in update_stat() 276 p->min_count++; in update_stat() 398 uint64_t mask = 0, imask = 0xFFFFFFFFFFFFFFFF, min_count = 0, max_count = 0, nb_samples = 0, noise_floor_count = 0; in set_metadata() local 435 min_count += p->min_count; in set_metadata() 473 set_meta(metadata, c + 1, "Flat_factor", "%f", LINEAR_TO_DB((p->min_runs + p->max_runs) / (p->min_count + p->max_count))); in set_metadata() 475 set_meta(metadata, c + 1, "Peak_count", "%f", (float)(p->min_count + p->max_count)); in set_metadata() 524 set_meta(metadata, 0, "Overall.Flat_factor", "%f", LINEAR_TO_DB((min_runs + max_runs) / (min_count in set_metadata() 652 uint64_t mask = 0, imask = 0xFFFFFFFFFFFFFFFF, min_count = 0, max_count = 0, nb_samples = 0, noise_floor_count = 0; print_stats() local [all...] |
/third_party/skia/third_party/externals/brotli/research/ |
H A D | deorummolae.cc | 223 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/node/deps/v8/third_party/zlib/ |
H A D | trees.c | 714 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 [all...] |
/third_party/node/deps/zlib/ |
H A D | trees.c | 717 int min_count = 4; /* min repeat count */ in scan_tree() local 719 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 726 } else if (count < min_count) { in scan_tree() 738 max_count = 138, min_count = 3; in scan_tree() 740 max_count = 6, min_count = 3; in scan_tree() 742 max_count = 7, min_count = 4; in scan_tree() 758 int min_count = 4; /* min repeat count */ in send_tree() local 761 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 767 } else if (count < min_count) { in send_tree() 785 max_count = 138, min_count in send_tree() [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | trees.c | 722 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 [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | trees.c | 714 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 [all...] |
/third_party/zlib/ |
H A D | trees.c | 738 int min_count = 4; /* min repeat count */ in scan_tree() local 740 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 747 } else if (count < min_count) { in scan_tree() 759 max_count = 138, min_count = 3; in scan_tree() 761 max_count = 6, min_count = 3; in scan_tree() 763 max_count = 7, min_count = 4; in scan_tree() 780 int min_count = 4; /* min repeat count */ in send_tree() local 783 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 789 } else if (count < min_count) { in send_tree() 807 max_count = 138, min_count in send_tree() [all...] |
/third_party/python/Lib/test/ |
H A D | test_faulthandler.py | 29 def expected_traceback(lineno1, lineno2, header, min_count=1): 33 if 1 < min_count: 34 return '^' + (regex + '\n') * (min_count - 1) + regex 654 regex = expected_traceback(17, 26, header, min_count=count)
|
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 251 if ( st->min_count > min_range ) in update_noise_prob() 253 st->min_count = 0; in update_noise_prob() 450 if ( st->min_count > min_range ) in update_noise_prob() 452 st->min_count = 0; in update_noise_prob() 1050 st->min_count++; in speex_preprocess_run()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 243 int min_count; /**< Number of frames processed so far */ member 525 st->min_count=0; in speex_preprocess_state_init() 686 if (st->min_count > min_range) in update_noise_prob() 688 st->min_count = 0; in update_noise_prob() 738 st->min_count++; in speex_preprocess_run() 1018 st->min_count++; in speex_preprocess_estimate_update()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 853 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 860 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 886 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 869 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 876 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|