Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FxReverb.cpp446 s32 comb_fb_0 = out_tmp; in UpdateBuffer() local
447 if( comb_fb_0 < 0 ) in UpdateBuffer()
449 s32 tmp = -comb_fb_0; in UpdateBuffer()
451 comb_fb_0 = -tmp; in UpdateBuffer()
455 comb_fb_0 = ( comb_fb_0 * m_CombFilterCoef[0] ) >> 7; in UpdateBuffer()
458 comb_line[comb_filter_pos0] = pre_delay_out + comb_fb_0; in UpdateBuffer()