Commit f0bc5589 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

added comments

parent 075e6ea0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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++ )