Home
last modified time | relevance | path

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

/dports/games/quakeforge/quakeforge-0.7.2/libs/audio/renderer/
H A Dsnd_mix.c250 unsigned old_phase_left, old_phase_right; in snd_paint_mono() local
256 old_phase_right = 0; in snd_paint_mono()
259 old_phase_right = -ch->oldphase; in snd_paint_mono()
269 if (new_phase_right > old_phase_right) in snd_paint_mono()
294 if (new_phase_right < old_phase_right) { in snd_paint_mono()
296 pair[i + old_phase_right].right += right; in snd_paint_mono()
297 old_phase_right--; in snd_paint_mono()
301 if (new_phase_right > old_phase_right) { in snd_paint_mono()
302 pair[i + old_phase_right].right += right; in snd_paint_mono()
303 old_phase_right++; in snd_paint_mono()
[all …]