Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqdmc.c403 static void add_tone(QDMCContext *s, int group, int offset, int freq, int stereo_mode, int amplitud… in add_tone() function
472 add_tone(s, group, off, freq, stereo_mode & 1, amp, phase); in read_wave_data()
474 add_tone(s, group, off, freq, ~stereo_mode & 1, amp2, phase2); in read_wave_data()