Home
last modified time | relevance | path

Searched refs:thr_p (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); 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.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/gst/audiofx/
H A Daudiodynamic.c351 if (val > thr_p) { in gst_audio_dynamic_transform_hard_knee_compressor_int()
352 val = thr_p + (val - thr_p) * filter->ratio; in gst_audio_dynamic_transform_hard_knee_compressor_int()
412 g_assert (thr_p - G_MAXINT16 != 0); 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()
417 c_p = thr_p * (1 - b_p - a_p * thr_p); in gst_audio_dynamic_transform_soft_knee_compressor_int()
425 if (val > thr_p) { in gst_audio_dynamic_transform_soft_knee_compressor_int()
505 zero_p = thr_p - thr_p / filter->ratio; in gst_audio_dynamic_transform_hard_knee_expander_int()
519 if (val < thr_p && val > zero_p) { in gst_audio_dynamic_transform_hard_knee_expander_int()
592 g_assert (thr_p != 0); in gst_audio_dynamic_transform_soft_knee_expander_int()
605 a_p = (1.0 - r2) / (4.0 * thr_p); in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/dports/devel/fstrm/fstrm-0.6.1/t/
H A Dtest_queue.c243 pthread_t thr_p; in run_test() local
253 pthread_create(&thr_p, NULL, thr_producer, NULL); in run_test()
259 pthread_join(thr_p, (void **) &ps); in run_test()

12