Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Deffects.c157 l_ynm1 = synth->dc_block_l_ynm1, in effects_process() local
163 l_ynm1 = synth->voice_bus_l[i] - l_xnm1 + r * l_ynm1; in effects_process()
165 out_left[i] = l_ynm1 * dry; in effects_process()
171 synth->dc_block_l_ynm1 = l_ynm1; in effects_process()
H A Ddssp_event.c735 l_ynm1 = synth->dc_block_l_ynm1, in y_synth_render_voices() local
739 l_ynm1 = synth->voice_bus_l[i] - l_xnm1 + r * l_ynm1; in y_synth_render_voices()
741 out_left[i] = l_ynm1; in y_synth_render_voices()
747 synth->dc_block_l_ynm1 = l_ynm1; in y_synth_render_voices()