/third_party/ffmpeg/libavfilter/ |
H A D | af_astats.c | 71 double nmin, nmax; member 159 p->min = p->nmin = p->min_sigma_x2 = DBL_MAX; in reset_stats() 271 p->nmin = nd; in update_stat() 402 nmin = DBL_MAX, nmax =-DBL_MAX, in set_metadata() local 422 nmin = FFMIN(nmin, p->nmin); in set_metadata() 463 set_meta(metadata, c + 1, "Peak_level", "%f", LINEAR_TO_DB(FFMAX(-p->nmin, p->nmax))); in set_metadata() 516 set_meta(metadata, 0, "Overall.Peak_level", "%f", LINEAR_TO_DB(FFMAX(-nmin, nmax))); in set_metadata() 576 UPDATE_STATS_##planar(type, update_minmax(s, p, sample), , p->nmin 656 nmin = DBL_MAX, nmax =-DBL_MAX, print_stats() local [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 1028 long nmin, long nmax, in convert_to_new_db() 1051 if (val < nmin) in convert_to_new_db() 1052 val = nmin; in convert_to_new_db() 1069 long nmin, nmax; in check_comment_range() local 1079 nmin = snd_ctl_elem_info_get_min(info); in check_comment_range() 1081 if (omin != nmin && omax != nmax) { in check_comment_range() 1086 if (omin >= omax || nmin >= nmax) in check_comment_range() 1105 if (omin == nmin && omax == nmax && in check_comment_range() 1117 convert_to_new_db(n, omin, omax, nmin, nmax, in check_comment_range() 1122 convert_to_new_db(value, omin, omax, nmin, nma in check_comment_range() 1027 convert_to_new_db(snd_config_t *value, long omin, long omax, long nmin, long nmax, long odbmin, long odbmax, snd_config_t *comment, const char *index, snd_ctl_t *device, snd_ctl_elem_id_t *id, int doit) convert_to_new_db() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | adpcmenc.c | 407 const int nmin = av_clip(div-range, -8, 6); in adpcm_compress_trellis() local 409 for (nidx = nmin; nidx <= nmax; nidx++) { in adpcm_compress_trellis() 486 int nmin = av_clip(div - range, -7, 6);\ in adpcm_compress_trellis() 488 if (nmin <= 0)\ in adpcm_compress_trellis() 489 nmin--; /* distinguish -0 from +0 */\ in adpcm_compress_trellis() 492 for (nidx = nmin; nidx <= nmax; nidx++) {\ in adpcm_compress_trellis()
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 170 static int convert_range(int val, int omin, int omax, int nmin, int nmax) 172 int orange = omax - omin, nrange = nmax - nmin; 176 return rint((((double)nrange * ((double)val - (double)omin)) + ((double)orange / 2.0)) / ((double)orange + (double)nmin)); 181 static int convert_db_range(int val, int omin, int omax, int nmin, int nmax) 183 int orange = omax - omin, nrange = nmax - nmin; 187 return rint((((double)nrange * ((double)val - (double)omin)) + ((double)orange / 2.0)) / (double)orange + (double)nmin);
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 74 int nmin, int ndays, int badsig, 140 {"nmin", OPT_NMIN, 'p', "Number of minutes before next update"}, 252 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; in ocsp_main() local 467 nmin = opt_int_arg(); in ocsp_main() 725 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, in ocsp_main() 1033 int nmin, int ndays, int badsig, in make_ocsp_response() 1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response() 1028 make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig, const EVP_MD *resp_md) make_ocsp_response() argument
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 74 int nmin, int ndays, int badsig, 140 {"nmin", OPT_NMIN, 'p', "Number of minutes before next update"}, 252 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; in ocsp_main() local 467 nmin = opt_int_arg(); in ocsp_main() 725 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, in ocsp_main() 1033 int nmin, int ndays, int badsig, in make_ocsp_response() 1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response() 1028 make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig, const EVP_MD *resp_md) make_ocsp_response() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 7334 decNumber nmin; local 7342 uprv_decNumberZero(&nmin); 7343 nmin.lsu[0]=1; 7344 nmin.exponent=set->emin; 7345 comp=decCompare(dn, &nmin, 1); /* (signless compare) */
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 7334 decNumber nmin; local 7342 uprv_decNumberZero(&nmin); 7343 nmin.lsu[0]=1; 7344 nmin.exponent=set->emin; 7345 comp=decCompare(dn, &nmin, 1); /* (signless compare) */
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 7334 decNumber nmin; local 7342 uprv_decNumberZero(&nmin); 7343 nmin.lsu[0]=1; 7344 nmin.exponent=set->emin; 7345 comp=decCompare(dn, &nmin, 1); /* (signless compare) */
|