Home
last modified time | relevance | path

Searched refs:G_MININT16 (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/graphics/chafa/chafa-1.8.0/chafa/internal/
H A Dchafa-work-cell.c244 gint16 max [2] [4] = { { G_MININT16, G_MININT16, G_MININT16, G_MININT16 }, in work_cell_get_dominant_channels_for_symbol()
245 { G_MININT16, G_MININT16, G_MININT16, G_MININT16 } }; in work_cell_get_dominant_channels_for_symbol()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c341 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
356 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_compressor_int()
390 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
418 a_n = (1 - filter->ratio) / (2 * (thr_n - G_MININT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
419 b_n = (filter->ratio * thr_n - G_MININT16) / (thr_n - G_MININT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
430 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_compressor_int()
495 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
526 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_hard_knee_expander_int()
570 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
622 *data++ = (gint16) CLAMP (val, G_MININT16, G_MAXINT16); in gst_audio_dynamic_transform_soft_knee_expander_int()

12345678910>>...15