Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_FxReverb.cpp425 s32 comb_fb_0 = out_tmp; in UpdateBuffer() local
426 if( comb_fb_0 < 0 ) in UpdateBuffer()
428 s32 tmp = -comb_fb_0; in UpdateBuffer()
430 comb_fb_0 = -tmp; in UpdateBuffer()
434 comb_fb_0 = ( comb_fb_0 * m_CombFilterCoef[0] ) >> 7; in UpdateBuffer()
437 comb_line[comb_filter_pos0] = pre_delay_out + comb_fb_0; in UpdateBuffer()