Loading lib_rend/ivas_reverb_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -694,10 +694,13 @@ static ivas_error compute_t60_coeffs_fx( move16(); // Word16 val = target_gains_db_exp[0]; FOR( Word16 i = 1; i < nr_fc_fft_filter; i++ ) { //Should not be required after condensation //val = s_max( val, target_gains_db_exp[i] ); //val stores the gratest value of target_gains_db_exp } FOR( Word16 i = 0; i < nr_fc_fft_filter; i++ ) Loading Loading
lib_rend/ivas_reverb_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -694,10 +694,13 @@ static ivas_error compute_t60_coeffs_fx( move16(); // Word16 val = target_gains_db_exp[0]; FOR( Word16 i = 1; i < nr_fc_fft_filter; i++ ) { //Should not be required after condensation //val = s_max( val, target_gains_db_exp[i] ); //val stores the gratest value of target_gains_db_exp } FOR( Word16 i = 0; i < nr_fc_fft_filter; i++ ) Loading