Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dgusemu_mixer.c74 …int VolumeIncrement32 = (32 * 16 * (GUSvoice(wVSRVolRampRate) & 0x3f00) >> 8) >> ((((G… in gus_mixvoices() local
75VolumeIncrement32 = (((VolumeIncrement32 * 44100 / 2) / playback_freq) * 14) / ((GUSregb(NumVoices… in gus_mixvoices()
80 VolumeIncrement32 = -VolumeIncrement32; /* reverse ramping */ in gus_mixvoices()
109 Volume32 += VolumeIncrement32; in gus_mixvoices()
119 VolumeIncrement32 = -VolumeIncrement32; in gus_mixvoices()