Commit d3cdb6b2 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Warning fix

parent 4f5b522b
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ static void ivas_dirac_param_est_ana_fx(

        FOR( ts = mrange[0]; ts < mrange[1]; ts++ )
        {
            Word16 cr_q = MAX_16, ci_q = MAX_16, c_e;
            Word16 cr_q = MAX_16, ci_q = MAX_16;
            inp_q = scaled_data_q; // Q of data_fx after scaling
            move16();
            move16();
@@ -391,7 +391,6 @@ static void ivas_dirac_param_est_ana_fx(
                scale_sig32( Foa_ImagBuffer_fx[i], l_ts, sf ); // Q-> inp_q + sf
            }
            inp_q = add( inp_q, sf );
            c_e = sub( 31, inp_q );
            /* Compute omni energy for metadata processing */
            FOR( band_m_idx = 0; band_m_idx < num_freq_bands; band_m_idx++ )
            {