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

Merge branch 'high_mld_fix_for_masa_cases' into 'main'

Fix for high MLD cases for MASA format

See merge request !478
parents 252d3788 9b3ca0a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4277,7 +4277,7 @@ void ivas_dirac_dec_compute_diffuse_proto_fx(
    Scale_sig32( h_dirac_output_synthesis_state->proto_diffuse_buffer_f_fx, diffuse_start, sub( old_diff_e, new_diff_e ) );
#ifdef MSAN_FIX
    Scale_sig32( h_dirac_output_synthesis_state->proto_diffuse_buffer_f_fx + diffuse_start,
                 sub( 2 * num_freq_bands_diff * hDirACRend->hOutSetup.nchan_out_woLFE, diffuse_start ), sub( diff_e, new_diff_e ) );
                 i_mult( shl( num_freq_bands_diff, 1 ), hDirACRend->hOutSetup.nchan_out_woLFE ), sub( diff_e, new_diff_e ) );
#else
    Scale_sig32( h_dirac_output_synthesis_state->proto_diffuse_buffer_f_fx + diffuse_start,
                 sub( h_dirac_output_synthesis_state->proto_diffuse_buffer_f_len, diffuse_start ), sub( diff_e, new_diff_e ) );