Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Deffects.c156 l_xnm1 = synth->dc_block_l_xnm1, in effects_process() local
163 l_ynm1 = synth->voice_bus_l[i] - l_xnm1 + r * l_ynm1; in effects_process()
164 l_xnm1 = synth->voice_bus_l[i]; in effects_process()
170 synth->dc_block_l_xnm1 = l_xnm1; in effects_process()
H A Ddssp_event.c734 l_xnm1 = synth->dc_block_l_xnm1, in y_synth_render_voices() local
739 l_ynm1 = synth->voice_bus_l[i] - l_xnm1 + r * l_ynm1; in y_synth_render_voices()
740 l_xnm1 = synth->voice_bus_l[i]; in y_synth_render_voices()
746 synth->dc_block_l_xnm1 = l_xnm1; in y_synth_render_voices()