Home
last modified time | relevance | path

Searched refs:peak_val (Results 1 – 25 of 104) sorted by relevance

12345

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dfader_controls_grid.c88 double peak_val = (double) math_amp_to_dbfs (amp); in G_DEFINE_TYPE() local
90 if (math_doubles_equal (peak_val, prev)) in G_DEFINE_TYPE()
92 if (peak_val < -98.) in G_DEFINE_TYPE()
100 if (peak_val < -10.) in G_DEFINE_TYPE()
106 if (peak_val > 0) in G_DEFINE_TYPE()
119 sprintf (str, format_str, peak_val); in G_DEFINE_TYPE()
124 widget->meter_reading_val = peak_val; in G_DEFINE_TYPE()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dpeak_detector_impl.cc76 T peak_val = std::numeric_limits<T>::min(); in work() local
93 if (iptr[i] > peak_val) { in work()
94 peak_val = iptr[i]; in work()
104 peak_val = -(T)INFINITY; in work()
H A Dpeak_detector2_fb_impl.cc121 float peak_val = iptr[0]; in work() local
132 if (iptr[i] > peak_val) { in work()
133 peak_val = iptr[i]; in work()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Ddpm.c105 float peak_val[MAX_METERS]; member
671 if (ui->peak_val[i] >= -1.0) { in expose_event()
682 format_db(buf, ui->peak_val[i]); in expose_event()
722 format_val(bufp, ui->peak_val[i]); in expose_event()
757 ui->peak_val[i] = -100; in cb_reset_peak()
1045 ui->peak_val[i] = -100.0; in instantiate()
1144 ui->peak_val[mtr] = peak; in invalidate_meter()
1207 float np = ui->peak_val[pidx]; in handle_spectrum_connections()
1230 float np = ui->peak_val[0]; in handle_meter_connections()
1236 float np = ui->peak_val[0]; in handle_meter_connections()
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A Dstar.cpp168 unsigned int peak_val = 0; in Find() local
179 if (val > peak_val) in Find()
181 peak_val = val; in Find()
188 PeakVal = peak_val; in Find()
211 if (val > peak_val) in Find()
213 peak_val = val; in Find()
228 peak_val /= 16; // smoothed peak value in Find()
312 mass = peak_val; in Find()
373 if (peak_val <= thresh && SNR >= LOW_SNR) in Find()
375 …n=%u nbg=%u bg=%.1f sigma=%.1f thresh=%u peak=%u\n", n, nbg, mean_bg, sigma_bg, thresh, peak_val)); in Find()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/
H A Dbapl_keypoint_extractor.cxx276 float peak_val = bapl_refine_peak( neighbors, offset ); in bapl_dog_peaks() local
290 peak_val = bapl_refine_peak( neighbors, offset ); in bapl_dog_peaks()
306 if ( sign*peak_val < 0.015 /* was 0.03 */) continue; in bapl_dog_peaks()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/ext/taglib/
H A Dgstid3v2mux.cc605 gdouble peak_val; in add_relative_volume_tag() local
634 gst_tag_list_get_double (list, tag, &peak_val); in add_relative_volume_tag()
643 peak_int = (short)(peak_val * G_MAXSHORT); in add_relative_volume_tag()
646 GST_DEBUG ("setting peak value %g", peak_val); in add_relative_volume_tag()

12345