Home
last modified time | relevance | path

Searched refs:G_MAXINT16 (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/lib/
H A Dags_buffer_util_test.c102 G_MAXINT16, in ags_buffer_util_test_s16_to_char_buffer()
103 G_MAXINT16 * (7.0 / 8.0), in ags_buffer_util_test_s16_to_char_buffer()
104 G_MAXINT16 * (6.0 / 8.0), in ags_buffer_util_test_s16_to_char_buffer()
105 G_MAXINT16 * (5.0 / 8.0), in ags_buffer_util_test_s16_to_char_buffer()
106 G_MAXINT16 * (4.0 / 8.0), in ags_buffer_util_test_s16_to_char_buffer()
107 G_MAXINT16 * (3.0 / 8.0), in ags_buffer_util_test_s16_to_char_buffer()
108 G_MAXINT16 * (2.0 / 8.0), in ags_buffer_util_test_s16_to_char_buffer()
109 G_MAXINT16 * (1.0 / 8.0), in ags_buffer_util_test_s16_to_char_buffer()
118 -1 * G_MAXINT16, in ags_buffer_util_test_s16_to_char_buffer()
294 0xff & (gint16) (G_MAXINT16), (0xff00 & (gint16) (G_MAXINT16)) >> 8, in ags_buffer_util_test_char_buffer_to_s16()
[all …]
/dports/graphics/chafa/chafa-1.8.0/chafa/internal/
H A Dchafa-work-cell.c242 gint16 min [2] [4] = { { G_MAXINT16, G_MAXINT16, G_MAXINT16, G_MAXINT16 }, in work_cell_get_dominant_channels_for_symbol()
243 { G_MAXINT16, G_MAXINT16, G_MAXINT16, G_MAXINT16 } }; in work_cell_get_dominant_channels_for_symbol()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c340 glong thr_p = filter->threshold * G_MAXINT16; 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()
389 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); in gst_audio_dynamic_transform_soft_knee_compressor_int()
415 a_p = (1 - filter->ratio) / (2 * (thr_p - G_MAXINT16)); in gst_audio_dynamic_transform_soft_knee_compressor_int()
416 b_p = (filter->ratio * thr_p - G_MAXINT16) / (thr_p - G_MAXINT16); 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()
494 glong thr_p = filter->threshold * G_MAXINT16; 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()
569 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]

12345678910>>...22