Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_FxReverb.cpp430 s32 comb_fb_0 = out_tmp; in UpdateBuffer() local
431 if( comb_fb_0 < 0 ) in UpdateBuffer()
433 s32 tmp = -comb_fb_0; in UpdateBuffer()
435 comb_fb_0 = -tmp; in UpdateBuffer()
439 comb_fb_0 = ( comb_fb_0 * m_CombFilterCoef[0] ) >> 7; in UpdateBuffer()
442 comb_line[comb_filter_pos0] = pre_delay_out + comb_fb_0; in UpdateBuffer()