H A D | qdmc.c | 408 static void add_tone(QDMCContext *s, int group, int offset, int freq, int stereo_mode, int amplitude, int phase) in add_tone() argument 419 s->tones[group][index].mode = stereo_mode; in add_tone() 427 int amp, phase, stereo_mode = 0, i, group, freq, group_size, group_bits; in read_wave_data() local 454 stereo_mode = get_bits(gb, 2); in read_wave_data() 461 if (stereo_mode > 1) { in read_wave_data() 477 add_tone(s, group, off, freq, stereo_mode & 1, amp, phase); in read_wave_data() 478 if (stereo_mode > 1) in read_wave_data() 479 add_tone(s, group, off, freq, ~stereo_mode & 1, amp2, phase2); in read_wave_data() 547 static void add_wave(QDMCContext *s, int offset, int freqs, int group, int stereo_mode, int amp, int phase) in add_wave() argument 553 stereo_mode in add_wave() 579 add_wave0(QDMCContext *s, int offset, int freqs, int stereo_mode, int amp, int phase) add_wave0() argument [all...] |