Searched refs:SND_CalcDecibel (Results 1 – 2 of 2) sorted by relevance
176 db = SND_CalcDecibel(ch->velocity); in NoteOn()177 db += SND_CalcDecibel(midi_ch[ch->midi_ch].volume); in NoteOn()178 db += SND_CalcDecibel(midi_ch[ch->midi_ch].expression); in NoteOn()
81 s16 SND_CalcDecibel(int scale) in SND_CalcDecibel() function