Commit 4df14694 authored by gaoyuy's avatar gaoyuy
Browse files

Fixed decorrelation vector error

parent ede9d023
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1079,7 +1079,7 @@ static void ivas_mp_freq_components_recovery(


    ivas_mp_synthesis_high_order_ambisonics_dec_ts( hMp, cldfb_real_buffer, cldfb_imag_buffer, tmp_cldfb_real_buffer, tmp_cldfb_imag_buffer,
                                                    mat_ambi_coefs, ( num_freq_bands * num_subframe_slots ) );
                                                    decorr_ambi_coefs, ( num_freq_bands * num_subframe_slots ) );

    for ( ch = 0; ch < hMp->internal_nchan_synthesis_output; ch++ )
    {