Home
last modified time | relevance | path

Searched refs:nmax (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_astats.c71 double nmin, nmax; member
160 p->max = p->nmax = p->max_sigma_x2 =-DBL_MAX; in reset_stats()
287 p->nmax = nd; in update_stat()
402 nmin = DBL_MAX, nmax =-DBL_MAX, in set_metadata() local
423 nmax = FFMAX(nmax, p->nmax); 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 = p->min normalizer_suffix; p->nmax
656 nmin = DBL_MAX, nmax =-DBL_MAX, print_stats() local
[all...]
/third_party/libwebsockets/lib/system/async-dns/
H A 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/alsa-utils/alsactl/
H A Dstate.c1028 long nmin, long nmax, in convert_to_new_db()
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()
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 Dadpcmenc.c408 const int nmax = av_clip(div+range, -7, 7); in adpcm_compress_trellis() local
409 for (nidx = nmin; nidx <= nmax; nidx++) { in adpcm_compress_trellis()
487 int nmax = av_clip(div + range, -6, 7);\ in adpcm_compress_trellis()
490 if (nmax < 0)\ in adpcm_compress_trellis()
491 nmax--;\ in adpcm_compress_trellis()
492 for (nidx = nmin; nidx <= nmax; nidx++) {\ in adpcm_compress_trellis()
/third_party/alsa-utils/amixer/
H A Damixer.c170 static int convert_range(int val, int omin, int omax, int nmin, int nmax)
172 int orange = omax - omin, nrange = nmax - 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;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A 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/backends/backend/
H A Dmicrotek.c2337 int nmax, ntoget, nleft; in do_real_calibrate() local
2359 nmax = SCSI_BUFF_SIZE / (3 * linewidth); in do_real_calibrate()
2360 DBG(23, "do_real_cal: getting data (max=%d)\n", nmax); in do_real_calibrate()
2364 ntoget = (nleft > nmax) ? nmax : nleft; in do_real_calibrate()

Completed in 17 milliseconds