/third_party/ffmpeg/libavfilter/ |
D | af_astats.c | 70 double nmin, nmax; member 190 p->max = p->nmax = p->max_sigma_x2 =-DBL_MAX; in reset_stats() 301 p->nmax = nd; in update_stat() 415 nmin = DBL_MAX, nmax =-DBL_MAX, in set_metadata() local 436 nmax = FFMAX(nmax, p->nmax); in set_metadata() 475 set_meta(metadata, c + 1, "Peak_level", "%f", LINEAR_TO_DB(FFMAX(-p->nmin, p->nmax))); in set_metadata() 526 set_meta(metadata, 0, "Overall.Peak_level", "%f", LINEAR_TO_DB(FFMAX(-nmin, nmax))); in set_metadata() 584 …pe, update_minmax(s, p, sample), , p->nmin = p->min normalizer_suffix; p->nmax = p->max normalizer… 663 nmin = DBL_MAX, nmax =-DBL_MAX, in print_stats() local 684 nmax = FFMAX(nmax, p->nmax); in print_stats() [all …]
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 1028 long nmin, long nmax, in convert_to_new_db() argument 1053 else if (val > nmax) in convert_to_new_db() 1054 val = nmax; in convert_to_new_db() 1069 long nmin, nmax; in check_comment_range() local 1080 nmax = snd_ctl_elem_info_get_max(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, nmax, in check_comment_range()
|
/third_party/gstreamer/gstplugins_bad/gst/interlace/ |
D | gstinterlace.c | 797 0,}, nmax = { in gst_interlace_caps_double_framerate() local 803 g_value_init (&nmax, GST_TYPE_FRACTION); in gst_interlace_caps_double_framerate() 813 g_value_unset (&nmax); in gst_interlace_caps_double_framerate() 826 g_value_unset (&nmax); in gst_interlace_caps_double_framerate() 832 gst_value_set_fraction (&nmax, n, d); in gst_interlace_caps_double_framerate() 833 gst_value_set_fraction_range (&nrange, &nmin, &nmax); in gst_interlace_caps_double_framerate() 838 g_value_unset (&nmax); in gst_interlace_caps_double_framerate()
|
/third_party/ffmpeg/libavcodec/ |
D | adpcmenc.c | 392 const int nmax = av_clip(div+range, -7, 7); in adpcm_compress_trellis() local 393 for (nidx = nmin; nidx <= nmax; nidx++) { in adpcm_compress_trellis() 471 int nmax = av_clip(div + range, -6, 7);\ in adpcm_compress_trellis() 474 if (nmax < 0)\ in adpcm_compress_trellis() 475 nmax--;\ in adpcm_compress_trellis() 476 for (nidx = nmin; nidx <= nmax; nidx++) {\ in adpcm_compress_trellis()
|
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns.c | 52 int n = 0, nmax = q->tids >= LWS_ARRAY_SIZE(q->tid) ? in lws_adns_get_query() local 56 for (n = 0; n < nmax; n++) in lws_adns_get_query() 600 int n = 0, nmax = q->tids >= LWS_ARRAY_SIZE(q->tid) ? in check_tid() local 604 for (n = 0; n < nmax; n++) in check_tid()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 2379 0,}, nmax = { in gst_deinterlace_caps_double_framerate() local 2385 g_value_init (&nmax, GST_TYPE_FRACTION); in gst_deinterlace_caps_double_framerate() 2395 g_value_unset (&nmax); in gst_deinterlace_caps_double_framerate() 2408 g_value_unset (&nmax); in gst_deinterlace_caps_double_framerate() 2414 gst_value_set_fraction (&nmax, n, d); in gst_deinterlace_caps_double_framerate() 2415 gst_value_set_fraction_range (&nrange, &nmin, &nmax); in gst_deinterlace_caps_double_framerate() 2420 g_value_unset (&nmax); in gst_deinterlace_caps_double_framerate()
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 169 static int convert_range(int val, int omin, int omax, int nmin, int nmax) 171 int orange = omax - omin, nrange = nmax - nmin; 180 static int convert_db_range(int val, int omin, int omax, int nmin, int nmax) 182 int orange = omax - omin, nrange = nmax - nmin;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | eloop.c | 375 size_t nmax = eloop.count + 1 + 50; in eloop_sock_table_add_sock() local 377 n = os_realloc_array(eloop.pollfds, nmax, in eloop_sock_table_add_sock() 382 eloop.max_poll_fds = nmax; in eloop_sock_table_add_sock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | eloop.c | 373 int nmax = eloop.count + 1 + 50; in eloop_sock_table_add_sock() local 374 n = os_realloc_array(eloop.pollfds, nmax, in eloop_sock_table_add_sock() 379 eloop.max_poll_fds = nmax; in eloop_sock_table_add_sock()
|
/third_party/boost/boost/wave/util/ |
D | flex_string.hpp | 1459 static void Procust(size_type& n, size_type nmax) in Procust() argument 1460 { if (n > nmax) n = nmax; } in Procust()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3794 - compiler/spirv: flag nclamp/nmin/nmax as exact
|