Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_astats.c70 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/
Dstate.c1028 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/
Dgstinterlace.c797 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/
Dadpcmenc.c392 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/
Dasync-dns.c52 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/
Dgstdeinterlace.c2379 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/
Damixer.c169 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/
Deloop.c375 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/
Deloop.c373 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/
Dflex_string.hpp1459 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/
D20.2.0.rst3794 - compiler/spirv: flag nclamp/nmin/nmax as exact