Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FxReverb.cpp466 s32 comb_fb_1 = out_tmp; in UpdateBuffer() local
467 if( comb_fb_1 < 0 ) in UpdateBuffer()
469 s32 tmp = -comb_fb_1; in UpdateBuffer()
471 comb_fb_1 = -tmp; in UpdateBuffer()
475 comb_fb_1 = ( comb_fb_1 * m_CombFilterCoef[1] ) >> 7; in UpdateBuffer()
478 comb_line[comb_filter_pos1] = pre_delay_out + comb_fb_1; in UpdateBuffer()