Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_FxReverb.cpp445 s32 comb_fb_1 = out_tmp; in UpdateBuffer() local
446 if( comb_fb_1 < 0 ) in UpdateBuffer()
448 s32 tmp = -comb_fb_1; in UpdateBuffer()
450 comb_fb_1 = -tmp; in UpdateBuffer()
454 comb_fb_1 = ( comb_fb_1 * m_CombFilterCoef[1] ) >> 7; in UpdateBuffer()
457 comb_line[comb_filter_pos1] = pre_delay_out + comb_fb_1; in UpdateBuffer()