Home
last modified time | relevance | path

Searched refs:ret_v_buffer (Results 1 – 6 of 6) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_peak_util.c638 double ret_v_buffer[8]; in ags_peak_util_compute_s8() local
673 ret_v_buffer[0] = 1.0; in ags_peak_util_compute_s8()
679 ret_v_buffer[1] = 1.0; in ags_peak_util_compute_s8()
685 ret_v_buffer[2] = 1.0; in ags_peak_util_compute_s8()
691 ret_v_buffer[3] = 1.0; in ags_peak_util_compute_s8()
697 ret_v_buffer[4] = 1.0; in ags_peak_util_compute_s8()
703 ret_v_buffer[5] = 1.0; in ags_peak_util_compute_s8()
709 ret_v_buffer[6] = 1.0; in ags_peak_util_compute_s8()
715 ret_v_buffer[7] = 1.0; in ags_peak_util_compute_s8()
951 double ret_v_buffer[8]; in ags_peak_util_compute_s16() local
[all …]
H A Dags_volume_util.c525 double ret_v_buffer[8]; in ags_volume_util_compute_s8() local
543 *(destination) = (gint8) ret_v_buffer[0]; in ags_volume_util_compute_s8()
647 double ret_v_buffer[8]; in ags_volume_util_compute_s16() local
665 *(destination) = (gint16) ret_v_buffer[0]; in ags_volume_util_compute_s16()
769 double ret_v_buffer[8]; in ags_volume_util_compute_s24() local
787 *(destination) = (gint32) ret_v_buffer[0]; in ags_volume_util_compute_s24()
891 double ret_v_buffer[8]; in ags_volume_util_compute_s32() local
909 *(destination) = (gint32) ret_v_buffer[0]; in ags_volume_util_compute_s32()
1013 double ret_v_buffer[8]; in ags_volume_util_compute_s64() local
1135 double ret_v_buffer[8]; in ags_volume_util_compute_float() local
[all …]
H A Dags_envelope_util.c583 double ret_v_buffer[8]; in ags_envelope_util_compute_s8() local
608 *(destination) = (gint8) ret_v_buffer[0]; in ags_envelope_util_compute_s8()
731 double ret_v_buffer[8]; in ags_envelope_util_compute_s16() local
756 *(destination) = (gint16) ret_v_buffer[0]; in ags_envelope_util_compute_s16()
879 double ret_v_buffer[8]; in ags_envelope_util_compute_s24() local
904 *(destination) = (gint32) ret_v_buffer[0]; in ags_envelope_util_compute_s24()
1027 double ret_v_buffer[8]; in ags_envelope_util_compute_s32() local
1052 *(destination) = (gint32) ret_v_buffer[0]; in ags_envelope_util_compute_s32()
1175 double ret_v_buffer[8]; in ags_envelope_util_compute_s64() local
1323 double ret_v_buffer[8]; in ags_envelope_util_compute_float() local
[all …]
H A Dags_synth_util.c1188 *(source) = (gint8) ret_v_buffer[0]; in ags_synth_util_compute_sin_s8()
1349 *(source) = (gint16) ret_v_buffer[0]; in ags_synth_util_compute_sin_s16()
1510 *(source) = (gint32) ret_v_buffer[0]; in ags_synth_util_compute_sin_s24()
1671 *(source) = (gint32) ret_v_buffer[0]; in ags_synth_util_compute_sin_s32()
1832 *(source) = (gint64) ret_v_buffer[0]; in ags_synth_util_compute_sin_s64()
1991 *(source) = (gfloat) ret_v_buffer[0]; in ags_synth_util_compute_sin_float()
2773 *(source) = (gint8) ret_v_buffer[0]; in ags_synth_util_compute_sawtooth_s8()
2937 *(source) = (gint16) ret_v_buffer[0]; in ags_synth_util_compute_sawtooth_s16()
3101 *(source) = (gint32) ret_v_buffer[0]; in ags_synth_util_compute_sawtooth_s24()
4399 *(source) = (gint8) ret_v_buffer[0]; in ags_synth_util_compute_triangle_s8()
[all …]
H A Dags_audio_buffer_util.c3079 ret_v_buffer[0] = 1.0; in ags_audio_buffer_util_peak_s8()
3085 ret_v_buffer[1] = 1.0; in ags_audio_buffer_util_peak_s8()
3091 ret_v_buffer[2] = 1.0; in ags_audio_buffer_util_peak_s8()
3097 ret_v_buffer[3] = 1.0; in ags_audio_buffer_util_peak_s8()
3103 ret_v_buffer[4] = 1.0; in ags_audio_buffer_util_peak_s8()
3109 ret_v_buffer[5] = 1.0; in ags_audio_buffer_util_peak_s8()
3115 ret_v_buffer[6] = 1.0; in ags_audio_buffer_util_peak_s8()
3121 ret_v_buffer[7] = 1.0; in ags_audio_buffer_util_peak_s8()
3387 ret_v_buffer[0] = 1.0; in ags_audio_buffer_util_peak_s16()
3393 ret_v_buffer[1] = 1.0; in ags_audio_buffer_util_peak_s16()
[all …]
H A Dags_fm_synth_util.c1020 *(source) = (gint8) ret_v_buffer[0]; in ags_fm_synth_util_compute_sin_s8()
1408 *(source) = (gint16) ret_v_buffer[0]; in ags_fm_synth_util_compute_sin_s16()
1795 *(source) = (gint32) ret_v_buffer[0]; in ags_fm_synth_util_compute_sin_s24()
2182 *(source) = (gint32) ret_v_buffer[0]; in ags_fm_synth_util_compute_sin_s32()
2569 *(source) = (gint64) ret_v_buffer[0]; in ags_fm_synth_util_compute_sin_s64()
2954 *(source) = (gfloat) ret_v_buffer[0]; in ags_fm_synth_util_compute_sin_float()
4601 *(source) = (gint8) ret_v_buffer[0]; in ags_fm_synth_util_compute_sawtooth_s8()
4989 *(source) = (gint16) ret_v_buffer[0]; in ags_fm_synth_util_compute_sawtooth_s16()
8209 *(source) = (gint8) ret_v_buffer[0]; in ags_fm_synth_util_compute_triangle_s8()
11817 *(source) = (gint8) ret_v_buffer[0]; in ags_fm_synth_util_compute_square_s8()
[all …]