Commit 9f6237d8 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for high Max absolute differences observed with issue 784 fix

[x] link #784
parent 587dcf8e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2110,7 +2110,7 @@ void ivas_param_ism_dec_digest_tc_fx(
    hSpatParamRendCom = st_ivas->hSpatParamRendCom;
    assert( hSpatParamRendCom );
    output_frame = imult1616( nCldfbSlots, hSpatParamRendCom->num_freq_bands );
    fade_len = shr( output_frame, 2 );
    fade_len = shr( output_frame, 1 );

    nchan_transport = st_ivas->nchan_transport;
    move16();